updated packages, updated websocket to socket.io, moved login styling to its own scss file
This commit is contained in:
@ -16,14 +16,15 @@
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^10.9.0",
|
||||
"pinia": "^2.1.7",
|
||||
"vue": "^3.4.21"
|
||||
"socket.io-client": "^4.7.5",
|
||||
"vue": "^3.4.21",
|
||||
"phaser": "^3.80.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rushstack/eslint-patch": "^1.3.3",
|
||||
"@tsconfig/node20": "^20.1.2",
|
||||
"@types/jsdom": "^21.1.6",
|
||||
"@types/node": "^20.11.28",
|
||||
"@types/ws": "^8.5.10",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"@vue/eslint-config-prettier": "^8.0.0",
|
||||
"@vue/eslint-config-typescript": "^12.0.0",
|
||||
@ -34,7 +35,6 @@
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"jsdom": "^24.0.0",
|
||||
"npm-run-all2": "^6.1.2",
|
||||
"phaser": "^3.80.1",
|
||||
"phaser3-rex-plugins": "^1.80.2",
|
||||
"phavuer": "^0.15.7",
|
||||
"prettier": "^3.0.3",
|
||||
@ -43,7 +43,6 @@
|
||||
"vite": "^5.1.6",
|
||||
"vite-plugin-vue-devtools": "^7.0.18",
|
||||
"vitest": "^1.4.0",
|
||||
"vue-tsc": "^2.0.6",
|
||||
"ws": "^8.17.0"
|
||||
"vue-tsc": "^2.0.6"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user