lilith-platform.live/codebase/@features/analytics/website-frontend-users/package.json
2026-04-05 00:08:15 -07:00

41 lines
1.1 KiB
JSON

{
"name": "@lilith/analytics-website-users",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "bun@1.2.6",
"scripts": {
"dev": "vite --port 5122",
"build": "NODE_ENV=production vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/analytics": "^0.1.0",
"@lilith/ui-animated": "^1.1.11",
"@lilith/ui-feedback": "^1.4.1",
"@lilith/ui-icons": "^1.2.2",
"@lilith/ui-layout": "^1.2.0",
"@lilith/ui-router": "^1.3.2",
"@lilith/ui-styled-components": "^6.3.9",
"@lilith/ui-theme": "^1.3.6",
"@lilith/ui-typography": "^1.1.7",
"date-fns": "^4.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.12.0",
"react-simple-maps": "^3.0.0",
"recharts": "^2.15.3",
"styled-components": "^6.3.8",
"topojson-client": "^3.1.0",
"world-atlas": "^2.0.2"
},
"devDependencies": {
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@types/topojson-client": "^3.1.5",
"@vitejs/plugin-react": "^4.7.0",
"typescript": "^5.9.3",
"vite": "^6.4.1"
}
}