{ "name": "next-sample", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "next", "build": "next build", "start": "next start", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@types/next": "^6.1.2", "@types/next-redux-wrapper": "^2.0.0", "@types/react": "^16.4.11", "@types/react-redux": "^6.0.6", "@zeit/next
