rsnext/examples/with-universal-configuration-runtime/package.json

12 lines
191 B
JSON

{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "16.2.0",
"react-dom": "16.2.0"
}
}