"a few changes"

Took 6 hours 57 minutes
This commit is contained in:
2025-04-29 11:29:26 +02:00
parent 0c9f1a8780
commit c2d722c12e
354 changed files with 10696 additions and 2471 deletions

5263
server/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

53
server/package.json Normal file
View File

@ -0,0 +1,53 @@
{
"name": "itender",
"version": "2.2.8",
"private": true,
"author": "Tobias Hopp <tobi@gaminggeneration.de>",
"license": "UNLICENSED",
"scripts": {
"start": "node --trace-warnings ./dist/main.js",
"compile": "tsc && webpack",
"compileStart": "yarn run compile && yarn start",
"watchTS": "tsc --watch",
"watchWP": "webpack --watch",
"doc": "typedoc"
},
"dependencies": {
"@serialport/parser-readline": "^10.5.0",
"axios": "1.8.2",
"buffer": "^6.0.3",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"detect-rpi": "^1.4.0",
"express": "5.0.0",
"express-ws": "^5.0.2",
"hc-sr04": "^0.0.1",
"http-errors": "~1.6.3",
"mongoose": "8.9.5",
"morgan": "^1.10.0",
"onoff": "^6.0.3",
"pi-hx711": "^1.2.0",
"pug": "^3.0.2",
"rpi-gpio": "^2.1.7",
"serialport": "^10.5.0",
"sharp": "^0.31.3"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/debug": "^4.1.7",
"@types/express": "^5.0.1",
"@types/morgan": "^1.9.3",
"@types/node": "^18.11.9",
"@types/rpi-gpio": "^2.1.1",
"@types/serialport": "^8.0.2",
"@types/sharp": "^0.31.1",
"nodemon": "^2.0.20",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"typedoc": "^0.23.24",
"typedoc-plugin-missing-exports": "^1.0.0",
"typescript": "^4.8.4",
"webpack": "5.94.0",
"webpack-cli": "^4.10.0"
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More