rsnext/examples/dynamic-routing/package.json
2019-07-08 18:41:33 -04:00

15 lines
262 B
JSON

{
"name": "dynamic-routing",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"license": "ISC",
"dependencies": {
"next": "latest",
"react": "16.8.6",
"react-dom": "16.8.6"
}
}