Files
Gabriel Miranda 6671a743d6 feat(render): e2e test for vite and nextjs (#2176)
Signed-off-by: Gabriel Miranda <gabriel@resend.com>
Signed-off-by: gabriel miranda <gabriel@resend.com>
2026-05-12 12:34:09 -03:00

26 lines
661 B
JSON

{
"name": "render-nextjs-integration",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "yalc add @react-email/render",
"dev": "next dev --turbopack --hostname 127.0.0.1 --port 3000",
"build": "next build",
"start": "next start --hostname 127.0.0.1 --port 3001"
},
"dependencies": {
"@react-email/render": "file:.yalc/@react-email/render",
"next": "^16.2.6",
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}