{ "name": "with-apollo-and-redux", "version": "2.0.0", "scripts": { "dev": "node server.js", "build": "next build", "start": "NODE_ENV=production node server.js" }, "dependencies": { "graphql": "^0.9.3", "isomorphic-unfetch": "^2.0.0", "next": "latest", "next-routes": "^1.1.0", "prop-types": "^15.5.8", "react": "^16.0.0", "react-apollo": "^1.1.3", "react-dom": "^16.0.0", "redux": "^3.6.0" }, "author": "", "license": "ISC" }