Files
e-tib.com/node_modules/.pnpm/react-email@5.2.10/node_modules/react-email/package.json
Marc Mintel d14122005d Initial commit: E-TIB production hardening & E2E foundation
Former-commit-id: ef04fca3d76375630c05aac117bf586953f3b657
2026-04-28 19:11:38 +02:00

61 lines
1.4 KiB
JSON

{
"name": "react-email",
"version": "5.2.10",
"description": "A live preview of your emails right in your browser.",
"bin": {
"email": "./dist/index.mjs"
},
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/resend/react-email.git",
"directory": "packages/react-email"
},
"keywords": [
"react",
"email"
],
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@babel/parser": "7.27.0",
"@babel/traverse": "7.27.0",
"chokidar": "^4.0.3",
"commander": "^13.0.0",
"conf": "^15.0.2",
"debounce": "^2.0.0",
"esbuild": "0.27.3",
"glob": "^13.0.6",
"jiti": "2.4.2",
"log-symbols": "^7.0.0",
"mime-types": "^3.0.0",
"normalize-path": "^3.0.0",
"nypm": "0.6.2",
"ora": "^8.0.0",
"prompts": "2.4.2",
"socket.io": "^4.8.1",
"tsconfig-paths": "4.2.0"
},
"devDependencies": {
"@types/babel__core": "7.20.5",
"@types/babel__traverse": "7.20.7",
"@types/mime-types": "2.1.4",
"@types/prompts": "2.4.9",
"next": "16.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"shlex": "3.0.0",
"tsx": "4.21.0",
"typescript": "5.9.3",
"@react-email/components": "1.0.10"
},
"scripts": {
"build": "tsdown",
"build:watch": "tsdown --watch src",
"clean": "rm -rf dist",
"test": "vitest run",
"test:watch": "vitest"
}
}