Files
resend__react-email/packages/react-email/package.json
resend-version-bump[bot] 71656573fa chore(root): version packages (#3657)
Co-authored-by: resend-version-bump[bot] <277115511+resend-version-bump[bot]@users.noreply.github.com>
2026-07-15 17:41:59 -03:00

90 lines
2.2 KiB
JSON

{
"name": "react-email",
"version": "6.9.0",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./dist/cli/index.mjs"
},
"type": "module",
"sideEffects": false,
"types": "./dist/index.d.mts",
"scripts": {
"build": "tsdown",
"build:watch": "tsdown --watch src",
"clean": "rm -rf dist",
"test": "vitest run",
"test:e2e": "vitest run --config vitest.e2e.config.ts",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
},
"license": "MIT",
"exports": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"repository": {
"type": "git",
"url": "https://github.com/resend/react-email.git",
"directory": "packages/react-email"
},
"keywords": [
"react",
"email"
],
"engines": {
"node": ">=20.0.0"
},
"peerDependencies": {
"react": "^18.0 || ^19.0 || ^19.0.0-rc",
"react-dom": "^18.0 || ^19.0 || ^19.0.0-rc"
},
"dependencies": {
"@babel/parser": "catalog:",
"@babel/traverse": "catalog:",
"@react-email/render": "workspace:>=2.1.0",
"chokidar": "^4.0.3",
"commander": "catalog:",
"conf": "^15.0.2",
"css-tree": "3.2.1",
"debounce": "^2.0.0",
"esbuild": "^0.28.0",
"glob": "^13.0.6",
"jiti": "2.6.1",
"log-symbols": "catalog:",
"marked": "^15.0.12",
"mime-types": "^3.0.0",
"normalize-path": "^3.0.0",
"nypm": "catalog:",
"picospinner": "catalog:",
"prismjs": "^1.30.0",
"prompts": "2.4.2",
"socket.io": "^4.8.1",
"tailwindcss": "catalog:",
"tsconfig-paths": "4.2.0"
},
"devDependencies": {
"@react-email/render": "workspace:*",
"@responsive-email/react-email": "catalog:",
"@types/babel__core": "catalog:",
"@types/babel__traverse": "catalog:",
"@types/css-tree": "catalog:",
"@types/mime-types": "catalog:",
"@types/prompts": "2.4.9",
"@types/shelljs": "0.10.0",
"next": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"shelljs": "0.10.0",
"shlex": "3.0.0",
"tsx": "catalog:",
"typescript": "catalog:",
"yalc": "catalog:"
}
}