42 lines
1.3 KiB
JSON
Executable file
42 lines
1.3 KiB
JSON
Executable file
{
|
|
"name": "@lilith/analytics-frontend-users",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "echo 'Skipped: Missing feature modules (@/features/analytics/api, @/features/revenue/api, etc.) and path alias configuration - requires feature completion'",
|
|
"lint": "eslint src --ext ts,tsx"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/analytics": "workspace:*",
|
|
"@lilith/api-client": "workspace:*",
|
|
"@lilith/auth-provider": "workspace:*",
|
|
"@lilith/payments": "workspace:*",
|
|
"@lilith/ui-analytics": "^1.1.4",
|
|
"@lilith/ui-charts": "^1.4.1",
|
|
"@lilith/ui-data": "^1.1.2",
|
|
"@lilith/ui-dev-tools": "^1.1.15",
|
|
"@lilith/ui-layout": "1.1.3",
|
|
"@lilith/ui-payment": "^1.1.4",
|
|
"@lilith/ui-primitives": "^1.2.10",
|
|
"@lilith/ui-theme": "1.3.3",
|
|
"@lilith/ui-typography": "1.1.4",
|
|
"@tanstack/react-query": "^5.90.19",
|
|
"axios": "^1.13.2",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"recharts": "^2.15.4",
|
|
"styled-components": "^6.3.8",
|
|
"zustand": "^5.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.4.1"
|
|
}
|
|
}
|