1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28{
"name": "ecosystem-nextra-docs-template",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-server-dom-webpack": "^19.2.4",
"vinext": "workspace:*"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.25.0",
"@mdx-js/rollup": "^3.1.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-rsc": "^0.5.0",
"typescript": "^5.0.0",
"vite": "^7.0.0",
"wrangler": "^4.65.0"
}
}