rsnext/examples/with-sitemap-and-robots-express-server/package.json
Luis Fernando Alvarez D 3a5c1ebe04 Add docs to public (#7239)
* New example: public-file-serving

* Updated sitemap-and-robots examples
2019-05-06 15:42:54 +02:00

17 lines
368 B
JSON

{
"name": "with-sitemap-and-robots-express-server",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "next build",
"start": "node server/app.js",
"now": "now && now alias"
},
"dependencies": {
"express": "^4.16.2",
"next": "8.1.1-canary.24",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"sitemap": "^1.13.0"
}
}