|
1 | 1 | { |
2 | 2 | "name": "zigbee2mqtt-windfront", |
3 | | - "version": "1.7.0", |
| 3 | + "version": "1.8.0", |
4 | 4 | "license": "GPL-3.0-or-later", |
5 | 5 | "type": "module", |
6 | 6 | "main": "index.js", |
|
22 | 22 | "build": "vite build", |
23 | 23 | "preview": "vite preview", |
24 | 24 | "start": "vite dev", |
25 | | - "start:envs": "VITE_Z2M_API_URLS=localhost:5173/api,bogus.local:8080/api VITE_Z2M_API_NAMES=one,two npm start", |
| 25 | + "start:envs": "VITE_Z2M_API_URLS=localhost:5173/api,localhost:8080/api,bogus.local:8080/api VITE_Z2M_API_NAMES=dev,main,bogus npm start", |
26 | 26 | "test": "vitest run", |
27 | 27 | "test:cov": "vitest run --coverage", |
28 | 28 | "typecheck": "tsc --noEmit", |
|
38 | 38 | "@fortawesome/fontawesome-svg-core": "^7.0.0", |
39 | 39 | "@fortawesome/free-solid-svg-icons": "^7.0.0", |
40 | 40 | "@fortawesome/react-fontawesome": "^0.2.3", |
41 | | - "@reduxjs/toolkit": "^2.8.2", |
42 | 41 | "@storybook/addon-a11y": "^9.1.2", |
43 | 42 | "@storybook/addon-docs": "^9.1.2", |
44 | 43 | "@storybook/react-vite": "^9.1.2", |
|
64 | 63 | "react-dom": "^19.1.1", |
65 | 64 | "react-i18next": "^15.6.1", |
66 | 65 | "react-image": "^4.1.0", |
67 | | - "react-redux": "^9.2.0", |
68 | 66 | "react-router": "^7.8.0", |
69 | 67 | "react-use-websocket": "^4.13.0", |
70 | 68 | "reagraph": "^4.29.0", |
|
77 | 75 | "vite-plugin-compression2": "^2.2.0", |
78 | 76 | "vitest": "^3.1.2", |
79 | 77 | "ws": "^8.18.3", |
80 | | - "zigbee2mqtt": "github:Koenkk/zigbee2mqtt#dev-types" |
| 78 | + "zigbee2mqtt": "github:Koenkk/zigbee2mqtt#dev-types", |
| 79 | + "zustand": "^5.0.7" |
81 | 80 | }, |
82 | 81 | "sideEffects": [ |
83 | 82 | "*.css" |
|
0 commit comments