forked from homebridge/homebridge.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.44 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.44 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
{
"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": "^12.0.4",
"@angular/common": "^12.0.4",
"@angular/compiler": "^12.0.4",
"@angular/core": "^12.0.4",
"@angular/forms": "^12.0.4",
"@angular/platform-browser": "^12.0.4",
"@angular/platform-browser-dynamic": "^12.0.4",
"@angular/router": "^12.0.4",
"@types/node": "^14.17.3",
"@types/uuid": "^8.3.0",
"bootstrap": "^4.6.0",
"emoji-toolkit": "^6.5.1",
"jquery": "^3.6.0",
"ngx-bootstrap": "^6.2.0",
"ngx-highlightjs": "^4.1.4",
"ngx-markdown": "^12.0.1",
"popper.js": "^1.16.1",
"rxjs": "^6.6.7",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.4",
"@angular/cli": "^12.0.4",
"@angular/compiler-cli": "^12.0.4",
"@angular/language-service": "^12.0.4",
"@fortawesome/fontawesome-free": "^5.15.3",
"codelyzer": "^6.0.0",
"decamelize": "^4.0.0",
"hap-nodejs": "^0.9.4",
"inflection": "^1.13.1",
"ts-node": "^9.1.1",
"tslint": "~6.1.0",
"typescript": "4.2.4",
"uuid": "^8.3.2"
}
}