fix: Add missing dependencies for backoffice email module
Added: - @nestjs/typeorm - typeorm - handlebars - nodemailer - amqplib - pg
This commit is contained in:
parent
90a5f7b2a6
commit
24c3eeaf5b
1 changed files with 7 additions and 1 deletions
|
|
@ -32,16 +32,22 @@
|
|||
"@nestjs/core": "^11.0.1",
|
||||
"@nestjs/platform-fastify": "^11.0.1",
|
||||
"@nestjs/swagger": "^11.2.3",
|
||||
"@nestjs/typeorm": "^10.0.2",
|
||||
"amqplib": "^0.10.8",
|
||||
"axios": "^1.13.2",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.3",
|
||||
"firebase-admin": "^13.6.0",
|
||||
"handlebars": "^4.7.8",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"nodemailer": "^6.10.1",
|
||||
"pg": "^8.16.0",
|
||||
"pino": "^9.6.0",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"stripe": "^20.0.0"
|
||||
"stripe": "^20.0.0",
|
||||
"typeorm": "^0.3.22"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.2.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue