Add savings chat analysis feature

This commit is contained in:
Matthias
2026-06-15 18:26:25 +02:00
parent d65e7681ac
commit 4869402d45
26 changed files with 2789 additions and 163 deletions

View File

@@ -12,6 +12,7 @@
"preview": "vite preview"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.71",
"@auth/core": "^0.41.2",
"@convex-dev/auth": "^0.0.94",
"@hookform/resolvers": "^5.4.0",
@@ -30,6 +31,8 @@
"@radix-ui/react-tabs": "^1.1.14",
"@radix-ui/react-tooltip": "^1.2.9",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.14.2",
"ai": "^6.0.205",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
@@ -49,6 +52,7 @@
"zod": "^4.4.3"
},
"devDependencies": {
"@edge-runtime/vm": "^5.0.0",
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.1",
"@types/node": "^24.13.2",
@@ -56,6 +60,7 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"convex-test": "^0.0.53",
"eslint": "^10.5.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
@@ -63,6 +68,7 @@
"tailwindcss": "^4.3.1",
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12"
"vite": "^8.0.12",
"vitest": "^4.1.9"
}
}