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/nextjs/package.json

14lines · modecode

1{
2 "name": "benchmark-nextjs",
3 "private": true,
4 "scripts": {
5 "dev": "next dev --turbopack",
6 "build": "next build --turbopack",
7 "start": "next start"
8 },
9 "dependencies": {
10 "next": "16.1.6",
11 "react": "19.2.4",
12 "react-dom": "19.2.4"
13 }
14}
15