mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-03 03:18:07 -05:00
23 lines
480 B
JSON
23 lines
480 B
JSON
{
|
|
"name": "react-email-starter",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "email dev --port 3001",
|
|
"build": "tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"@react-email/components": "0.0.33",
|
|
"react-icons": "5.5.0",
|
|
"resend": "4.1.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/html-to-text": "9.0.4",
|
|
"@types/prismjs": "1.26.5",
|
|
"@types/react": "18.3.5",
|
|
"@types/react-dom": "18.3.0"
|
|
}
|
|
}
|