forked from Jason2866/esp-web-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.19 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.19 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
{
"name": "tasmota-esp-web-tools",
"version": "8.1.7",
"description": "Web tools for ESP devices",
"main": "dist/install-button.js",
"repository": "https://github.com/Jason2866/esp-web-tools",
"author": "ESPHome maintainers & Jason2866",
"license": "Apache-2.0",
"scripts": {
"prepublishOnly": "script/build"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-terser": "^0.4.4",
"@types/w3c-web-serial": "^1.0.6",
"prettier": "^3.3.2",
"rollup": "^4.10.0",
"serve": "^14.2.1",
"typescript": "^5.5.3"
},
"dependencies": {
"@material/mwc-button": "^0.27.0",
"@material/mwc-checkbox": "^0.27.0",
"@material/mwc-circular-progress": "^0.27.0",
"@material/mwc-dialog": "^0.27.0",
"@material/mwc-formfield": "^0.27.0",
"@material/mwc-icon-button": "^0.27.0",
"@material/mwc-textfield": "^0.27.0",
"improv-wifi-serial-sdk": "^2.5.0",
"lit": "^2.8.0",
"tasmota-webserial-esptool": "^6.2.0",
"tslib": "^2.6.3"
}
}