-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
35 lines (35 loc) · 843 Bytes
/
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
{
"name": "esphome-web-app",
"version": "0.2.2",
"description": "A standalone app for flashing, provisioning and controlling of the ESPhome devices",
"keywords": [
"esphome",
"web",
"home",
"assistant",
"esp32",
"esp8266",
"home",
"automation"
],
"dependencies": {
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@vitejs/plugin-react": "^4.1.0",
"esphome-web": "^0.2.3",
"esptool-js": "^0.4.1",
"improv-wifi-serial-sdk": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5",
"rollup-plugin-output-manifest": "^2.0.0",
"vite": ">=4.5.3",
"vite-plugin-top-level-await": "^1.4.1"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"release": "scripts/release.sh"
}
}