rsnext/examples/with-static-export/package.json

19 lines
382 B
JSON
Raw Normal View History

2017-07-01 21:44:58 +02:00
{
"name": "with-static-export",
2017-07-01 21:44:58 +02:00
"dependencies": {
"isomorphic-unfetch": "^3.0.0",
"next": "latest",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"serve": "11.2.0"
2017-07-01 21:44:58 +02:00
},
"scripts": {
"dev": "next",
2017-07-01 21:44:58 +02:00
"build": "next build",
"preexport": "npm run build",
"export": "next export",
"prestart": "npm run export",
"start": "serve out"
2017-07-15 05:38:08 +02:00
}
2017-07-01 21:44:58 +02:00
}