mirror of
https://github.com/escalante29/WealthySmart.git
synced 2026-07-17 13:28:46 +02:00
No API drift: v2 hooks, v1 useCopilotAction interop, runtime endpoint and a2ui config all verified against the v1.62.2 source. Brings the 1.60.2 chat scroll stability fixes and 1.57.2 thread-state fix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.33.1",
|
|
"scripts": {
|
|
"dev": "concurrently -k -n vite,ck -c cyan,magenta \"vite --host 0.0.0.0 --port 3000\" \"tsx watch server.ts\"",
|
|
"build": "vite build",
|
|
"preview": "tsx server.ts",
|
|
"typecheck": "tsc --noEmit",
|
|
"gen:api": "openapi-typescript openapi.json -o src/lib/api-types.gen.ts"
|
|
},
|
|
"dependencies": {
|
|
"@ag-ui/client": "0.0.57",
|
|
"@base-ui/react": "^1.4.1",
|
|
"@copilotkit/react-core": "1.62.2",
|
|
"@copilotkit/react-ui": "1.62.2",
|
|
"@copilotkit/runtime": "1.62.2",
|
|
"@fontsource-variable/ibm-plex-sans": "^5.2.8",
|
|
"@fontsource-variable/noto-sans": "^5.2.10",
|
|
"@hono/node-server": "^1.14.4",
|
|
"@tanstack/react-query": "^5.101.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"concurrently": "^9.1.2",
|
|
"date-fns": "^4.4.0",
|
|
"hono": "^4.12.15",
|
|
"lucide-react": "^1.12.0",
|
|
"react": "19.2.5",
|
|
"react-day-picker": "^10.0.1",
|
|
"react-dom": "19.2.5",
|
|
"react-router-dom": "^7.6.0",
|
|
"recharts": "^3.8.0",
|
|
"rxjs": "^7.8.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tsx": "^4.19.4",
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@vitejs/plugin-react-oxc": "^0.4.3",
|
|
"openapi-typescript": "^7.13.0",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5",
|
|
"vite": "npm:rolldown-vite@latest"
|
|
}
|
|
}
|