feat: initial setup of new backend comms

This commit is contained in:
Andrew Bastin
2021-10-01 13:46:22 +05:30
parent 728515c225
commit c332808fe4
8 changed files with 273 additions and 15 deletions

View File

@@ -35,6 +35,7 @@
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/toast": "^3.3.1",
"@urql/core": "^2.3.3",
"acorn": "^8.5.0",
"acorn-walk": "^8.2.0",
"axios": "^0.21.4",
@@ -48,6 +49,8 @@
"graphql": "^15.6.0",
"graphql-language-service-interface": "^2.8.4",
"graphql-language-service-parser": "^1.9.2",
"graphql-tag": "^2.12.5",
"io-ts": "^2.2.16",
"json-loader": "^0.5.7",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
@@ -66,6 +69,7 @@
"vue-textarea-autosize": "^1.1.1",
"vue-tippy": "^4.11.0",
"vuejs-auto-complete": "^0.9.0",
"wonka": "^4.0.15",
"yargs-parser": "^20.2.9"
},
"devDependencies": {
@@ -90,6 +94,7 @@
"@types/esprima": "^4.0.3",
"@types/lodash": "^4.14.174",
"@types/splitpanes": "^2.2.1",
"@urql/devtools": "^2.0.3",
"@vue/runtime-dom": "^3.2.19",
"@vue/test-utils": "^1.2.2",
"babel-core": "^7.0.0-bridge.0",