mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@apps/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"dev:vinext": "vinext dev --port 3001",
|
|
"build:vinext": "vinext build",
|
|
"start:vinext": "vinext start",
|
|
"db:generate": "drizzle-kit generate",
|
|
"db:migrate:local": "wrangler d1 migrations apply vinext-metrics --local",
|
|
"db:migrate:remote": "wrangler d1 migrations apply vinext-metrics --remote"
|
|
},
|
|
"dependencies": {
|
|
"@cloudflare/kumo": "catalog:",
|
|
"@phosphor-icons/react": "catalog:",
|
|
"@vinext/cloudflare": "workspace:*",
|
|
"drizzle-orm": "catalog:",
|
|
"next": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"shiki": "catalog:",
|
|
"vinext": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "catalog:",
|
|
"@cloudflare/workers-types": "catalog:",
|
|
"@tailwindcss/postcss": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@vitejs/plugin-react": "catalog:",
|
|
"@vitejs/plugin-rsc": "catalog:",
|
|
"drizzle-kit": "catalog:",
|
|
"postcss": "catalog:",
|
|
"react-server-dom-webpack": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:",
|
|
"wrangler": "catalog:"
|
|
}
|
|
}
|