create-mf2-app
Version:
The stack AI moves fast with.
22 lines (21 loc) • 459 B
JSON
{
"name": "react-email-starter",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "email build",
"dev": "email dev",
"export": "email export"
},
"dependencies": {
"@react-email/components": "0.4.0",
"react-dom": "^19.0.0",
"react": "^19.0.0"
},
"devDependencies": {
"@react-email/preview-server": "4.2.6",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"react-email": "4.2.6"
}
}