Umstellung auf PostgresDB & user Table & update drizzle

This commit is contained in:
2025-02-06 17:42:16 -06:00
parent 260fc5a01a
commit 5b475f197a
15 changed files with 513 additions and 643 deletions

View File

@@ -30,6 +30,7 @@
"firebase-admin": "^13.0.2",
"flowbite": "^2.5.2",
"http-server": "^14.1.1",
"pg": "^8.13.1",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
@@ -56,10 +57,11 @@
"@swc/helpers": "~0.5.11",
"@types/fabric": "^5.3.9",
"@types/node": "~18.16.9",
"@types/pg": "^8.11.11",
"chalk": "^5.4.1",
"concurrently": "^9.1.2",
"drizzle-kit": "^0.30.2",
"drizzle-orm": "^0.38.4",
"drizzle-kit": "^0.30.4",
"drizzle-orm": "^0.39.2",
"nx": "20.3.2",
"prettier": "^2.6.2",
"tailwindcss": "^3.4.15",
@@ -67,4 +69,4 @@
"typescript": "~5.5.2",
"webpack-cli": "^5.1.4"
}
}
}