2018-08-27 17:04:01 +00:00
|
|
|
{
|
|
|
|
"name": "budget",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
2020-01-30 03:31:33 +00:00
|
|
|
"ng": "node_modules/@angular/cli/bin/ng",
|
|
|
|
"start": "node_modules/@angular/cli/bin/ng serve --host '0.0.0.0'",
|
2020-06-30 04:06:44 +00:00
|
|
|
"code-server": "node_modules/@angular/cli/bin/ng serve --configuration=codeserver --host \"0.0.0.0\" --disable-host-check --poll=2000",
|
2020-01-30 03:31:33 +00:00
|
|
|
"build": "node_modules/@angular/cli/bin/ng build",
|
2020-01-30 04:35:43 +00:00
|
|
|
"package": "node_modules/@angular/cli/bin/ng build --prod --service-worker",
|
2020-01-30 03:31:33 +00:00
|
|
|
"publish": "node_modules/@angular/cli/bin/ng build --prod --service-worker && firebase deploy",
|
|
|
|
"test": "node_modules/@angular/cli/bin/ng test",
|
|
|
|
"lint": "node_modules/@angular/cli/bin/ng lint",
|
|
|
|
"e2e": "node_modules/@angular/cli/bin/ng e2e"
|
2018-08-27 17:04:01 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-06-30 04:09:19 +00:00
|
|
|
"@angular/animations": "^10.0.1",
|
|
|
|
"@angular/cdk": "^10.0.1",
|
|
|
|
"@angular/common": "^10.0.1",
|
|
|
|
"@angular/compiler": "^10.0.1",
|
|
|
|
"@angular/core": "^10.0.1",
|
|
|
|
"@angular/forms": "^10.0.1",
|
|
|
|
"@angular/material": "^10.0.1",
|
|
|
|
"@angular/platform-browser": "^10.0.1",
|
|
|
|
"@angular/platform-browser-dynamic": "^10.0.1",
|
|
|
|
"@angular/router": "^10.0.1",
|
|
|
|
"@angular/service-worker": "^10.0.1",
|
2020-01-30 03:01:39 +00:00
|
|
|
"chart.js": "^2.9.3",
|
|
|
|
"core-js": "^2.6.11",
|
2018-08-30 00:20:49 +00:00
|
|
|
"dexie": "^2.0.4",
|
2020-06-30 04:09:19 +00:00
|
|
|
"ng2-charts": "^2.3.2",
|
|
|
|
"ng2-currency-mask": "^9.0.2",
|
2020-03-03 00:34:50 +00:00
|
|
|
"ngx-cookie-service": "^2.4.0",
|
2020-01-30 03:01:39 +00:00
|
|
|
"rxjs": "^6.5.4",
|
2020-06-30 04:09:19 +00:00
|
|
|
"tslib": "^2.0.0",
|
|
|
|
"zone.js": "~0.10.3"
|
2018-08-27 17:04:01 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-30 04:09:19 +00:00
|
|
|
"@angular-devkit/build-angular": "~0.1000.0",
|
|
|
|
"@angular/cli": "^10.0.0",
|
|
|
|
"@angular/compiler-cli": "^10.0.1",
|
|
|
|
"@angular/language-service": "^10.0.1",
|
2020-01-30 03:31:33 +00:00
|
|
|
"@types/jasmine": "^3.5.2",
|
2020-01-30 03:01:39 +00:00
|
|
|
"@types/jasminewd2": "^2.0.8",
|
2020-06-30 04:09:19 +00:00
|
|
|
"@types/node": "^12.11.1",
|
|
|
|
"codelyzer": "^5.1.2",
|
2020-01-30 03:31:33 +00:00
|
|
|
"eslint": "^6.8.0",
|
2020-06-30 04:09:19 +00:00
|
|
|
"jasmine-core": "~3.5.0",
|
|
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
|
|
"karma": "~5.0.0",
|
2020-01-30 03:31:33 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2020-06-30 04:09:19 +00:00
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
|
|
"karma-jasmine": "~3.3.0",
|
|
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
|
|
"protractor": "~7.0.0",
|
2020-01-30 03:31:33 +00:00
|
|
|
"ts-node": "~8.6.2",
|
2020-06-30 04:09:19 +00:00
|
|
|
"tslint": "~6.1.0",
|
|
|
|
"typescript": "3.9.5"
|
2018-08-27 17:04:01 +00:00
|
|
|
}
|
|
|
|
}
|