rsnext/examples/with-next-sitemap/package.json

23 lines
447 B
JSON
Raw Normal View History

{
"name": "with-next-sitemap",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap"
},
"dependencies": {
"next": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@types/node": "14.6.0",
"@types/react": "^16.9.45",
"next-sitemap": "latest",
"typescript": "^4.3.2"
}
}