rsnext/examples/with-docker/package.json

19 lines
323 B
JSON
Raw Normal View History

{
"name": "with-docker",
"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"
},
"devDependencies": {
"isomorphic-unfetch": "^3.0.0"
},
"license": "ISC"
}