forked from nurikk/zigbee2mqtt-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.39 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
{
"private": false,
"publishConfig": {
"access": "public",
"cache": ""
},
"sideEffects": [
"*.css"
],
"name": "zigbee2mqtt-frontend",
"version": "0.6.71",
"license": "GPL-3.0",
"scripts": {
"build": "npm run clean && webpack --config ./webpack.config.js --mode production",
"start": "concurrently 'npm run start:ws' 'npm run start:dev'",
"start:dev": "webpack serve --config ./webpack.config.js --mode development",
"start:ws": "node ws.js",
"clean": "rimraf ./dist",
"postversion": "git push && git push --tags",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"pretty": "prettier --write \"./**/*.{js,jsx,json}\"",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"eslintIgnore": [
"dist/*"
],
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@fortawesome/fontawesome-free": "^5.15.4",
"@rjsf/core": "^3.2.1",
"@teamsupercell/typings-for-css-modules-loader": "^2.4.0",
"@toolz/local-storage": "^1.0.5",
"@types/classnames": "^2.3.1",
"@types/color-convert": "^2.0.0",
"@types/d3-drag": "^3.0.1",
"@types/d3-force": "^3.0.3",
"@types/d3-selection": "^3.0.2",
"@types/d3-zoom": "^3.0.1",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.178",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/react-table": "^7.7.9",
"@types/react-transition-group": "^4.4.4",
"@types/reconnectingwebsocket": "^1.0.7",
"@types/webpack-env": "^1.16.3",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"ace-builds": "^1.4.14",
"bootstrap": "^5.1.3",
"classnames": "^2.2.6",
"color-convert": "^2.0.1",
"compression-webpack-plugin": "^9.2.0",
"concurrently": "^7.0.0",
"conventional-changelog-cli": "^2.2.2",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.6.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": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"file-saver": "^2.0.5",
"fork-ts-checker-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"i18next": "^21.6.10",
"i18next-browser-languagedetector": "^6.1.3",
"i18next-http-backend": "^1.3.2",
"jszip": "^3.7.1",
"line-reader": "^0.4.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.5.3",
"notyf": "^3.10.0",
"pinst": "^2.1.6",
"prettier": "^2.5.1",
"react": "^17.0.1",
"react-ace": "^9.5.0",
"react-app-polyfill": "^3.0.0",
"react-css-theme-switcher": "^0.3.0",
"react-dom": "^17.0.1",
"react-i18next": "^11.14.3",
"react-image": "^4.0.3",
"react-router-dom": "^6.2.1",
"react-table": "^7.7.0",
"react-transition-group": "^4.4.2",
"reconnecting-websocket": "^4.4.0",
"rimraf": "^3.0.2",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"timeago.js": "^4.0.2",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"unistore": "^3.5.2",
"webpack": "^5.68.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.7.4",
"zigbee-herdsman": "^0.14.11",
"zigbee-herdsman-converters": "^14.0.409",
"zip-webpack-plugin": "^4.0.1"
},
"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"
}
}