mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
17 lines
265 B
JSON
17 lines
265 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev --turbopack",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"react": "latest",
|
|
"react-dom": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|