rsnext/examples/with-static-export/package.json
2020-08-29 22:32:35 -04:00

18 lines
366 B
JSON

{
"name": "with-static-export",
"dependencies": {
"next": "latest",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"serve": "11.2.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"preexport": "npm run build",
"export": "next export",
"prestart": "npm run export",
"start": "serve out"
},
"license": "MIT"
}