mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-11 17:47:47 -05:00
Update React Email to the latest version and add Dependabot configuration to keep it up-to-date.
21 lines
404 B
JSON
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"
|
|
}
|
|
}
|