mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-04-19 13:17:20 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"name": "esp-web-tools",
|
|
"version": "9.0.4",
|
|
"description": "Web tools for ESP devices",
|
|
"main": "dist/install-button.js",
|
|
"repository": "https://github.com/esphome/esp-web-tools",
|
|
"author": "ESPHome maintainers",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"prepublishOnly": "script/build",
|
|
"postinstall": "patch -Ntu node_modules/esptool-js/ESPLoader.js -i patches/0001-import-pako-and-not-change-baud.patch || true"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
"@rollup/plugin-typescript": "^8.2.1",
|
|
"@types/w3c-web-serial": "^1.0.1",
|
|
"prettier": "^2.3.0",
|
|
"rollup": "^2.50.2",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"serve": "^14.0.1",
|
|
"typescript": "^4.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@material/mwc-button": "^0.26.1",
|
|
"@material/mwc-checkbox": "^0.26.1",
|
|
"@material/mwc-circular-progress": "^0.26.1",
|
|
"@material/mwc-dialog": "^0.26.1",
|
|
"@material/mwc-formfield": "^0.26.1",
|
|
"@material/mwc-icon-button": "^0.26.1",
|
|
"@material/mwc-textfield": "^0.26.1",
|
|
"esptool-js": "github:espressif/esptool-js#0c1b972a05d691c85da23fcc937d91dcf7e283eb",
|
|
"improv-wifi-serial-sdk": "^2.2.2",
|
|
"lit": "^2.0.0",
|
|
"pako": "^2.0.4",
|
|
"tslib": "^2.3.1"
|
|
}
|
|
}
|