Initial commit

This commit is contained in:
2026-07-18 23:50:32 +02:00
commit 8baba7b51f
98 changed files with 30017 additions and 0 deletions

15
backend/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "dickendock-backend",
"version": "1.0.0",
"main": "src/index.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"better-sqlite3": "^9.4.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"ws": "^8.17.1",
"puppeteer-core": "^22.0.0",
"mqtt": "^5.10.1"
}
}