-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
105 lines (105 loc) · 3.52 KB
/
package.json
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
{
"name": "homer-ui",
"version": "7.8.1",
"scripts": {
"ng": "ng",
"start": "ng serve --port 80",
"dev": "ng serve --configuration=development --port=80 --disable-host-check",
"webapp": "ng serve --host 0.0.0.0 --configuration=development --port=8099 --disable-host-check",
"build": "ng build --configuration=production && gzip -9 ./dist/homer-ui/*.js",
"build-noenv": "ng build --configuration=production-noenv",
"build-keep-js": "ng build --configuration=production && gzip -9 -k ./dist/homer-ui/*.js",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-material-components/color-picker": "^9.0.0",
"@angular-material-components/datetime-picker": "^9.0.0",
"@angular-material-components/moment-adapter": "^9.0.0",
"@angular/animations": "^15.1.4",
"@angular/cdk": "^15.1.4",
"@angular/common": "^15.1.4",
"@angular/compiler": "^15.1.4",
"@angular/core": "^15.1.4",
"@angular/forms": "^15.1.4",
"@angular/material": "^15.1.4",
"@angular/platform-browser": "^15.1.4",
"@angular/platform-browser-dynamic": "^15.1.4",
"@angular/router": "^15.1.4",
"@fortawesome/angular-fontawesome": "^0.12.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@ng-select/ng-select": "^10.0.0",
"@ngneat/until-destroy": "^10.0.0",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@stelmukhov/ngx-text-diff": "^0.6.4",
"@techiediaries/ngx-qrcode": "^9.1.0",
"@xirenec/ng2-charts": "^2.0.0",
"ag-charts-angular": "^7.0.0",
"ag-charts-community": "^7.0.0",
"ag-grid-angular": "^29.0.0",
"ag-grid-community": "^29.0.0",
"angular-gridster2": "^15.0.0",
"autoprefixer": "10.4.5",
"bogon": "^1.0.0",
"bootstrap": "^5.3.2",
"chart.js": "^2.0.0",
"codejar": "3.7.0",
"fp-ts": "~2.12.1",
"highlight.js": "^11.7.0",
"html2canvas": "^1.1.4",
"io-ts": "^2.2.20",
"is-in-subnet": "^4.0.1",
"jwt-decode": "^3.1.2",
"maplibre-gl": "1.13.0-rc.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.40",
"ng-dynamic-component": "^10.3.0",
"ng-table-virtual-scroll": "^1.3.7",
"ng2-search-filter": "^0.5.1",
"ngx-build-plus": "^12.2.0",
"ngx-codejar": "5.1.3",
"ngx-json-viewer": "~3.0.2",
"ngx-markdown": "^15.0.1",
"parsip": "^1.0.6",
"path-browserify": "^1.0.1",
"postcss": "^8.3.6",
"process": "^0.11.10",
"rxjs": "^7.3.0",
"stream-browserify": "^3.0.0",
"swagger-ui-dist": "^4.15.5",
"swagger-ui-themes": "^3.0.1",
"timers-browserify": "^2.0.12",
"ts-md5": "^1.2.9",
"vis": "^4.21.0-EOL",
"wavesurfer.js": "^5.1.0",
"xlsx": "^0.17.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.5",
"@angular/cli": "^15.1.5",
"@angular/compiler-cli": "^15.1.4",
"@types/highlight.js": "^10.1.0",
"@types/jasmine": "^3.8.2",
"@types/node": "^16.4.7",
"codelyzer": "^6.0.2",
"concurrently": "^6.2.0",
"jasmine-core": "^3.8.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"protractor": "^7.0.0",
"ts-node": "^10.1.0",
"tslint": "^6.1.3",
"typescript": "4.9.5"
}
}