42 lines
1.4 KiB
JSON
Executable file
42 lines
1.4 KiB
JSON
Executable file
{
|
|
"name": "@lilith/seo-admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:headed": "playwright test --headed",
|
|
"test:e2e:debug": "playwright test --debug",
|
|
"test:e2e:docker": "sh -c 'docker compose -f ../docker-compose.e2e.admin.yml up --build --abort-on-container-exit --exit-code-from e2e-tests; c=$?; docker compose -f ../docker-compose.e2e.admin.yml down -v; exit $c'"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/seo-shared": "workspace:*",
|
|
"@lilith/service-react-bootstrap": "^1.2.0",
|
|
"@lilith/types": "workspace:^",
|
|
"@lilith/ui-developer-fab": "^1.0.11",
|
|
"@lilith/vite-version-plugin": "workspace:*",
|
|
"@tanstack/react-query": "^5.90.19",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"@lilith/ui-router": "1.2.0-dev.1769127628",
|
|
"react-router-dom": "^7.12.0",
|
|
"react-router": "^7.12.0",
|
|
"@lilith/ui-styled-components": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/playwright-e2e-docker": "^2.0.2",
|
|
"@playwright/test": "^1.57.0",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react-swc": "^3.11.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.4.1"
|
|
}
|
|
}
|