cal/packages/emails/package.json
Jon@1599 3c46c39114
feat: catch emails sent locally using Mailhog (#8470)
* feat: added mailhog to catch emails sent locally

* fix: added new line at the end of packages/emails/docker-compose.yml

* chore: removed EMAIL_SERVER_USER and EMAIL_SERVER_PASSWORD for local usage with Mailhog

---------

Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-05-06 19:08:04 -03:00

22 lines
411 B
JSON

{
"name": "@calcom/emails",
"sideEffects": false,
"version": "0.0.0",
"private": true,
"scripts": {
"dx": "docker compose up -d"
},
"dependencies": {
"@calcom/dayjs": "*",
"@calcom/lib": "*",
"next-i18next": "^11.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rrule": "^2.7.1"
},
"devDependencies": {
"@calcom/tsconfig": "*",
"@calcom/types": "*"
}
}