sights widget fix
All checks were successful
release-tag / release-image (push) Successful in 51s

This commit is contained in:
2025-07-04 12:10:25 +03:00
parent 21b035d414
commit 12db23f846
4 changed files with 2646 additions and 206 deletions

View File

@ -9,6 +9,8 @@
},
"dependencies": {
"@improbable-eng/grpc-web": "^0.15.0",
"@pixi/text-bitmap": "^7.4.3",
"@vitejs/plugin-vue": "^6.0.0",
"axios": "^1.8.4",
"core-js": "^3.8.3",
"google-protobuf": "^3.21.4",
@ -18,8 +20,12 @@
"leaflet-geometryutil": "^0.10.3",
"leaflet-pixi-overlay": "^1.9.4",
"leaflet-rotatedmarker": "^0.2.0",
"pixi.js": "^8.10.2",
"vue": "^3.2.13"
"phaser": "^3.90.0",
"pixi-viewport": "^6.0.3",
"pixi.js": "^8.11.0",
"vue": "^3.2.13",
"vue-ts": "^1.0.11",
"vue3-pixi": "^0.9.6"
},
"devDependencies": {
"@babel/core": "^7.12.16",