forked from nurikk/zigbee2mqtt-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.86 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 3.86 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"private": false,
"publishConfig": {
"access": "public",
"cache": ""
},
"sideEffects": [
"*.css"
],
"name": "zigbee2mqtt-frontend",
"version": "0.6.128",
"license": "GPL-3.0",
"scripts": {
"build": "vite build",
"preview": "vite preview",
"start": "vite dev",
"postversion": "git push && git push --tags",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"pretty": "prettier --write \"./**/*.{js,jsx,tsx}\"",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"eslintIgnore": [
"dist/*"
],
"devDependencies": {
"@commitlint/cli": "16.3.0",
"@commitlint/config-conventional": "16.2.4",
"@ebay/nice-modal-react": "1.2.8",
"@fortawesome/fontawesome-free": "6.2.0",
"@rjsf/bootstrap-5": "https://github.com/nurikk/fileshare/blob/main/rjsf-bootstrap-5-4.2.0.tgz?raw=true",
"@rjsf/core": "4.2.3",
"@toolz/local-storage": "1.0.5",
"@types/color-convert": "2.0.0",
"@types/d3-drag": "3.0.1",
"@types/d3-force": "3.0.3",
"@types/d3-selection": "3.0.3",
"@types/d3-zoom": "3.0.1",
"@types/events": "3.0.0",
"@types/file-saver": "2.0.5",
"@types/json-schema": "7.0.11",
"@types/lodash": "4.14.185",
"@types/react": "17.0.50",
"@types/react-dom": "17.0.17",
"@types/react-router-dom": "5.3.3",
"@types/react-table": "7.7.12",
"@types/react-transition-group": "4.4.5",
"@types/reconnectingwebsocket": "1.0.7",
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@vitejs/plugin-react": "1.3.2",
"ace-builds": "1.11.2",
"bootstrap": "5.2.2",
"classnames": "2.3.2",
"color-convert": "2.0.1",
"conventional-changelog-cli": "2.2.2",
"d3-drag": "3.0.0",
"d3-force": "3.0.0",
"d3-force-reuse": "1.0.1",
"d3-selection": "3.0.0",
"d3-zoom": "3.0.0",
"deep-diff": "1.0.2",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"events": "3.3.0",
"file-saver": "2.0.5",
"husky": "8.0.1",
"i18next": "21.9.2",
"i18next-browser-languagedetector": "6.1.5",
"jszip": "3.10.1",
"lodash": "4.17.21",
"notyf": "3.10.0",
"pinst": "3.0.0",
"prettier": "2.7.1",
"react": "17.0.2",
"react-ace": "9.5.0",
"react-app-polyfill": "3.0.0",
"react-bootstrap": "2.5.0",
"react-css-theme-switcher": "0.3.0",
"react-dom": "17.0.2",
"react-i18next": "11.18.6",
"react-image": "4.0.3",
"react-notifications": "1.7.4",
"react-router-dom": "5.3.3",
"react-table": "7.8.0",
"react-transition-group": "4.4.5",
"reconnecting-websocket": "4.4.0",
"sass": "1.55.0",
"timeago.js": "4.0.2",
"typescript": "4.8.4",
"unistore": "3.5.2",
"vite": "2.9.15",
"vite-plugin-compression": "0.5.1",
"vite-plugin-html": "3.2.0",
"vite-plugin-sass-dts": "1.1.42",
"ws": "8.9.0",
"zigbee-herdsman": "0.14.97",
"zigbee-herdsman-converters": "15.0.62"
},
"main": "index.js",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/nurikk/zigbee2mqtt-frontend.git"
},
"bugs": {
"url": "https://github.com/nurikk/zigbee2mqtt-frontend/issues"
}
}