This commit is contained in:
2025-08-28 17:07:20 +03:00
parent 6880876942
commit 252a2e037a
11 changed files with 425 additions and 453 deletions

View File

@@ -6,8 +6,7 @@
"start": "ng serve",
"start:remote-api": "ng serve --configuration=remote-api",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
@@ -22,7 +21,6 @@
"@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",
@@ -36,15 +34,7 @@
"@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",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.7.2"
}
}