ctucx.git: mqtt-webui

webui for mqtt, can be used to control/display data in mqtt-topics

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 
{
	"type": "module",
	"name": "mqtt-webui",
	"homepage": "https://git.ctu.cx/mqtt-webui",
	"license": "MIT",
	"version": "2.1.1",
	"private": true,

	"authors": [
		"Leah (ctucx) <git@ctu.cx>"
	],

	"scripts": {
		"build": "webpack-cli --config ./webpack.config.js"
	},

	"dependencies": {
		"webpack": "5.11.1",
		"lit-html": "^2.4.0",
		"mqtt": "^4.3.7",
		"buffer": "^6.0.3",
		"process": "^0.11.10",
		"url": "^0.11.0"
	},

	"devDependencies": {
		"css-loader": "^6.7.2",
		"css-minimizer-webpack-plugin": "^4.2.2",
		"mini-css-extract-plugin": "^2.7.2",
		"sass": "^1.56.1",
		"sass-loader": "^13.2.0",
		"webpack-cli": "^4.3.0"
	}
}