{ "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", "qrcode": "^1.5.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/node": "25.0.2", "@types/qrcode": "^1.5.5", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "react-email": "^2.0.0", "typescript": "5.9.3" } }