{ "name": "email-playground", "version": "0.0.0", "private": true, "scripts": { "build": "email build", "dev": "email dev --port 5003", "export": "email export", "clean": "git clean -xdf .cache .turbo dist node_modules", "typecheck": "tsc --noEmit --emitDeclarationOnly false" }, "dependencies": { "@react-email/components": "0.0.31", "react": "^19.0.0", "react-email": "3.0.4" }, "devDependencies": { "@types/react": "19.0.1" } }