forked from esphome/esp-web-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "esp-web-tools",
"version": "9.0.3",
"description": "Web tools for ESP devices",
"main": "dist/install-button.js",
"author": "ESPHome maintainers",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "script/build"
},
"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",
"@types/w3c-web-serial": "^1.0.1",
"esptool-js": "https://github.com/dz0ny/esptool-js.git#elrs",
"improv-wifi-serial-sdk": "https://github.com/ParetoSecurity/sdk-serial-js.git",
"lit": "^2.0.0",
"pako": "^2.0.4"
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.3",
"prettier": "^2.3.0",
"tslib": "^2.3.1",
"typescript": "^4.3.2",
"vite": "^4.1.3"
}
}