Files
crabwalk/package.json
T

48 lines
1.3 KiB
JSON

{
"name": "crabwalk",
"version": "1.0.7",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000 --host",
"build": "vite build",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@tanstack/db": "^0.5.0",
"@tanstack/history": "^1.132.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"
},
"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",
"nitro": "npm:nitro-nightly@^3.0.1-20260128-211656-ae83c97e",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0",
"vite": "^7.0.0"
},
"optionalDependencies": {
"bufferutil": "^4.1.0"
}
}