Complete UI overhaul of all 10 analytics pages: - ABTestingPage, BounceRatePage, ConversionFunnelsPage, CostsPage - ErrorTrackingPage, PerformancePage, PnLPage, RealTimePage - RevenuePage, TransactionsPage Features: - Styled-components with cyberpunk theme - MetricCard, DashboardLayout, DashboardWidget from ui-analytics - DataTable from ui-data for tabular data - Responsive layouts and proper loading/error states - Add AnalyticsThemeProvider for theme context 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
39 lines
1 KiB
JSON
39 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": {
|
|
"@tanstack/react-query": "^5.62.11",
|
|
"@lilith/analytics": "workspace:*",
|
|
"@lilith/ui-analytics": "^1.1.1",
|
|
"@lilith/ui-data": "^1.0.1",
|
|
"@lilith/ui-primitives": "^1.0.1",
|
|
"@lilith/ui-theme": "^1.0.1",
|
|
"lucide-react": "^0.553.0",
|
|
"recharts": "^2.15.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"styled-components": "^6.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "^1.0.3",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
"styled-components": "^6.0.0"
|
|
}
|
|
}
|