nextjs-with-docker/package.json

13 lines
189 B
JSON
Raw Permalink Normal View History

2024-08-20 15:28:28 +00:00
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build"
},
"dependencies": {
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}