2017-05-10 11:04:06 +02:00
|
|
|
{
|
2017-05-10 11:53:58 +02:00
|
|
|
"name": "opt-cc-static",
|
2017-05-10 11:04:06 +02:00
|
|
|
"license": "MIT",
|
2017-10-28 12:58:40 +02:00
|
|
|
"author": "Florian Hartwich <hardi@noarch.de>",
|
2017-05-10 11:04:06 +02:00
|
|
|
"private": true,
|
|
|
|
"angular-cli": {},
|
|
|
|
"scripts": {
|
2018-03-12 10:44:42 +01:00
|
|
|
"ng": "$(npm bin)/ng",
|
2018-03-12 16:28:24 +01:00
|
|
|
"build": "ng build",
|
2018-03-12 16:54:18 +01:00
|
|
|
"build:prod": "ng build --no-progress --prod --aot",
|
2017-05-10 11:53:58 +02:00
|
|
|
"start": "ng serve",
|
2018-03-12 10:44:42 +01:00
|
|
|
"lint": "ng lint",
|
2017-05-21 02:16:09 +02:00
|
|
|
"test": "ng test",
|
|
|
|
"pree2e": "webdriver-manager update --standalone false --gecko false",
|
2017-05-21 03:59:27 +02:00
|
|
|
"e2e": "ng e2e --serve=false"
|
2017-05-10 11:04:06 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-01-30 19:49:54 +01:00
|
|
|
"@angular/animations": "^6.1.10",
|
|
|
|
"@angular/cdk": "^6.1.10",
|
|
|
|
"@angular/cli": "^6.1.10",
|
|
|
|
"@angular/common": "^6.1.10",
|
|
|
|
"@angular/compiler": "^6.1.10",
|
|
|
|
"@angular/compiler-cli": "^6.1.10",
|
|
|
|
"@angular/core": "^6.1.10",
|
|
|
|
"@angular/forms": "^6.1.10",
|
|
|
|
"@angular/http": "^6.1.10",
|
|
|
|
"@angular/material": "^6.1.10",
|
|
|
|
"@angular/platform-browser": "^6.1.10",
|
|
|
|
"@angular/platform-browser-dynamic": "^6.1.10",
|
|
|
|
"@angular/router": "^6.1.10",
|
2018-10-02 14:40:25 +02:00
|
|
|
"@ngx-translate/core": "^10.0.2",
|
|
|
|
"@ngx-translate/http-loader": "^3.0.1",
|
2019-01-30 19:49:54 +01:00
|
|
|
"@swimlane/ngx-charts": "^9.1.1",
|
2017-05-10 11:04:06 +02:00
|
|
|
"bootstrap": "^3.3.7",
|
2019-01-30 19:49:54 +01:00
|
|
|
"d3": "^4.10.2",
|
2018-04-02 13:20:44 +02:00
|
|
|
"file-saver": "^1.3.8",
|
2017-05-10 11:04:06 +02:00
|
|
|
"jquery": "^3.1.0",
|
|
|
|
"jquery-ui": "^1.12.0",
|
|
|
|
"jquery-ui-bundle": "^1.11.4",
|
2018-07-03 13:10:24 +02:00
|
|
|
"ngx-clipboard": "^11.1.1",
|
2018-07-18 19:53:06 +02:00
|
|
|
"ngx-cookie-service": "^1.0.10",
|
2017-10-14 15:26:05 +02:00
|
|
|
"ngx-infinite-scroll": "^0.5.2",
|
2018-07-02 20:04:59 +02:00
|
|
|
"rxjs-compat": "^6.2.1",
|
2017-11-08 14:00:04 +01:00
|
|
|
"ts-helpers": "^1.1.2",
|
2018-07-02 20:04:59 +02:00
|
|
|
"zone.js": "^0.8.26"
|
2017-05-10 11:04:06 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-10-02 09:58:07 +02:00
|
|
|
"@angular-devkit/build-angular": "^0.8.3",
|
2017-05-21 03:59:27 +02:00
|
|
|
"@types/jasmine": "2.5.38",
|
2017-10-06 20:11:18 +02:00
|
|
|
"@types/node": "^6.0.89",
|
2018-07-02 20:04:59 +02:00
|
|
|
"codelyzer": "^4.4.2",
|
2017-05-21 03:59:27 +02:00
|
|
|
"jasmine-core": "^2.5.2",
|
|
|
|
"jasmine-spec-reporter": "^3.2.0",
|
2018-07-02 20:04:59 +02:00
|
|
|
"karma": "^2.0.4",
|
2017-05-21 01:26:14 +02:00
|
|
|
"karma-chrome-launcher": "^2.0.0",
|
2017-05-21 03:59:27 +02:00
|
|
|
"karma-jasmine": "^1.1.0",
|
|
|
|
"karma-spec-reporter": "0.0.30",
|
2018-10-02 09:58:07 +02:00
|
|
|
"protractor": "^5.4.1",
|
2017-05-21 01:26:14 +02:00
|
|
|
"protractor-jasmine2-screenshot-reporter": "^0.3.2",
|
2017-05-10 11:04:06 +02:00
|
|
|
"ts-node": "1.2.1",
|
2018-07-02 20:04:59 +02:00
|
|
|
"tslint": "^5.10.0",
|
2018-07-03 20:26:55 +02:00
|
|
|
"typescript": "^2.7.2"
|
2017-05-10 11:04:06 +02:00
|
|
|
}
|
|
|
|
}
|