forked from esphome/esp-web-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.19 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
{
"name": "tasmota-esp-web-tools",
"version": "8.1.8",
"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": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@rollup/plugin-terser": "^0.4.4",
"@types/w3c-web-serial": "^1.0.7",
"prettier": "^3.4.2",
"rollup": "^4.30.1",
"serve": "^14.2.1",
"typescript": "^5.7.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.3.0",
"tslib": "^2.8.1"
}
}