Synchronizacja danych z API przez websockety

This commit is contained in:
2022-04-08 22:28:19 +02:00
parent 92788fac94
commit 93bcb7ac75
8 changed files with 443 additions and 138 deletions
+3 -2
View File
@@ -13,6 +13,7 @@
"dotenv": "^8.6.0",
"firestore": "^1.1.6",
"howler": "^2.2.1",
"socket.io-client": "^4.4.1",
"vue": "^3.1.2",
"vue-class-component": "^7.2.6",
"vue-i18n": "^9.1.6",
@@ -25,11 +26,11 @@
"@vue/cli-plugin-typescript": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.4.0",
"@vue/cli-service": "^4.5.13",
"@vue/compiler-sfc": "^3.1.0",
"axios": "^0.21.1",
"sass": "^1.32.13",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5",
"@vue/compiler-sfc": "^3.1.0",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^0.17.0"
},
@@ -38,4 +39,4 @@
"last 2 versions",
"not dead"
]
}
}