65 lines
2.3 KiB
JSON
65 lines
2.3 KiB
JSON
{
|
|
"name": "@lilith/platform-admin",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:full": "bash ../../../../infrastructure/scripts/dev-setup/dev-admin.sh",
|
|
"dev:full:no-frontend": "bash ../../../../infrastructure/scripts/dev-setup/dev-admin.sh --no-frontend",
|
|
"build": "vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:headed": "playwright test --headed",
|
|
"test:e2e:docker": "docker compose -f e2e/docker-compose.e2e.yml up --build --abort-on-container-exit --exit-code-from e2e-runner",
|
|
"test:e2e:docker:down": "docker compose -f e2e/docker-compose.e2e.yml down -v"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/analytics-frontend-admin": "workspace:*",
|
|
"@lilith/attribute-hooks": "workspace:*",
|
|
"@lilith/attributes-admin": "workspace:*",
|
|
"@lilith/email-admin": "workspace:*",
|
|
"@lilith/i18n-admin": "workspace:*",
|
|
"@lilith/imagen-core": "0.1.0",
|
|
"@lilith/queue": "^1.3.0",
|
|
"@lilith/seo-admin": "workspace:*",
|
|
"@lilith/service-react-bootstrap": "^1.0.0",
|
|
"@lilith/truth-validation-admin": "workspace:*",
|
|
"@lilith/types": "workspace:*",
|
|
"@lilith/ui-admin": "^1.0.0",
|
|
"@lilith/ui-charts": "^1.0.0",
|
|
"@lilith/ui-data": "^1.0.0",
|
|
"@lilith/ui-error-pages": "^1.1.3",
|
|
"@lilith/ui-fab": "^2.0.0",
|
|
"@lilith/ui-feedback": "^1.0.0",
|
|
"@lilith/ui-forms": "^1.0.0",
|
|
"@lilith/ui-layout": "^1.0.0",
|
|
"@lilith/ui-primitives": "^1.2.3",
|
|
"@lilith/ui-theme": "^1.0.0",
|
|
"@lilith/ui-typography": "^1.0.0",
|
|
"@lilith/ui-zname": "^1.0.0",
|
|
"@lilith/vite-version-plugin": "workspace:*",
|
|
"@tanstack/react-query": "^5.62.0",
|
|
"@xyflow/react": "^12.10.0",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.1.0",
|
|
"styled-components": "^6.1.8",
|
|
"zustand": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/playwright-e2e-docker": "^2.0.0",
|
|
"@lilith/service-addresses": "^1.0.2",
|
|
"@playwright/test": "^1.57.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.0.5"
|
|
}
|
|
}
|