mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-13 16:34:52 +03:00
Added missing GraphQL libs for JS
This commit is contained in:
parent
5d61d636ee
commit
8cded319b2
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user