2017-03-30 18:21:13 +00:00
|
|
|
{
|
|
|
|
"name": "with-apollo-and-redux",
|
2017-05-10 22:23:11 +00:00
|
|
|
"version": "2.0.0",
|
2017-03-30 18:21:13 +00:00
|
|
|
"scripts": {
|
2017-11-23 13:05:51 +00:00
|
|
|
"dev": "node server.js",
|
2017-03-30 18:21:13 +00:00
|
|
|
"build": "next build",
|
2017-11-23 13:05:51 +00:00
|
|
|
"start": "NODE_ENV=production node server.js"
|
2017-03-30 18:21:13 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-12-27 18:57:57 +00:00
|
|
|
"apollo-cache-inmemory": "1.1.4",
|
|
|
|
"apollo-client-preset": "^1.0.4",
|
|
|
|
"graphql": "^0.11.7",
|
|
|
|
"graphql-anywhere": "^4.0.2",
|
|
|
|
"graphql-tag": "^2.5.0",
|
2017-11-04 14:05:16 +00:00
|
|
|
"isomorphic-unfetch": "^2.0.0",
|
2017-04-03 04:16:35 +00:00
|
|
|
"next": "latest",
|
2017-12-27 18:57:57 +00:00
|
|
|
"next-routes": "^1.2.0",
|
|
|
|
"prop-types": "^15.6.0",
|
2017-10-19 12:42:24 +00:00
|
|
|
"react": "^16.0.0",
|
2017-12-27 18:57:57 +00:00
|
|
|
"react-apollo": "^2.0.0",
|
2017-10-19 12:42:24 +00:00
|
|
|
"react-dom": "^16.0.0",
|
2017-12-27 18:57:57 +00:00
|
|
|
"redux": "^3.7.0"
|
2017-03-30 18:21:13 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|