mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-25 21:01:54 +08:00
24 lines
651 B
JSON
24 lines
651 B
JSON
{
|
|
"name": "@typebot.io/transactional",
|
|
"type": "module",
|
|
"scripts": {
|
|
"preview": "SKIP_ENV_CHECK=true dotenv -e ./.env -e ../../.env -- email dev --port=3005",
|
|
"preview-marketing": "SKIP_ENV_CHECK=true dotenv -e ./.env -e ../../.env -- email dev --port=3005 --dir=marketing"
|
|
},
|
|
"exports": {
|
|
"./*": "./*.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@react-email/components": "0.0.33",
|
|
"@typebot.io/env": "workspace:*",
|
|
"nodemailer": "6.9.15",
|
|
"react-email": "3.0.7",
|
|
"@react-email/render": "1.0.5",
|
|
"react": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@typebot.io/tsconfig": "workspace:*",
|
|
"dotenv-cli": "8.0.0"
|
|
}
|
|
}
|