Took 15 hours 7 minutes
This commit is contained in:
2022-11-17 00:46:19 +01:00
parent a356b39bad
commit c81713cd23
30 changed files with 4899 additions and 207 deletions

View File

@ -5,7 +5,8 @@
"author": "Tobias Hopp <tobi@gaminggeneration.de>",
"license": "UNLICENSED",
"scripts": {
"start": "node ./dist/main.js",
"boot": "yarn && yarn run compile && ./startFrontend.sh && yarn run start",
"start": "DEBUG=itender:* node ./dist/main.js",
"compile": "tsc && webpack",
"compileStart": "yarn run compile; yarn start",
"watchTS": "tsc --watch",
@ -20,6 +21,7 @@
"@types/morgan": "^1.9.3",
"@types/node": "^18.11.9",
"@types/rpi-gpio": "^2.1.1",
"@types/rpi-ws281x-native": "^1.0.0",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"express": "~4.16.1",
@ -28,11 +30,12 @@
"http-errors": "~1.6.3",
"mongoose": "^6.7.2",
"morgan": "^1.10.0",
"net-ping": "^1.2.3",
"pug": "2.0.0-beta11",
"rpi-gpio": "^2.1.7"
"rpi-gpio": "^2.1.7",
"rpi-ws281x-native": "^1.0.4"
},
"devDependencies": {
"@types/electron": "^1.6.10",
"nodemon": "^2.0.20",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",