{ "name": "map-alliance", "version": "1.7.8", "scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "deploy": "firebase deploy --only hosting --token \"${FIREBASE_TOKEN}\"" }, "private": true, "dependencies": { "@angular/animations": "~9.1.11", "@angular/cdk": "^9.2.4", "@angular/common": "~9.1.11", "@angular/compiler": "~9.1.11", "@angular/core": "~9.1.11", "@angular/fire": "^5.2.1", "@angular/forms": "~9.1.11", "@angular/material": "^9.2.4", "@angular/platform-browser": "~9.1.11", "@angular/platform-browser-dynamic": "~9.1.11", "@angular/pwa": "^0.800.4", "@angular/router": "~9.1.11", "@angular/service-worker": "~9.1.11", "@types/leaflet": "^1.5.1", "@types/lodash": "^4.14.138", "bootstrap-scss": "^4.3.1", "classlist.js": "^1.1.20150312", "esri-leaflet": "^2.3.0", "firebase": "^6.3.0", "hammerjs": "^2.0.8", "jquery": "^3.4.1", "leaflet": "^1.5.1", "leaflet-bing-layer": "^3.3.1", "leaflet-openweathermap": "^1.0.0", "leaflet-polylinedecorator": "^1.6.0", "leaflet-rotatedmarker": "^0.2.0", "leaflet.gridlayer.googlemutant": "^0.8.0", "lodash": "^4.17.15", "momentjs": "^2.0.0", "ng-click-outside": "^5.0.0", "ngx-color-picker": "^8.1.0", "rxjs": "~6.5.5", "ts-md5": "^1.2.5", "tslib": "^1.13.0", "web-animations-js": "^2.3.2", "whatwg-fetch": "^3.0.0", "zone.js": "~0.10.3" }, "devDependencies": { "@angular-devkit/build-angular": "~0.901.8", "@angular/cli": "~9.1.8", "@angular/compiler-cli": "~9.1.11", "@angular/language-service": "~9.1.11", "@types/node": "~8.9.4", "firebase-tools": "^7.0.2", "ts-node": "~7.0.0", "tslint": "~5.15.0", "typescript": "~3.8.3" } }