map-alliance/package.json
Zakary Timson f9a181cdcc
All checks were successful
Build Website / Build NPM Project (push) Successful in 1m21s
Build Website / Tag Version (push) Successful in 6s
Build Website / Build & Push Dockerfile (push) Successful in 1m41s
Update package.json
Remove unused package
2023-12-15 15:05:09 +00:00

52 lines
1.4 KiB
JSON

{
"name": "map-alliance",
"version": "2.0.0",
"scripts": {
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"deploy": "firebase deploy --only hosting --token \"${FIREBASE_TOKEN}\""
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/cdk": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/fire": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/material": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/pwa": "^17.0.0",
"@angular/router": "^17.0.0",
"@angular/service-worker": "^17.0.0",
"bootstrap-scss": "^4.3.1",
"classlist.js": "^1.1.20150312",
"esri-leaflet": "^2.3.0",
"firebase": "^10.7.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",
"ng-click-outside": "^9.0.0",
"ngx-color-picker": "^16.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.6",
"@angular/cli": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@types/leaflet": "^1.5.1",
"firebase-tools": "^12.0.0",
"typescript": "~5.2.2"
}
}