Files
feeddeck/supabase/email-templates/package.json
Rico Berger 6a1a21eec3 Update React Email (#264)
Update React Email to the latest version and add Dependabot
configuration to keep it up-to-date.
2025-05-17 16:42:10 +02:00

21 lines
404 B
JSON

{
"name": "emails",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "email build",
"dev": "email dev",
"export": "email export"
},
"dependencies": {
"@react-email/components": "0.0.41",
"react-dom": "^19.0.0",
"react": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"react-email": "4.0.14"
}
}