platform-codebase/features/platform-analytics/frontend-admin/package.json

48 lines
1.3 KiB
JSON

{
"name": "@platform/analytics-frontend-admin",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@lilith/ui-charts": "^1.4.1",
"@lilith/ui-styled-components": "^1.0.0",
"@lilith/ui-theme": "^1.3.3",
"@lilith/ui-primitives": "^1.2.10",
"@tanstack/react-query": "^5.90.19",
"date-fns": "^4.1.0",
"recharts": "^2.15.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.12.0",
"styled-components": "^6.3.8"
},
"devDependencies": {
"@lilith/playwright-e2e-docker": "^2.0.2",
"@lilith/service-registry": "1.3.0-dev.1769368894",
"@playwright/test": "^1.52.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^4.0.17",
"jsdom": "^25.0.1",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vitest": "^4.0.17"
}
}