initial commit

This commit is contained in:
2025-04-17 23:09:40 +03:00
parent 49a121e8f4
commit 3f30854c04
40 changed files with 3825 additions and 157 deletions

View File

@ -1,5 +1,5 @@
{
"name": "wn-screen-frontend",
"name": "WhiteNights",
"version": "0.1.0",
"private": true,
"scripts": {
@ -8,7 +8,15 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@improbable-eng/grpc-web": "^0.15.0",
"axios": "^1.8.4",
"core-js": "^3.8.3",
"google-protobuf": "^3.21.4",
"grpc-web": "^1.5.0",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.4",
"leaflet-geometryutil": "^0.10.3",
"leaflet-rotatedmarker": "^0.2.0",
"vue": "^3.2.13"
},
"devDependencies": {