-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
92 lines (92 loc) · 2.82 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
{
"name": "@hoobs/gui",
"version": "4.0.90",
"description": "Interface component for the certified HOOBS stack.",
"license": "GPL-3.0",
"keywords": [
"hoobs",
"homebridge",
"smart-home",
"smarthome",
"home",
"iot"
],
"repository": {
"type": "git",
"url": "git://github.com/hoobs-org/gui.git"
},
"bugs": {
"url": "https://github.com/hoobs-org/gui/issues"
},
"main": "lib/index.html",
"author": {
"name": "Michael J Kellsy"
},
"preferGlobal": true,
"scripts": {
"lint": "vue-cli-service lint",
"build": "bin/build --lint",
"debug": "vue-cli-service serve --modern --mode development --port 49826"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@hoobs/sdk": "^4.4.11",
"@interactjs/core": "^1.10.1",
"@interactjs/utils": "^1.10.1",
"@jaames/iro": "^5.3.1",
"@mdi/js": "^5.9.55",
"chart.js": "^2.9.4",
"color-scheme": "^1.0.1",
"colorthief": "^2.3.2",
"compare-versions": "^3.6.0",
"core-js": "^3.8.1",
"emojer": "^1.1.5",
"file-saver": "^2.0.5",
"github-api-emojis": "^1.0.3",
"identicon.js": "^2.3.3",
"lodash.debounce": "^4.0.8",
"pako": "^2.0.4",
"showdown": "^1.9.1",
"showdown-highlight": "^2.1.5",
"video.js": "^7.12.3",
"vue": "^2.6.12",
"vue-chartkick": "^0.6.1",
"vue-grid-layout": "^2.3.12",
"vue-i18n": "^8.22.2",
"vue-router": "^3.4.9",
"vue-trend-chart": "^0.15.3",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.0",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@types/chart.js": "^2.9.29",
"@types/pako": "^1.0.2",
"@types/showdown": "^1.9.3",
"@types/vue-chartkick": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.10.0",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-router": "~4.5.9",
"@vue/cli-plugin-typescript": "~4.5.9",
"@vue/cli-plugin-vuex": "~4.5.9",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-loader": "^8.2.2",
"commander": "^6.2.1",
"eslint": "^7.28.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^7.10.0",
"prompts": "^2.3.2",
"rimraf": "^3.0.2",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"typescript": "~4.1.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^5.11.1"
}
}