rsnext/examples/with-graphql-hooks/package.json
Sebastian Sycz 76673fd880
Update graphql-hooks with memcache (#14364)
Today the cd4178b53e of graphl-hooks and graphl-hooks-memcache has been released, which fixes the problem with Safari.
2020-06-20 19:40:15 +00:00

18 lines
367 B
JSON

{
"name": "with-graphql-hooks",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"license": "ISC",
"dependencies": {
"graphql-hooks": "^4.5.0",
"graphql-hooks-memcache": "^1.3.3",
"next": "latest",
"prop-types": "^15.7.2",
"react": "^16.8.2",
"react-dom": "^16.8.2"
}
}