-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
63 lines (63 loc) · 1.92 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
{
"private": true,
"name": "homebridge.github.io",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production --output-path dist",
"test": "ng test",
"lint": "ng lint",
"gen": "ts-node -P tsconfig.gen.json scripts/gen.ts && ts-node -P tsconfig.gen.json scripts/sitemap.ts"
},
"dependencies": {
"@angular/animations": "^14.3.0",
"@angular/common": "^14.3.0",
"@angular/compiler": "^14.3.0",
"@angular/core": "^14.3.0",
"@angular/forms": "^14.3.0",
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "^14.3.0",
"@types/node": "^18.18.7",
"@types/uuid": "^8.3.4",
"bootstrap": "^4.6.2",
"emoji-toolkit": "^6.6.0",
"jquery": "^3.7.1",
"ngx-bootstrap": "^6.2.0",
"ngx-highlightjs": "^4.1.4",
"ngx-markdown": "^12.1.0",
"popper.js": "^1.16.1",
"rxjs": "^6.6.7",
"tslib": "^2.6.2",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.13",
"@angular-eslint/builder": "14.4.0",
"@angular-eslint/eslint-plugin": "14.4.0",
"@angular-eslint/eslint-plugin-template": "14.4.0",
"@angular-eslint/schematics": "14.4.0",
"@angular-eslint/template-parser": "14.4.0",
"@angular/cli": "^14.2.13",
"@angular/compiler-cli": "^14.3.0",
"@angular/language-service": "^14.3.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"codelyzer": "^6.0.2",
"decamelize": "^4.0.0",
"eslint": "^8.52.0",
"hap-nodejs": "^0.11.1",
"inflection": "^1.13.4",
"ts-node": "^9.1.1",
"tslint": "~6.1.3",
"typescript": "4.6.4",
"uuid": "^8.3.2"
},
"overrides": {
"@angular/common": "^14.3.0",
"@angular/core": "^14.3.0",
"@angular/platform-browser": "^14.3.0"
}
}