1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 14:11:59 +01:00

admin dashboard, bugfixes, cleanup

This commit is contained in:
NoobishSVK
2024-03-19 22:16:24 +01:00
parent fa20a50e3e
commit 9499d99c7b
12 changed files with 221 additions and 259 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "fm-dx-webserver",
"version": "1.1.4",
"version": "1.1.5",
"description": "",
"main": "index.js",
"scripts": {
@@ -12,20 +12,19 @@
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"body-parser": "^1.20.2",
"command-exists-promise": "^2.0.2",
"ejs": "^3.1.9",
"express": "4.18.2",
"express-session": "^1.18.0",
"http": "^0.0.1-security",
"http-proxy": "^1.18.1",
"@mapbox/node-pre-gyp": "1.0.11",
"body-parser": "1.20.2",
"command-exists-promise": "2.0.2",
"ejs": "3.1.9",
"express": "4.18.3",
"express-session": "1.18.0",
"http": "0.0.1-security",
"http-proxy": "1.18.1",
"https": "1.0.0",
"koffi": "2.7.2",
"net": "1.0.2",
"serialport": "^12.0.0",
"websocket": "1.0.34",
"wrtc": "^0.4.7",
"ws": "^8.14.2"
"serialport": "12.0.0",
"wrtc": "0.4.7",
"ws": "8.14.2"
}
}