2020-01-14 13:41:28 +01:00
|
|
|
{
|
2020-08-06 11:30:41 +02:00
|
|
|
"name": "definma",
|
2020-08-18 08:09:14 +02:00
|
|
|
"version": "0.6.3",
|
2020-01-14 13:41:28 +01:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2020-06-19 08:43:22 +02:00
|
|
|
"start": "ng serve",
|
2020-07-13 10:52:10 +02:00
|
|
|
"build": "ng build --prod --aot",
|
2020-07-27 17:52:03 +02:00
|
|
|
"build-push": "ng build --prod --aot && copy /Y cf_config\\ dist && cf push",
|
2020-01-14 13:41:28 +01:00
|
|
|
"test": "ng test",
|
|
|
|
"lint": "ng lint",
|
2020-05-19 12:49:06 +02:00
|
|
|
"e2e": "ng e2e",
|
2020-06-19 08:43:22 +02:00
|
|
|
"coverage": "ng test --no-watch --code-coverage",
|
2020-07-27 17:52:03 +02:00
|
|
|
"api": "cd C:\\Users\\vle2fe\\Documents\\Code\\API && node dist\\index.js",
|
|
|
|
"bundle-report": "ng build --prod --aot --stats-json && webpack-bundle-analyzer dist/UI/stats-es2015.json"
|
2020-01-14 13:41:28 +01:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-05-22 09:36:50 +02:00
|
|
|
"@angular/animations": "~9.1.7",
|
|
|
|
"@angular/common": "~9.1.7",
|
|
|
|
"@angular/compiler": "~9.1.7",
|
|
|
|
"@angular/core": "~9.1.7",
|
|
|
|
"@angular/forms": "~9.1.7",
|
|
|
|
"@angular/platform-browser": "~9.1.7",
|
|
|
|
"@angular/platform-browser-dynamic": "~9.1.7",
|
|
|
|
"@angular/router": "~9.1.7",
|
2020-08-12 17:38:12 +02:00
|
|
|
"@angular/service-worker": "~9.1.7",
|
2020-05-19 12:49:06 +02:00
|
|
|
"@hapi/joi": "^17.1.1",
|
2020-08-06 08:18:57 +02:00
|
|
|
"@inst-iot/bosch-angular-ui-components": "^0.7.2",
|
2020-05-20 10:07:34 +02:00
|
|
|
"angular-2-local-storage": "^3.0.2",
|
2020-07-14 09:39:37 +02:00
|
|
|
"chart.js": "^2.9.3",
|
|
|
|
"chartjs-plugin-datalabels": "^0.7.0",
|
2020-01-14 16:18:26 +01:00
|
|
|
"flatpickr": "^4.6.3",
|
2020-06-19 08:43:22 +02:00
|
|
|
"lodash": "^4.17.15",
|
2020-07-14 09:39:37 +02:00
|
|
|
"ng2-charts": "^2.3.2",
|
2020-06-19 08:43:22 +02:00
|
|
|
"quick-score": "0.0.8",
|
2020-05-22 09:36:50 +02:00
|
|
|
"rxjs": "~6.5.5",
|
2020-07-30 11:33:56 +02:00
|
|
|
"str-compare": "^0.1.2",
|
2020-01-14 13:41:28 +01:00
|
|
|
"tslib": "^1.10.0",
|
2020-05-22 09:36:50 +02:00
|
|
|
"zone.js": "~0.10.2"
|
2020-01-14 13:41:28 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-05-22 09:36:50 +02:00
|
|
|
"@angular-devkit/build-angular": "~0.901.6",
|
|
|
|
"@angular/cli": "~9.1.6",
|
|
|
|
"@angular/compiler-cli": "~9.1.7",
|
|
|
|
"@angular/language-service": "~9.1.7",
|
2020-01-14 13:41:28 +01:00
|
|
|
"@types/jasmine": "~3.3.8",
|
|
|
|
"@types/jasminewd2": "~2.0.3",
|
2020-05-22 09:36:50 +02:00
|
|
|
"@types/node": "^12.11.1",
|
|
|
|
"codelyzer": "^5.1.2",
|
2020-01-14 13:41:28 +01:00
|
|
|
"jasmine-core": "~3.4.0",
|
|
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
|
|
"karma": "~4.1.0",
|
|
|
|
"karma-chrome-launcher": "~2.2.0",
|
|
|
|
"karma-coverage-istanbul-reporter": "~2.0.1",
|
|
|
|
"karma-jasmine": "~2.0.1",
|
|
|
|
"karma-jasmine-html-reporter": "^1.4.0",
|
|
|
|
"protractor": "~5.4.0",
|
|
|
|
"ts-node": "~7.0.0",
|
|
|
|
"tslint": "~5.15.0",
|
2020-07-27 17:52:03 +02:00
|
|
|
"typescript": "~3.8.3",
|
|
|
|
"webpack-bundle-analyzer": "^3.8.0"
|
2020-01-14 13:41:28 +01:00
|
|
|
}
|
|
|
|
}
|