๐Ÿ“ฆ cloudflare / vinext

๐Ÿ“„ package.json ยท 14 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14{
  "name": "app-basic-fixture",
  "private": true,
  "type": "module",
  "dependencies": {
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "vite": "^7.3.1",
    "vinext": "workspace:*",
    "@vitejs/plugin-rsc": "^0.5.19",
    "react-server-dom-webpack": "^19.2.4"
  }
}