This commit is contained in:
2026-06-26 14:29:53 +02:00
commit e0258be9dc
14 changed files with 1568 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "web",
"version": "0.0.0",
"private": true,
"dependencies": {
"@types/express": "^5.0.3",
"@types/morgan": "^1.9.10",
"express": "^5.1.0",
"hbs": "^4.2.0",
"morgan": "~1.10.1",
"bun-types": "^1.2.22",
"typescript": "^5.9.2"
}
}