Add topic publishing sidebar

This commit is contained in:
Thomas Nordquist
2019-01-11 00:40:05 +01:00
parent eb375073f9
commit c3ef9335c0
13 changed files with 292 additions and 15 deletions

View File

@@ -18,7 +18,9 @@
"appId": "mqtt-explorer",
"mac": {
"category": "de.t7n.apps.mq-explorer",
"publish": ["github"]
"publish": [
"github"
]
},
"linux": {
"category": "Development",
@@ -59,6 +61,7 @@
"electron-log": "^2.2.17",
"electron-updater": "^4.0.6",
"mqtt": "^2.18.8",
"react-ace": "^6.3.2",
"sha1": "^1.1.1",
"socket.io": "^2.2.0"
}