tasmota-esp-web-tools
Version:
Web tools for ESP devices
46 lines (45 loc) • 1.34 kB
JSON
{
"name": "tasmota-esp-web-tools",
"version": "12.2.2",
"description": "Web tools for ESP devices",
"main": "dist/install-button.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Jason2866/esp-web-tools.git"
},
"author": "ESPHome maintainers & Jason2866",
"license": "Apache-2.0",
"scripts": {
"format": "npm exec -- prettier --write src",
"build": "script/build",
"lint": "eslint src/",
"lintAndFix": "eslint src/ --fix",
"develop": "script/develop"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@eslint/js": "^9.39.4",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@rollup/plugin-typescript": "^12.3.0",
"@types/w3c-web-serial": "^1.0.8",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"prettier": "^3.8.3",
"rollup": "^4.60.2",
"serve": "^14.2.6",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.1"
},
"dependencies": {
"@material/web": "2.2.0",
"improv-wifi-serial-sdk": "2.5.0",
"lit": "^3.3.2",
"tasmota-webserial-esptool": "^9.2.21",
"tslib": "^2.8.1"
}
}