lilith-platform.live/codebase/@features/user-data/website-frontend-users/package.json

52 lines
1.5 KiB
JSON
Raw Permalink Normal View History

{
"name": "@lilith/analytics-website-users",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "bun@1.2.6",
"scripts": {
"dev": "vite --port 5122 --host ::",
"build": "lixbuild",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/account-popout": "^1.0.0",
"@lilith/analytics": "^0.1.0",
"@lilith/quinn-app-switcher": "*",
"@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",
"@lilith/vite-version-plugin": "^1.2.0",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"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": {
"@lilith/lix-build": "^1.0.7",
"@lilith/lix-test": "^1.0.0",
"@lilith/service-registry": "^1.4.0",
"@types/d3-interpolate": "^3.0.4",
"@types/d3-scale": "^4.0.9",
"@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"
}
}