rsnext/examples/with-graphql-react/package.json
laiso fdb10d4f1d Update to Next v8.0 example on with-graphql-react (#6454)
I'm working on examples/with-graphql-react changes to:
- Next v7 to v8.0 and update dependencies
- fix some errors for the change of graphql-react API
2019-02-26 23:44:45 +01:00

18 lines
368 B
JSON

{
"name": "next-graphql-react-example",
"private": true,
"license": "ISC",
"dependencies": {
"cross-fetch": "^3.0.1",
"graphql-react": "^8.0.2",
"next": "^8.0.3",
"next-graphql-react": "^3.0.0",
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
}
}