2017-01-22 12:27:06 +00:00
|
|
|
{
|
|
|
|
"name": "with-apollo",
|
2017-05-10 22:23:11 +00:00
|
|
|
"version": "2.0.0",
|
2017-01-22 12:27:06 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-12-05 18:50:45 +00:00
|
|
|
"apollo-client-preset": "1.0.4",
|
|
|
|
"graphql": "0.11.7",
|
|
|
|
"graphql-anywhere": "4.0.2",
|
|
|
|
"graphql-tag": "2.5.0",
|
|
|
|
"isomorphic-unfetch": "2.0.0",
|
2017-04-03 04:16:35 +00:00
|
|
|
"next": "latest",
|
2017-12-05 18:50:45 +00:00
|
|
|
"prop-types": "15.6.0",
|
|
|
|
"react": "16.2.0",
|
|
|
|
"react-apollo": "2.0.1",
|
|
|
|
"react-dom": "16.2.0"
|
2017-01-22 12:27:06 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|