mirror of
https://github.com/r-freeman/nextjs-with-docker.git
synced 2024-11-13 11:05:40 +00:00
13 lines
189 B
JSON
13 lines
189 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"next": "latest",
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0"
|
||
|
}
|
||
|
}
|