🧑‍💻 (emails) Add decent emails management

Use mjml-react to generate emails. Put all emails in a independent package.
This commit is contained in:
Baptiste Arnaud
2022-10-01 07:00:05 +02:00
parent e1f2d49342
commit 1654de3c1f
50 changed files with 4811 additions and 4048 deletions

View File

@@ -62,7 +62,7 @@
"minio": "7.0.32",
"next": "12.3.0",
"next-auth": "4.10.3",
"nodemailer": "^6.7.8",
"nodemailer": "^6.8.0",
"nprogress": "^0.2.0",
"papaparse": "^5.3.2",
"prettier": "2.7.1",
@@ -80,7 +80,9 @@
"swr": "^1.3.0",
"tinycolor2": "^1.4.2",
"typebot-js": "workspace:*",
"use-debounce": "8.0.4"
"use-debounce": "8.0.4",
"emails": "workspace:*",
"@faire/mjml-react": "^2.1.4"
},
"devDependencies": {
"@babel/core": "7.19.0",