mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-04-19 13:17:20 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
* Bump rollup from 3.26.2 to 4.3.0 Bumps [rollup](https://github.com/rollup/rollup) from 3.26.2 to 4.3.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.26.2...v4.3.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Upgrade rollup plugins --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "esp-web-tools",
|
|
"version": "9.4.0",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@rollup/plugin-babel": "^6.0.4",
|
|
"@rollup/plugin-json": "^6.0.1",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@types/w3c-web-serial": "^1.0.3",
|
|
"prettier": "^3.0.0",
|
|
"rollup": "^4.3.0",
|
|
"serve": "^14.2.0",
|
|
"typescript": "^5.1.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",
|
|
"esptool-js": "^0.3.2",
|
|
"improv-wifi-serial-sdk": "^2.5.0",
|
|
"lit": "^2.7.5",
|
|
"pako": "^2.1.0",
|
|
"tslib": "^2.5.3"
|
|
}
|
|
}
|