-
-
Notifications
You must be signed in to change notification settings - Fork 186
/
package.json
135 lines (135 loc) · 4.69 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
124
125
126
127
128
129
130
131
132
133
134
135
{
"private": false,
"publishConfig": {
"access": "public",
"cache": ""
},
"sideEffects": [
"*.css"
],
"name": "zigbee2mqtt-frontend",
"version": "0.9.1",
"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:unit": "vitest",
"test:coverage": "vitest run --coverage",
"test:eslint": "eslint \"./src/**/*.{js,jsx,tsx}\"",
"test:pretty": "prettier --check \"./**/*.{js,jsx,tsx}\"",
"i18n:download": "node download_translations.js",
"i18n:trim": "node trim-locales.js"
},
"eslintIgnore": [
"dist/*"
],
"engines": {
"node": ">=18"
},
"devDependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@commitlint/cli": "~17.8.0",
"@commitlint/config-conventional": "~17.8.0",
"@ebay/nice-modal-react": "~1.2.13",
"@fortawesome/fontawesome-free": "~6.6.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",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@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.17.0",
"@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",
"@uiw/codemirror-theme-github": "^4.21.24",
"@uiw/react-codemirror": "^4.21.24",
"@vitejs/plugin-react": "~4.3.0",
"@vitest/coverage-v8": "^1.2.2",
"bootstrap": "~5.3.2",
"classnames": "~2.5.0",
"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",
"deep-object-diff": "~1.1.9",
"eslint": "~8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-config-react": "~1.1.7",
"eslint-plugin-prettier": "~5.0.0",
"eslint-plugin-react": "~7.33.2",
"eslint-plugin-react-refresh": "*",
"events": "~3.3.0",
"file-saver": "~2.0.5",
"husky": "~8.0.3",
"i18next": "~23.5.1",
"i18next-browser-languagedetector": "~7.1.0",
"jsdom": "^24.0.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-app-polyfill": "~3.0.0",
"react-bootstrap": "~2.10.0",
"react-css-theme-switcher": "~0.3.0",
"react-dom": "~18.2.0",
"react-i18next": "~13.5.0",
"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.71.0",
"store2": "^2.14.2",
"timeago.js": "~4.0.2",
"typescript": "~5.2.2",
"unistore": "~3.5.2",
"vite": "~4.5.0",
"vite-plugin-compression": "~0.5.1",
"vite-plugin-html": "~3.2.0",
"vite-plugin-sass-dts": "~1.3.11",
"vitest": "^1.3.1",
"ws": "~8.17.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"
},
"packageManager": "[email protected]+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394"
}