2397fcb640
* Manual setup docs * Added the onboarding * The emails package now works with Node > 18 * Added CLi support for Express, including custom init command finished messages * Need to actually log out the installation complete message… * Fix for an old Remix reference * Renamed the page export * Use resolvedOptions.triggerUrl * Typo in manual instructions
40 lines
995 B
JSON
40 lines
995 B
JSON
{
|
|
"private": true,
|
|
"name": "emails",
|
|
"version": "1.0.0",
|
|
"description": "Send emails",
|
|
"main": "./src/index.tsx",
|
|
"types": "./src/index.tsx",
|
|
"scripts": {
|
|
"dev": "PORT=3080 email dev"
|
|
},
|
|
"dependencies": {
|
|
"@react-email/button": "^0.0.4",
|
|
"@react-email/container": "^0.0.4",
|
|
"@react-email/head": "^0.0.2",
|
|
"@react-email/heading": "^0.0.5",
|
|
"@react-email/hr": "^0.0.2",
|
|
"@react-email/html": "^0.0.2",
|
|
"@react-email/img": "^0.0.2",
|
|
"@react-email/link": "^0.0.2",
|
|
"@react-email/preview": "^0.0.2",
|
|
"@react-email/render": "^0.0.7",
|
|
"@react-email/section": "^0.0.1",
|
|
"@react-email/text": "^0.0.2",
|
|
"react": "^18.2.0",
|
|
"react-email": "^1.6.1",
|
|
"resend": "^0.9.1",
|
|
"tiny-invariant": "^1.2.0",
|
|
"zod": "3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.2.17",
|
|
"@trigger.dev/tsconfig": "workspace:*",
|
|
"@types/node": "16",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|