rsnext/examples/catch-all-routes/package.json

16 lines
265 B
JSON
Raw Normal View History

{
"name": "catch-all-routes",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}