mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
71656573fa
Co-authored-by: resend-version-bump[bot] <277115511+resend-version-bump[bot]@users.noreply.github.com>
90 lines
2.2 KiB
JSON
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:"
|
|
}
|
|
}
|