mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
14 lines
214 B
JSON
14 lines
214 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
}
|
|
}
|