mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
29 lines
854 B
JSON
29 lines
854 B
JSON
{
|
|
"name": "@typebot.io/emails",
|
|
"type": "module",
|
|
"scripts": {
|
|
"preview": "SKIP_ENV_CHECK=true dotenv -e ./.env -e ../../.env -- email dev --port=3005 --dir=transactional",
|
|
"preview-marketing": "SKIP_ENV_CHECK=true dotenv -e ./.env -e ../../.env -- email dev --port=3005 --dir=marketing"
|
|
},
|
|
"exports": {
|
|
"./*": "./*.tsx",
|
|
"./helpers/*": "./helpers/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@react-email/components": "^0.5.1",
|
|
"@typebot.io/env": "workspace:*",
|
|
"nodemailer": "^7.0.6",
|
|
"react-email": "^4.2.8",
|
|
"@react-email/render": "^1.2.1",
|
|
"@typebot.io/lib": "workspace:*",
|
|
"react": "^19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@react-email/preview-server": "^4.2.8",
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"dotenv-cli": "^8.0.0",
|
|
"@types/react": "^19.2.7",
|
|
"@types/nodemailer": "^7.0.1"
|
|
}
|
|
}
|