Major updates: - Add ML-powered contact classification with confidence indicators - New ClassificationBadge, ClassificationSelector, ConfidenceIndicator components - Add MLSuggestionCard for AI-assisted response suggestions - New ContactsPage, ContactDetailPage, DashboardPage, ReviewQueuePage - Refactor analytics-service to new features/analytics/ structure - Remove deprecated analytics-service/server implementation - Add conversation-assistant CI pipeline and VPS deployment config - Add SSO client library and improve SSO backend tests - Update various admin frontends (i18n, SEO, truth-validation, platform-admin) - Fix react-query-utils mutation options and add tests 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
36 lines
1,001 B
JSON
36 lines
1,001 B
JSON
{
|
|
"name": "@lilith/analytics-frontend-users",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --ext ts,tsx"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/plugin-payment": "workspace:*",
|
|
"@transquinnftw/ui-analytics": "^1.0.0",
|
|
"@transquinnftw/ui-charts": "^1.0.0",
|
|
"@transquinnftw/ui-data": "^1.0.0",
|
|
"@transquinnftw/ui-layout": "^1.0.0",
|
|
"@transquinnftw/ui-primitives": "^1.0.0",
|
|
"@transquinnftw/ui-typography": "^1.0.0",
|
|
"@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"
|
|
}
|
|
}
|