mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-11 01:59:14 -04:00
29 lines
731 B
JSON
29 lines
731 B
JSON
{
|
|
"name": "react-email-starter",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"dev": "email dev -p 3001",
|
|
"lint": "npx eslint . --max-warnings 0",
|
|
"lint-fix": "npx eslint . --fix",
|
|
"test": "jest --config jest.config.ts --passWithNoTests",
|
|
"typecheck": "npx tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@react-email/components": "1.0.8",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-icons": "5.5.0",
|
|
"resend": "4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@react-email/preview-server": "5.2.10",
|
|
"@types/html-to-text": "9.0.4",
|
|
"@types/prismjs": "1.26.5",
|
|
"@types/react": "19.2.3",
|
|
"@types/react-dom": "19.2.3",
|
|
"react-email": "5.2.10"
|
|
}
|
|
}
|