rsnext/examples/with-apollo-and-redux/package.json
Corbin Crutchley 0f2bd19216 with apollo and redux example: Update deps and fix build (#6733)
* with apollo and redux example: Update deps and fix build

* Fix linting errors
2019-03-27 16:02:05 -05:00

29 lines
699 B
JSON

{
"name": "with-apollo-and-redux",
"version": "2.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"apollo-client": "^2.5.1",
"apollo-client-preset": "^1.0.4",
"graphql": "^14.1.1",
"graphql-anywhere": "^4.0.2",
"graphql-tag": "^2.5.0",
"isomorphic-unfetch": "^3.0.0",
"next": "latest",
"next-redux-wrapper": "^2.1.0",
"prop-types": "^15.6.0",
"react": "^16.7.0",
"react-apollo": "^2.0.1",
"react-dom": "^16.7.0",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0"
},
"author": "",
"license": "ISC"
}