-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
97 lines (97 loc) · 2.57 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
{
"name": "@hoobs/hoobs",
"version": "3.3.6",
"description": "Certified HOOBS stack",
"license": "GPL-3.0",
"keywords": [
"HOOBS",
"homebridge",
"smart-home",
"smarthome",
"home",
"iot"
],
"repository": {
"type": "git",
"url": "git://github.com/hoobs-org/hoobs-core.git"
},
"bugs": {
"url": "https://github.com/hoobs-org/hoobs-core/issues"
},
"main": "server/cli.js",
"bin": {
"hoobs": "bin/hoobs"
},
"author": "Michael J Kellsy",
"engines": {
"node": ">=10.16.0"
},
"scripts": {
"debug": "bin/hoobs-build start",
"build": "vue-cli-service build",
"prepare": "npm run build",
"postinstall": "bin/hoobs upgrade",
"hoobs": "bin/hoobs-build"
},
"dependencies": {
"@hoobs/migration": "^4.4.11",
"archiver": "^5.1.0",
"axios": "^0.21.1",
"commander": "^6.2.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"formidable": "^1.2.2",
"fs-extra": "^9.0.1",
"homebridge": "1.3.3",
"lodash": "^4.17.21",
"node-cache": "^5.1.2",
"node-pty": "^0.9.0",
"prompts": "^2.4.0",
"sanitize-filename": "^1.6.3",
"semver": "^7.3.4",
"systeminformation": "^5.6.7",
"unzipper": "^0.10.11",
"ws": "^7.5.0"
},
"devDependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@jaames/iro": "^5.3.1",
"@vue/cli-plugin-router": "^4.5.9",
"@vue/cli-plugin-vuex": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"chartkick": "^3.2.1",
"deep-equal": "^2.0.5",
"deepmerge": "^4.2.2",
"jsonlint-mod": "^1.7.6",
"jsonp": "^0.2.1",
"lodash-es": "^4.17.15",
"prismjs": "^1.24.0",
"showdown": "^1.9.1",
"vue": "^2.6.12",
"vue-grid-layout": "^2.3.11",
"vue-i18n": "^8.22.2",
"vue-material-checkbox": "^2.2.0",
"vue-router": "^3.4.9",
"vue-template-compiler": "^2.6.12",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.0",
"xterm": "^4.9.0",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-web-links": "^0.4.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"optionalDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
}
}