Amba-Emails/package.json
2025-12-14 22:05:15 +03:00

27 lines
614 B
JSON

{
"name": "amba-emails",
"version": "1.0.0",
"description": "Email templates for Amba app",
"scripts": {
"email": "email dev",
"build": "email export",
"preview": "next dev"
},
"dependencies": {
"@react-email/components": "^0.0.25",
"@react-email/render": "^1.0.4",
"next": "^14.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"qrcode": "^1.5.3"
},
"devDependencies": {
"@types/node": "^20.14.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"react-email": "^2.0.0",
"typescript": "^5.4.5"
}
}