map-alliance/package.json
2019-09-08 12:01:23 -04:00

65 lines
1.8 KiB
JSON

{
"name": "map-alliance",
"version": "1.6.0",
"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": "~8.0.1",
"@angular/cdk": "~8.0.1",
"@angular/common": "~8.0.1",
"@angular/compiler": "~8.0.1",
"@angular/core": "~8.0.1",
"@angular/fire": "^5.2.1",
"@angular/forms": "~8.0.1",
"@angular/material": "^8.0.1",
"@angular/platform-browser": "~8.0.1",
"@angular/platform-browser-dynamic": "~8.0.1",
"@angular/pwa": "^0.800.4",
"@angular/router": "~8.0.1",
"@angular/service-worker": "~8.0.1",
"@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.4.0",
"ts-md5": "^1.2.5",
"tslib": "^1.9.0",
"web-animations-js": "^2.3.2",
"whatwg-fetch": "^3.0.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.0",
"@angular/cli": "~8.0.4",
"@angular/compiler-cli": "~8.0.1",
"@angular/language-service": "~8.0.1",
"@types/node": "~8.9.4",
"firebase-tools": "^7.0.2",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3"
}
}