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-auth/package.json
2018-05-18 10:55:12 +02:00

24 lines
493 B
JSON

{
"name": "with-apollo-auth",
"version": "0.0.0",
"author": "",
"license": "ISC",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"apollo-boost": "^0.1.4",
"apollo-link-context": "^1.0.7",
"cookie": "^0.3.1",
"graphql": "^0.13.2",
"isomorphic-unfetch": "^2.0.0",
"next": "latest",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-apollo": "^2.1.1",
"react-dom": "^16.2.0"
}
}