mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"name": "fixture-static-export",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@vitejs/plugin-rsc": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-server-dom-webpack": "catalog:",
|
|
"vinext": "workspace:*",
|
|
"vite": "catalog:"
|
|
}
|
|
}
|