{ "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" } }