rsnext/examples/api-routes-graphql/package.json
Luis Alvarez D 1eefd006a8
[example] Add SWR to api-routes-graphql (#11383)
* Updated example

* Removed isomorphic-unfetch
2020-04-07 09:51:02 -04:00

18 lines
350 B
JSON

{
"name": "api-routes-graphql",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"apollo-server-micro": "2.11.0",
"graphql": "14.6.0",
"next": "latest",
"react": "16.13.1",
"react-dom": "16.13.1",
"swr": "0.1.18"
},
"license": "ISC"
}