ESP-Ventilation/WebUI/package.json
Miisa Ekholm 2cb3347da8 Several features added
Login/logout/auth, fan settling, period selection, log data, color themes, automatic logout + user logout if window is closed, alarm limits (colors) to monitor fields
2022-10-25 21:20:56 +03:00

24 lines
431 B
JSON

{
"name": "webui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.20"
},
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mqtt": "^4.3.7",
"socket.io": "^4.5.3"
}
}