mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
0f0ba8fca8
Test Plan: CI. Tested locally with `test/development/app-dir/basic/basic.test.ts`. Will test with a create-next-app once published.
20 lines
359 B
JSON
20 lines
359 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"next-rspack": "canary",
|
|
"@types/node": "^22.10.1",
|
|
"@types/react": "^18.3.12",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|