homefront/package.json
2021-06-19 19:52:10 -04:00

42 lines
1.2 KiB
JSON

{
"name": "home-front",
"version": "0.3.0",
"scripts": {
"ng": "ng",
"start": "ng serve --host=0.0.0.0 -o",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration production",
"deploy": "firebase deploy --token \"${FIREBASE_TOKEN}\""
},
"private": true,
"dependencies": {
"@angular/animations": "~12.0.1",
"@angular/cdk": "^12.0.5",
"@angular/common": "~12.0.1",
"@angular/compiler": "~12.0.1",
"@angular/core": "~12.0.1",
"@angular/fire": "^6.1.5",
"@angular/forms": "~12.0.1",
"@angular/material": "^12.0.5",
"@angular/platform-browser": "~12.0.1",
"@angular/platform-browser-dynamic": "~12.0.1",
"@angular/router": "~12.0.1",
"@angular/service-worker": "~12.0.1",
"angular-gauge": "^4.0.0",
"chart.js": "^2.9.4",
"firebase": "^8.6.8",
"ng2-charts": "^2.4.2",
"rxjs": "~6.6.0",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.0.1",
"@angular/cli": "~12.0.1",
"@angular/compiler-cli": "~12.0.1",
"@types/node": "^12.11.1",
"firebase-tools": "^6.1.0",
"typescript": "~4.2.3"
}
}