feat: user activation and emails

This commit is contained in:
Riccardo
2023-12-04 16:18:35 +01:00
parent 527fc25c08
commit 37f5692f61
40 changed files with 2093 additions and 310 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "next-newsletter",
"version": "0.1.0",
"name": "nextjs-hackernews",
"version": "0.2.0",
"description": "Template for NodeJS APIs with TypeScript, with configurations for linting and testing",
"author": "riccardo.s@hey.com",
"scripts": {
@@ -24,7 +24,14 @@
"react": "^18",
"react-dom": "^18",
"zod": "^3.22.4",
"zod-validation-error": "^2.1.0"
"zod-validation-error": "^2.1.0",
"@react-email/container": "^0.0.10",
"@react-email/html": "^0.0.6",
"@react-email/section": "^0.0.10",
"@react-email/text": "^0.0.6",
"crypto": "^1.0.1",
"react-email": "^1.9.5",
"resend": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",