forked from nurikk/zigbee2mqtt-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.12 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"private": false,
"publishConfig": {
"access": "public",
"cache": ""
},
"sideEffects": [
"*.css"
],
"name": "zigbee2mqtt-frontend",
"version": "0.6.148",
"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",
"test:eslint": "eslint \"./src/**/*.{js,jsx,tsx}\"",
"test:pretty": "prettier --check \"./**/*.{js,jsx,tsx}\""
},
"eslintIgnore": [
"dist/*"
],
"engines": {
"node": ">=18"
},
"devDependencies": {
"@commitlint/cli": "~17.7.2",
"@commitlint/config-conventional": "~17.7.0",
"@ebay/nice-modal-react": "~1.2.13",
"@fortawesome/fontawesome-free": "~6.4.2",
"@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.1",
"@types/d3-drag": "~3.0.4",
"@types/d3-force": "~3.0.6",
"@types/d3-selection": "~3.0.7",
"@types/d3-zoom": "~3.0.5",
"@types/events": "~3.0.1",
"@types/file-saver": "~2.0.5",
"@types/json-schema": "~7.0.13",
"@types/lodash": "~4.14.199",
"@types/react": "~18.2.24",
"@types/react-dom": "~18.2.8",
"@types/react-router-dom": "~5.3.3",
"@types/react-table": "~7.7.16",
"@types/react-transition-group": "~4.4.7",
"@types/reconnectingwebsocket": "~1.0.8",
"@types/ws": "~8.5.6",
"@typescript-eslint/eslint-plugin": "~6.7.4",
"@typescript-eslint/parser": "~6.7.4",
"@vitejs/plugin-react": "~4.1.0",
"ace-builds": "~1.28.0",
"bootstrap": "~5.3.2",
"classnames": "~2.3.2",
"color-convert": "~2.0.1",
"conventional-changelog-cli": "~4.1.0",
"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": "~8.50.0",
"eslint-config-prettier": "~9.0.0",
"eslint-config-react": "~1.1.7",
"eslint-plugin-prettier": "~5.0.0",
"eslint-plugin-react": "~7.33.2",
"events": "~3.3.0",
"file-saver": "~2.0.5",
"husky": "~8.0.3",
"i18next": "~23.5.1",
"i18next-browser-languagedetector": "~7.1.0",
"jszip": "~3.10.1",
"lodash": "~4.17.21",
"notyf": "~3.10.0",
"pinst": "~3.0.0",
"prettier": "~3.0.3",
"react": "~18.2.0",
"react-ace": "~10.1.0",
"react-app-polyfill": "~3.0.0",
"react-bootstrap": "~2.9.0",
"react-css-theme-switcher": "~0.3.0",
"react-dom": "~18.2.0",
"react-i18next": "~13.2.2",
"react-image": "~4.1.0",
"react-notifications-component": "^4.0.1",
"react-router-dom": "~5.3.4",
"react-table": "~7.8.0",
"react-transition-group": "~4.4.5",
"reconnecting-websocket": "~4.4.0",
"sass": "~1.68.0",
"timeago.js": "~4.0.2",
"typescript": "~5.2.2",
"unistore": "~3.5.2",
"vite": "~4.4.10",
"vite-plugin-compression": "~0.5.1",
"vite-plugin-html": "~3.2.0",
"vite-plugin-sass-dts": "~1.3.11",
"ws": "~8.14.2",
"zigbee-herdsman": "~0.19.0",
"zigbee-herdsman-converters": "~15.87.0"
},
"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"
}
}