feature: nodemailer set

This commit is contained in:
Anushlinux
2025-09-03 18:54:55 +05:30
parent 972ed81192
commit 425475c027
9 changed files with 1235 additions and 21 deletions

View File

@@ -28,6 +28,7 @@
"next": "^15.3.4",
"next-auth": "5.0.0-beta.29",
"next-themes": "^0.4.6",
"nodemailer": "^6.10.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.59.0",
@@ -36,6 +37,7 @@
},
"devDependencies": {
"@types/node": "^20.19.4",
"@types/nodemailer": "^6.4.15",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@workspace/eslint-config": "workspace:^",