add working send email
This commit is contained in:
@@ -16,16 +16,23 @@
|
||||
"axios": "^1.13.2",
|
||||
"clsx": "^2.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"dompurify": "^3.3.1",
|
||||
"ioredis": "^5.8.2",
|
||||
"jsdom": "^27.4.0",
|
||||
"next": "^14.2.35",
|
||||
"nodemailer": "^7.0.12",
|
||||
"react": "^18",
|
||||
"react-dom": "^18"
|
||||
"react-dom": "^18",
|
||||
"validator": "^13.15.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/react": "^5.2.0",
|
||||
"@types/jsdom": "^27.0.0",
|
||||
"@types/node": "^20",
|
||||
"@types/nodemailer": "^7.0.4",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"@types/validator": "^13.15.10",
|
||||
"add": "^2.0.6",
|
||||
"eslint-config-next": "^16.0.10",
|
||||
"postcss": "^8",
|
||||
|
||||
Reference in New Issue
Block a user