60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build --prod --aot",
|
|
"build-push": "ng build --prod --aot && cf push",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e",
|
|
"coverage": "ng test --no-watch --code-coverage",
|
|
"api": "cd C:\\Users\\vle2fe\\Documents\\Code\\API && node dist\\index.js"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@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",
|
|
"@hapi/joi": "^17.1.1",
|
|
"@inst-iot/bosch-angular-ui-components": "file:../Bosch-UI-Components/bosch-angular-ui-components/dist-lib/inst-iot-bosch-angular-ui-components-0.6.0.tgz",
|
|
"angular-2-local-storage": "^3.0.2",
|
|
"chart.js": "^2.9.3",
|
|
"chartjs-plugin-datalabels": "^0.7.0",
|
|
"flatpickr": "^4.6.3",
|
|
"lodash": "^4.17.15",
|
|
"ng2-charts": "^2.3.2",
|
|
"quick-score": "0.0.8",
|
|
"rxjs": "~6.5.5",
|
|
"tslib": "^1.10.0",
|
|
"zone.js": "~0.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.901.6",
|
|
"@angular/cli": "~9.1.6",
|
|
"@angular/compiler-cli": "~9.1.7",
|
|
"@angular/language-service": "~9.1.7",
|
|
"@types/jasmine": "~3.3.8",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@types/node": "^12.11.1",
|
|
"codelyzer": "^5.1.2",
|
|
"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",
|
|
"typescript": "~3.8.3"
|
|
}
|
|
}
|