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",
|
|
|
|
"start": "next start",
|
|
|
|
"test": "NODE_ENV=test ava"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-11-17 07:23:52 +00:00
|
|
|
"apollo-client-preset": "1.0.2",
|
|
|
|
"apollo-link-context": "1.0.0",
|
2017-06-30 20:18:11 +00:00
|
|
|
"cookie": "^0.3.1",
|
2017-11-17 07:23:52 +00:00
|
|
|
"graphql": "0.11.7",
|
2017-11-04 14:05:16 +00:00
|
|
|
"isomorphic-unfetch": "^2.0.0",
|
2017-06-30 20:18:11 +00:00
|
|
|
"next": "latest",
|
|
|
|
"prop-types": "^15.5.10",
|
2017-11-02 16:56:14 +00:00
|
|
|
"react": "^16.0.0",
|
2017-11-17 07:23:52 +00:00
|
|
|
"react-apollo": "2.0.0",
|
2017-11-02 16:56:14 +00:00
|
|
|
"react-dom": "^16.0.0"
|
2017-06-30 20:18:11 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"ava": "^0.19.1",
|
|
|
|
"clear-require": "^2.0.0",
|
|
|
|
"glob": "^7.1.2"
|
|
|
|
},
|
|
|
|
"ava": {
|
|
|
|
"require": [
|
|
|
|
"babel-register"
|
|
|
|
],
|
|
|
|
"babel": "inherit"
|
|
|
|
}
|
|
|
|
}
|