Files
Gabriel Miranda 6b163d2604 chore: update next.js (#3491)
Signed-off-by: gabriel miranda <gabriel@resend.com>
2026-05-12 10:53:22 -03:00

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"
}
}