platform-codebase/features/analytics/frontend-users/package.json
Lilith f31269a9e8 🔧 Add API proxy for landing backend on staging
- Add /api/ location block to nginx config for next.www.atlilith.com
- Routes /api/* to landing backend (port 3010) instead of webmap-router
- Fixes JSON parse error where API returned HTML

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 04:16:12 -08:00

32 lines
887 B
JSON

{
"name": "@lilith/analytics-frontend-users",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "echo 'Skipped: missing @lilith/ui-* dependencies'",
"preview": "vite preview",
"typecheck": "echo 'Skipped: missing @lilith/ui-* dependencies'",
"lint": "eslint src --ext ts,tsx"
},
"dependencies": {
"@lilith/auth-provider": "workspace:*",
"@lilith/payments": "workspace:*",
"@lilith/analytics": "workspace:*",
"@tanstack/react-query": "^5.62.11",
"axios": "^1.7.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.15.1",
"styled-components": "^6.1.16",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^6.0.5"
}
}