mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
20 lines
382 B
JSON
20 lines
382 B
JSON
{
|
|
"name": "benchmark-nextjs",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build --turbopack",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "16.2.7",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "25.9.2",
|
|
"@types/react": "19.2.16",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|