1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-apollo-and-redux/package.json
Li Weinan 9b53d007e7 [update example - with-apollo-and-redux] pin dependencies (#3130)
* update dependnecies

* keep next version as `latest` and depend on `react@^16.0.0`
2017-10-19 14:42:24 +02:00

22 lines
427 B
JSON

{
"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"
}