mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
adds email templates using `react-email` which will be used for invites, signing and document completion. authored by @dephraiim
23 lines
448 B
JSON
23 lines
448 B
JSON
{
|
|
"name": "@documenso/email",
|
|
"version": "1.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "MIT",
|
|
"files": [
|
|
"templates/"
|
|
],
|
|
"scripts": {
|
|
"dev": "email dev --port 3002 --dir templates"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/tsconfig": "*",
|
|
"@documenso/tailwind-config": "*",
|
|
"@documenso/ui": "*",
|
|
"@react-email/components": "^0.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"react-email": "^1.9.4"
|
|
}
|
|
}
|