Added missing GraphQL libs for JS

This commit is contained in:
genomics-geek 2019-10-05 12:05:53 -04:00
parent 5d61d636ee
commit 8cded319b2

View File

@ -1,5 +1,5 @@
{
"name": "nexus",
"name": "{{cookiecutter.project_slug}}",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8000",
@ -30,6 +30,9 @@
"apollo-link-state": "0.4.2",
"apollo-upload-client": "11.0.0",
"axios": "0.19.0",
"graphql": "14.5.4",
"graphql-tag": "2.10.1",
"graphql-tools": "4.0.5",
"node-sass": "4.12.0",
"raven-js": "3.27.2",
"react-alert": "5.5.0",