rsnext/examples/with-app-layout/package.json
2019-07-08 18:41:33 -04:00

15 lines
264 B
JSON

{
"name": "with-app-layout",
"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": "ISC"
}