large update wip

This commit is contained in:
2025-08-24 17:24:40 +03:00
parent ae2dce2871
commit ef93d51f77
50 changed files with 3459 additions and 621 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:remote-api":"ng serve --configuration=remote-api",
"start:remote-api": "ng serve --configuration=remote-api",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
@@ -21,7 +21,14 @@
"@angular/platform-browser": "^19.1.0",
"@angular/platform-browser-dynamic": "^19.1.0",
"@angular/router": "^19.1.0",
"@maptiler/leaflet-maptilersdk": "^4.1.1",
"@swimlane/ngx-charts": "^23.0.1",
"chart.js": "^4.5.0",
"d3": "^7.9.0",
"leaflet": "^1.9.4",
"ng2-charts": "^8.0.0",
"rxjs": "~7.8.0",
"socket.io-client": "^4.8.1",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
@@ -29,7 +36,9 @@
"@angular-devkit/build-angular": "^19.1.6",
"@angular/cli": "^19.1.6",
"@angular/compiler-cli": "^19.1.0",
"@types/geojson": "^7946.0.16",
"@types/jasmine": "~5.1.0",
"@types/leaflet": "^1.9.20",
"jasmine-core": "~5.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
@@ -38,4 +47,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.7.2"
}
}
}