mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
0a48f0f7fb
* feat(cloudflare): move deploy command to cloudflare package * fix(cloudflare): expose deploy cli bin
29 lines
719 B
JSON
29 lines
719 B
JSON
{
|
|
"name": "tpr-demo",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vinext dev",
|
|
"build": "vinext build",
|
|
"deploy": "vinext-cloudflare deploy",
|
|
"simulate-traffic": "node scripts/simulate-traffic.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@vinext/cloudflare": "workspace:*",
|
|
"@vitejs/plugin-react": "catalog:",
|
|
"@vitejs/plugin-rsc": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-server-dom-webpack": "catalog:",
|
|
"vite": "catalog:",
|
|
"vinext": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite-plus": "catalog:"
|
|
}
|
|
}
|