{ "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "isomorphic-unfetch": "^2.0.0", "next": "latest", "prop-types": "^15.6.0", "prop-types-exact": "^1.1.1", "react": "^16.2.0", "react-dom": "^16.2.0" } }