-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.57 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "hhs_pacd-frontend-phase2",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --output-hashing=all --base-href ./",
"production": "ng build --configuration=production --output-hashing=all --base-href ./",
"test-dev": "ng build --configuration=test-dev --output-hashing=all --base-href ./",
"staging": "ng build --configuration=staging --output-hashing=all --base-href ./",
"integration": "ng build --configuration=integration --output-hashing=all --base-href ./",
"sandbox": "ng build --configuration=sandbox --output-hashing=all --base-href ./",
"test": "ng test --code-coverage",
"docker:build": "docker build -t ui .",
"docker:run": "docker run --name ui -t -p 8080:8080 -d ui",
"docker:remove": "docker stop ui && docker rm ui && docker rmi ui",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "7.2.3",
"@angular/cdk": "7.2.2",
"@angular/common": "~7.0.0",
"@angular/compiler": "~7.0.0",
"@angular/core": "~7.0.0",
"@angular/flex-layout": "7.0.0-beta.23",
"@angular/forms": "~7.0.0",
"@angular/http": "~7.0.0",
"@angular/material": "7.2.2",
"@angular/platform-browser": "~7.0.0",
"@angular/platform-browser-dynamic": "~7.0.0",
"@angular/router": "~7.0.0",
"@ng-select/ng-select": "2.20.5",
"@syncfusion/ej2-angular-calendars": "17.2.35",
"@types/file-saver": "2.0.1",
"amazon-cognito-identity-js": "3.0.7",
"angular-user-idle": "2.2.1",
"angular6-json-schema-form": "7.0.5",
"aws-sdk": "2.400.0",
"bootstrap": "4.2.1",
"chart.js": "2.8.0",
"chartjs-plugin-annotation": "0.5.7",
"chartjs-plugin-datalabels": "0.7.0",
"core-js": "2.5.4",
"daemonite-material": "4.1.1",
"file-saver": "2.0.2",
"font-awesome": "4.7.0",
"goog-webfont-dl": "1.0.3",
"hammerjs": "2.0.8",
"i": "0.3.6",
"intl": "1.2.5",
"jquery": "3.3.1",
"jspdf": "1.5.3",
"jwt-decode": "2.2.0",
"material-design-icons": "3.0.1",
"minimist": "1.2.3",
"moment": "2.24.0",
"ng2-charts": "2.2.5",
"ng2-cookies": "1.0.12",
"ng2-input-autocomplete": "1.0.0",
"ng2-pdf-viewer": "5.2.3",
"ng2-select": "2.0.0",
"ngx-pagination": "^5.0.0",
"ngx-quill": "5.1.0",
"ngx-spinner": "7.0.0",
"ngx-toastr": "9.1.1",
"npm": "6.12.1",
"popper.js": "^1.14.6",
"quill": "1.3.7",
"quill-image-resize": "3.0.9",
"quill-mention": "2.1.2",
"rxjs": "~6.3.3",
"rxjs-compat": "6.3.3",
"typescript": "~3.1.6",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.13.10",
"@angular/cli": "7.0.7",
"@angular/compiler-cli": "7.2.8",
"@angular/language-service": "~7.0.0",
"@types/chai": "4.1.7",
"@types/cucumber": "4.0.5",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "24.0.11",
"@types/node": "8.9.5",
"chai": "4.2.0",
"codelyzer": "~4.5.0",
"cucumber": "5.1.0",
"cucumber-html-reporter": "4.0.5",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "5.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "0.2.2",
"karma-phantomjs-launcher": "1.0.4",
"karma-spec-reporter": "0.0.32",
"protractor": "5.4.2",
"protractor-cucumber-framework": "6.1.1",
"protractor-multiple-cucumber-html-reporter-plugin": "1.8.0",
"ts-node": "7.0.1",
"tslint": "~5.11.0"
}
}