2017-06-30 20:18:11 +00:00
|
|
|
{
|
|
|
|
"name": "with-apollo-auth",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
2018-05-18 08:55:12 +00:00
|
|
|
"start": "next start"
|
2017-06-30 20:18:11 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-05-21 10:13:56 +00:00
|
|
|
"apollo-boost": "^0.1.6",
|
|
|
|
"apollo-link-context": "^1.0.8",
|
2017-06-30 20:18:11 +00:00
|
|
|
"cookie": "^0.3.1",
|
2018-03-31 06:11:36 +00:00
|
|
|
"graphql": "^0.13.2",
|
2017-11-04 14:05:16 +00:00
|
|
|
"isomorphic-unfetch": "^2.0.0",
|
2017-06-30 20:18:11 +00:00
|
|
|
"next": "latest",
|
2018-03-31 06:11:36 +00:00
|
|
|
"prop-types": "^15.6.1",
|
2018-05-21 10:13:56 +00:00
|
|
|
"react": "^16.3.2",
|
|
|
|
"react-apollo": "^2.1.4",
|
|
|
|
"react-dom": "^16.3.2"
|
2017-06-30 20:18:11 +00:00
|
|
|
}
|
|
|
|
}
|