Add Vercel config with React Router preset, vercel-build script and /api/auth rewrite to the Convex site. Add VDS staging compose for the Rivet engine and runner plus systemd units, deployment plan, and Docker/Vercel ignore rules. Lockfile covers both the web and agents dependency additions.
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "react-router build",
|
|
"dev": "react-router dev",
|
|
"dev:tailscale": "react-router dev --host 0.0.0.0",
|
|
"start": "react-router-serve ./build/server/index.js",
|
|
"check-types": "react-router typegen && tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@code/auth": "workspace:*",
|
|
"@code/backend": "workspace:*",
|
|
"@code/env": "workspace:*",
|
|
"@code/primitives": "workspace:*",
|
|
"@code/ui": "workspace:*",
|
|
"@react-router/fs-routes": "^8.1.0",
|
|
"@react-router/node": "^8.1.0",
|
|
"@react-router/serve": "^8.1.0",
|
|
"convex": "catalog:",
|
|
"isbot": "^5.1.44",
|
|
"lucide-react": "catalog:",
|
|
"next-themes": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-router": "^8.1.0",
|
|
"sonner": "catalog:",
|
|
"streamdown": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@code/config": "workspace:*",
|
|
"@react-router/dev": "^8.1.0",
|
|
"@tailwindcss/vite": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@vercel/react-router": "1.3.1",
|
|
"react-router-devtools": "^6.2.1",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:",
|
|
"vite-tsconfig-paths": "^6.1.1",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|