61 lines
1.4 KiB
JSON
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"
|
|
}
|
|
} |