Update many stuff, see toDo

Took 9 seconds
This commit is contained in:
2023-01-11 18:34:17 +01:00
parent 05fa75f63c
commit cb72920611
16 changed files with 2540 additions and 2103 deletions

View File

@ -13,6 +13,7 @@
"watchWP": "webpack --watch"
},
"dependencies": {
"@serialport/parser-readline": "^10.5.0",
"@types/cookie-parser": "^1.4.3",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.14",
@ -22,6 +23,7 @@
"@types/node": "^18.11.9",
"@types/rpi-gpio": "^2.1.1",
"@types/rpi-ws281x-native": "^1.0.0",
"@types/serialport": "^8.0.2",
"axios": "^1.2.0",
"buffer": "^6.0.3",
"cookie-parser": "^1.4.6",
@ -37,7 +39,8 @@
"onoff": "^6.0.3",
"pug": "2.0.0-beta11",
"rpi-gpio": "^2.1.7",
"rpi-ws281x-native": "^1.0.4"
"rpi-ws281x-native": "^1.0.4",
"serialport": "^10.5.0"
},
"devDependencies": {
"nodemon": "^2.0.20",