mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 04:05:14 +00:00
refactor: use react email for email templates (#734)
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
25
email-templates/package.json
Normal file
25
email-templates/package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "pocketid-email-templates",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"build": "tsx build.ts",
|
||||
"build:watch": "tsx watch build.ts",
|
||||
"dev": "email dev --port 3030",
|
||||
"export": "email export"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-email/components": "0.1.1",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"tailwind-merge": "^3.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@react-email/preview-server": "4.2.8",
|
||||
"@types/node": "^24.0.10",
|
||||
"@types/react": "^19.0.1",
|
||||
"@types/react-dom": "^19.0.1",
|
||||
"react-email": "4.2.8",
|
||||
"tsx": "^4.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user