mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
c1a78a73d8
* fix(build): support trailing-slash static exports * fix(ci): initialize static export preview routes * fix(build): emit trailing-slash 404 fallback * docs(build): clarify static export page count
26 lines
640 B
JSON
26 lines
640 B
JSON
{
|
|
"name": "vinext-static-export",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vinext dev",
|
|
"build": "vinext build",
|
|
"preview": "vinext build && wrangler dev --config deploy/wrangler.jsonc",
|
|
"verify": "node scripts/verify-output.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-rsc": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-server-dom-webpack": "catalog:",
|
|
"vinext": "workspace:*",
|
|
"vite": "catalog:",
|
|
"wrangler": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"vite-plus": "catalog:"
|
|
}
|
|
}
|