rsnext/examples/with-graphql-faunadb/package.json
fauna-brecht 7d419f885e Let users define their own database as easily as possible. (#10209)
* Let users define their own client token.

* Make sure users know that GraphQL schema can also be done via the UI

* Update README.md

* Update setup.js

Co-authored-by: Matthew Sweeney <mail@msweeneydev.com>
Co-authored-by: Joe Haddad <timer150@gmail.com>
2020-01-22 15:16:56 -05:00

21 lines
423 B
JSON

{
"name": "with-graphql-faunadb",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"setup": "node ./scripts/setup.js"
},
"dependencies": {
"next": "latest",
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
"devDependencies": {
"faunadb": "2.11.1",
"request": "2.88.0",
"stream-to-promise": "2.2.0"
}
}