40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"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 --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/analytics": "workspace:*",
|
|
"@lilith/ui-analytics": "^1.1.1",
|
|
"@lilith/ui-data": "^1.0.1",
|
|
"@lilith/ui-feedback": "^1.0.0",
|
|
"@lilith/ui-primitives": "^1.2.3",
|
|
"@lilith/ui-theme": "^1.0.1",
|
|
"@tanstack/react-query": "^5.62.11",
|
|
"lucide-react": "^0.553.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"recharts": "^2.15.1",
|
|
"styled-components": "^6.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "^1.0.3",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"styled-components": "^6.0.0"
|
|
}
|
|
}
|