rsnext/examples/with-graphql-hooks/package.json
Joe Warren 5fd7b85280 Add graphql-hooks example (#6482)
Adds an example app using [graphql-hooks](https://github.com/nearform/graphql-hooks) that started life as the with-apollo example app. It uses the same graph.cool backend, mostly to demonstrate how similar it is.
2019-03-01 18:21:03 +01:00

24 lines
528 B
JSON

{
"name": "with-graphql-hooks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"now-build": "next build"
},
"author": "",
"license": "ISC",
"dependencies": {
"graphql-hooks": "^3.2.1",
"graphql-hooks-memcache": "^1.0.4",
"graphql-hooks-ssr": "^1.0.1",
"isomorphic-unfetch": "^3.0.0",
"next": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.2",
"react-dom": "^16.8.2"
}
}