mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-04-20 05:37:19 +00:00
30 lines
790 B
JSON
30 lines
790 B
JSON
{
|
|
"name": "esp-web-tools",
|
|
"version": "3.5.0",
|
|
"description": "Web tools for ESP devices",
|
|
"main": "dist/install-button.js",
|
|
"repository": "https://github.com/esphome/web",
|
|
"author": "ESPHome maintainers",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"prepublishOnly": "script/build"
|
|
},
|
|
"devDependencies": {
|
|
"@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": "^12.0.0",
|
|
"typescript": "^4.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@material/mwc-linear-progress": "^0.22.1",
|
|
"esp-web-flasher": "^3.1.3",
|
|
"lit": "^2.0.0-rc.3",
|
|
"tslib": "^2.3.1"
|
|
}
|
|
}
|