mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
6b163d2604
Signed-off-by: gabriel miranda <gabriel@resend.com>
25 lines
496 B
JSON
25 lines
496 B
JSON
{
|
|
"name": "react-email-with-resend",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "16.2.6",
|
|
"react-email": "6.0.3",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"resend": "6.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.19.17",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|