map-alliance/package.json

60 lines
1.7 KiB
JSON
Raw Normal View History

2019-07-02 08:11:23 -04:00
{
"name": "map-alliance",
2019-08-25 10:44:22 -04:00
"version": "1.5.0",
2019-07-02 08:11:23 -04:00
"scripts": {
"ng": "ng",
2019-07-09 11:23:09 -04:00
"start": "ng serve --host 0.0.0.0",
2019-07-02 08:11:23 -04:00
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
2019-07-09 12:23:53 -04:00
"e2e": "ng e2e",
"deploy": "firebase deploy --only hosting --token \"${FIREBASE_TOKEN}\""
2019-07-02 08:11:23 -04:00
},
"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",
2019-07-11 20:12:18 -04:00
"@angular/fire": "^5.2.1",
2019-07-02 08:11:23 -04:00
"@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",
2019-08-22 14:55:37 -04:00
"@types/leaflet": "^1.5.1",
"@types/lodash": "^4.14.138",
2019-07-02 08:41:44 -04:00
"bootstrap-scss": "^4.3.1",
2019-08-24 22:09:30 -04:00
"classlist.js": "^1.1.20150312",
2019-08-22 14:55:37 -04:00
"esri-leaflet": "^2.3.0",
2019-07-11 20:12:18 -04:00
"firebase": "^6.3.0",
2019-07-02 08:11:23 -04:00
"hammerjs": "^2.0.8",
2019-08-24 21:59:34 -04:00
"jquery": "^3.4.1",
2019-08-22 14:55:37 -04:00
"leaflet": "^1.5.1",
2019-08-22 22:29:42 -04:00
"leaflet-openweathermap": "^1.0.0",
"leaflet-polylinedecorator": "^1.6.0",
2019-08-23 08:19:58 -04:00
"leaflet-rotatedmarker": "^0.2.0",
"lodash": "^4.17.15",
2019-08-25 11:45:49 -04:00
"ng-click-outside": "^5.0.0",
2019-08-27 19:33:52 -04:00
"ngx-color-picker": "^8.1.0",
2019-07-02 08:11:23 -04:00
"rxjs": "~6.4.0",
"tslib": "^1.9.0",
2019-08-24 22:09:30 -04:00
"web-animations-js": "^2.3.2",
2019-07-02 08:11:23 -04:00
"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",
2019-07-09 12:23:53 -04:00
"firebase-tools": "^7.0.2",
2019-07-02 08:11:23 -04:00
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3"
}
}