cloudflare/vinext

Public

mirrored from https://github.com/cloudflare/vinextAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.0.9

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

tests/fixtures/app-basic/package.json

13lines · modecode

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