rsnext/examples/with-env-from-next-config-js/package.json

16 lines
277 B
JSON
Raw Normal View History

{
"name": "with-env-from-next-config-js",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"license": "MIT"
}