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

benchmarks/vinext-rolldown/package.json

20lines · modecode

1{
2 "name": "benchmark-vinext-rolldown",
3 "private": true,
4 "type": "module",
5 "scripts": {
6 "dev": "vite",
7 "build": "vite build",
8 "preview": "vite preview"
9 },
10 "dependencies": {
11 "vinext": "file:../../packages/vinext",
12 "react": "19.2.4",
13 "react-dom": "19.2.4",
14 "react-server-dom-webpack": "19.2.4"
15 },
16 "devDependencies": {
17 "@vitejs/plugin-rsc": "0.5.19",
18 "vite": "8.0.0-beta.14"
19 }
20}
21