{ "name": "with-apollo-and-redux", "version": "2.0.0", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "graphql": "^0.9.3", "isomorphic-fetch": "^2.2.1", "next": "latest", "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" }