-
Notifications
You must be signed in to change notification settings - Fork 386
/
Copy pathpackage.json
94 lines (94 loc) · 2.87 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
{
"name": "ui",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production --output-path=../public --source-map=false --aot=true",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.1.1",
"@angular/common": "^14.1.1",
"@angular/compiler": "^14.1.1",
"@angular/core": "^14.1.1",
"@angular/forms": "^14.1.1",
"@angular/localize": "^14.1.1",
"@angular/platform-browser": "^14.1.1",
"@angular/platform-browser-dynamic": "^14.1.1",
"@angular/router": "^14.1.1",
"@auth0/angular-jwt": "^5.0.2",
"@homebridge/plugin-ui-utils": "0.0.19",
"@ng-bootstrap/ng-bootstrap": "^11.0.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@oznu/hap-client": "^1.9.0",
"@oznu/ngx-bs4-jsonform": "^7.3.7",
"@popperjs/core": "^2.11.5",
"angular-gridster2": "^14.0.1",
"bootstrap": "^4.6.1",
"chart.js": "^2.9.4",
"dayjs": "^1.11.3",
"file-saver": "^2.0.5",
"jquery": "^3.6.0",
"json5": "^2.2.1",
"lodash-es": "^4.17.21",
"mdbootstrap": "^4.20.0",
"mobile-detect": "^1.4.5",
"monaco-editor": "^0.33.0",
"ng-inline-svg": "^13.1.2",
"ng2-charts": "^2.4.3",
"ng2-dragula": "^2.1.1",
"ng2-nouislider": "^1.8.3",
"ngx-md": "^8.1.6",
"ngx-monaco-editor": "^8.1.1",
"ngx-toastr": "^15.0.0",
"nouislider": "14.6.3",
"popper.js": "^1.16.1",
"qrcode": "^1.5.0",
"rxjs": "^7.4.0",
"semver": "^7.3.6",
"socket.io-client": "^2.5.0",
"tslib": "^2.1.0",
"xterm": "^4.19.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.6.0",
"zone.js": "^0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.5",
"@angular-eslint/builder": "^14.0.2",
"@angular-eslint/eslint-plugin": "^14.0.2",
"@angular-eslint/eslint-plugin-template": "^14.0.2",
"@angular-eslint/schematics": "14.0.2",
"@angular-eslint/template-parser": "^14.0.2",
"@angular/cli": "^14.1.1",
"@angular/compiler-cli": "^14.1.1",
"@angular/language-service": "^14.1.1",
"@fortawesome/fontawesome-free": "^6.1.1",
"@types/node": "^16.11.43",
"@types/qrcode": "^1.4.2",
"@types/semver": "^7.3.10",
"@types/socket.io-client": "^1.4.36",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"codelyzer": "^6.0.2",
"eslint": "^8.18.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"ts-node": "^10.8.2",
"typescript": "^4.7.4"
},
"overrides": {
"@angular/common": "^14.1.1",
"@angular/core": "^14.1.1",
"@angular/forms": "^14.1.1",
"@angular/localize": "^14.1.1",
"autoprefixer": "10.4.5",
"rxjs": "^7.4.0",
"marked": "^4.0.13"
}
}