Files
cloudflare__vinext/apps/web/package.json

43 lines
1.4 KiB
JSON

{
"name": "@apps/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "cf dev",
"build": "cf build",
"start": "vinext start",
"deploy:cloudflare": "vinext-cloudflare deploy --experimental-warm-cdn-cache --warm-cdn-target https://vinext.dev",
"db:generate": "drizzle-kit generate",
"db:migrate:local": "cf d1 migrations apply 63e7cd24-9d47-4f17-a41d-b5806babc406 --local",
"db:migrate:remote": "cf d1 migrations apply 63e7cd24-9d47-4f17-a41d-b5806babc406"
},
"dependencies": {
"@cloudflare/kumo": "catalog:",
"@phosphor-icons/react": "catalog:",
"@vinext/cloudflare": "workspace:*",
"drizzle-orm": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"shiki": "catalog:",
"vinext": "workspace:*"
},
"devDependencies": {
"@cloudflare/vite-plugin": "https://pkg.pr.new/@cloudflare/vite-plugin@15508",
"@tailwindcss/postcss": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitejs/plugin-react": "catalog:",
"@vitejs/plugin-rsc": "catalog:",
"cf": "catalog:cloudflare-vite-v2",
"drizzle-kit": "catalog:",
"postcss": "catalog:",
"react-server-dom-webpack": "catalog:",
"tailwindcss": "catalog:",
"typescript": "catalog:",
"vite": "catalog:cloudflare-vite-v2",
"wrangler": "catalog:cloudflare-vite-v2"
}
}