251124:1700 Ready to Phase 7

This commit is contained in:
admin
2025-11-24 17:01:58 +07:00
parent 9360d78ea6
commit 4f45a69ed0
47 changed files with 2047 additions and 433 deletions

View File

@@ -22,6 +22,7 @@
"dependencies": {
"@casl/ability": "^6.7.3",
"@elastic/elasticsearch": "^8.11.1",
"@nestjs/axios": "^4.0.1",
"@nestjs/bullmq": "^11.0.4",
"@nestjs/cache-manager": "^3.0.1",
"@nestjs/common": "^11.0.1",
@@ -35,12 +36,14 @@
"@nestjs/platform-socket.io": "^11.1.9",
"@nestjs/schedule": "^6.0.1",
"@nestjs/swagger": "^11.2.3",
"@nestjs/terminus": "^11.0.0",
"@nestjs/throttler": "^6.4.0",
"@nestjs/typeorm": "^11.0.0",
"@nestjs/websockets": "^11.1.9",
"@types/nodemailer": "^7.0.4",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"async-retry": "^1.3.3",
"axios": "^1.13.2",
"bcrypt": "^6.0.0",
"bullmq": "^5.63.2",
@@ -54,16 +57,20 @@
"joi": "^18.0.1",
"multer": "^2.0.2",
"mysql2": "^3.15.3",
"nest-winston": "^1.10.2",
"nodemailer": "^7.0.10",
"opossum": "^9.0.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"prom-client": "^15.1.3",
"redlock": "5.0.0-beta.2",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
"typeorm": "^0.3.27",
"uuid": "^13.0.0"
"uuid": "^13.0.0",
"winston": "^3.18.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
@@ -71,6 +78,7 @@
"@nestjs/cli": "^11.0.0",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.1",
"@types/async-retry": "^1.4.9",
"@types/bcrypt": "^6.0.0",
"@types/cache-manager": "^5.0.0",
"@types/express": "^5.0.0",
@@ -79,6 +87,7 @@
"@types/jest": "^30.0.0",
"@types/multer": "^2.0.0",
"@types/node": "^22.10.7",
"@types/opossum": "^8.1.9",
"@types/passport-jwt": "^4.0.1",
"@types/supertest": "^6.0.2",
"@types/uuid": "^11.0.0",