40 lines
1 KiB
JSON
Executable file
40 lines
1 KiB
JSON
Executable file
{
|
|
"name": "@lilith/analytics-frontend-admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives"
|
|
},
|
|
"dependencies": {
|
|
"@analytics/shared-types": "workspace:*",
|
|
"@lilith/ui-analytics": "^1.1.4",
|
|
"@lilith/ui-data": "^1.1.2",
|
|
"@lilith/ui-feedback": "1.2.0",
|
|
"@lilith/ui-primitives": "^1.2.10",
|
|
"@lilith/ui-theme": "1.3.3",
|
|
"@tanstack/react-query": "^5.90.19",
|
|
"lucide-react": "^0.553.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"recharts": "^2.15.4",
|
|
"styled-components": "^6.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "^1.7.2",
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"styled-components": "^6.0.0"
|
|
}
|
|
}
|