issue, user, status

This commit is contained in:
2026-09-18 14:32:38 +03:00
parent 33490da091
commit 7a4220aba8
123 changed files with 3950 additions and 712 deletions
+11 -1
View File
@@ -22,19 +22,29 @@
"test:e2e": "vitest run --config ./vitest.config.e2e.ts"
},
"dependencies": {
"@apollo/server": "^5.5.1",
"@as-integrations/express5": "^1.1.2",
"@better-auth/prisma-adapter": "^1.7.2",
"@nestjs/apollo": "^14.0.0",
"@nestjs/common": "^12.0.1",
"@nestjs/config": "^12.0.0",
"@nestjs/core": "^12.0.1",
"@nestjs/graphql": "^14.0.0",
"@nestjs/platform-express": "^12.0.1",
"@nestjs/typeorm": "^12.0.1",
"@prisma/adapter-pg": "^7.10.0",
"@prisma/client": "^7.10.0",
"@thallesp/nestjs-better-auth": "^2.7.0",
"better-auth": "^1.7.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.15.1",
"graphql": "^17.0.2",
"nodemailer": "^10.0.0",
"pg": "^8.23.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"typeorm": "^1.1.1"
"typeorm": "^1.1.1",
"valibot": "^1.4.2"
},
"devDependencies": {
"@nestjs/cli": "^12.0.0",