Aktueller Stand

This commit is contained in:
2026-01-22 19:05:45 +01:00
parent 85dee61a4d
commit e280e4eadb
1967 changed files with 397327 additions and 74093 deletions

View File

@@ -4,8 +4,8 @@
"private": true,
"type": "module",
"scripts": {
"dev": "node --watch --loader ts-node/esm src/main.ts",
"worker:dev": "node --watch --loader ts-node/esm src/worker.ts",
"dev": "tsx src/main.ts",
"worker:dev": "tsx src/worker.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/main.js",
"start:worker": "node dist/worker.js",
@@ -14,16 +14,16 @@
"prisma:seed": "node --loader ts-node/esm prisma/seed.ts"
},
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/cors": "^11.2.0",
"@fastify/helmet": "^13.0.2",
"@fastify/jwt": "^9.0.2",
"@fastify/swagger": "^9.3.0",
"@fastify/swagger-ui": "^4.2.0",
"@fastify/jwt": "^10.0.0",
"@fastify/swagger": "^9.6.1",
"@fastify/swagger-ui": "^5.2.4",
"@prisma/client": "^5.22.0",
"argon2": "^0.41.1",
"bullmq": "^5.48.1",
"fastify": "^4.28.1",
"fastify-plugin": "^4.5.1",
"fastify": "^5.7.1",
"fastify-plugin": "^5.0.1",
"imapflow": "^1.0.180",
"ioredis": "^5.5.0",
"mailparser": "^3.7.1",
@@ -38,6 +38,7 @@
"@types/node": "^22.10.7",
"prisma": "^5.22.0",
"ts-node": "^10.9.2",
"tsx": "^4.20.0",
"typescript": "^5.7.3"
}
}