mirror of
https://github.com/crabwise-ai/crabwalk.git
synced 2026-08-14 00:57:52 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "crabwalk",
|
|
"version": "1.0.5",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev --port 3000 --host",
|
|
"build": "vite build",
|
|
"start": "node dist/server/server.js"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/db": "^0.5.0",
|
|
"@tanstack/react-db": "^0.1.0",
|
|
"@tanstack/react-query": "^5.0.0",
|
|
"@tanstack/react-router": "^1.132.0",
|
|
"@tanstack/react-router-devtools": "^1.132.0",
|
|
"@tanstack/react-start": "^1.132.0",
|
|
"@trpc/client": "^11.0.0",
|
|
"@trpc/server": "^11.0.0",
|
|
"@xyflow/react": "^12.10.0",
|
|
"framer-motion": "^12.29.0",
|
|
"lucide-react": "^0.468.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-markdown": "^10.1.0",
|
|
"superjson": "^2.2.0",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"ws": "^8.19.0",
|
|
"zod": "^3.24.0",
|
|
"@tanstack/history": "^1.132.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@tanstack/react-query-devtools": "^5.0.0",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"@types/ws": "^8.18.1",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|