@react-email/tailwind
Version:
A React component to wrap emails with Tailwind CSS
74 lines • 1.83 kB
JSON
{
"name": "@react-email/tailwind",
"version": "1.0.5",
"description": "A React component to wrap emails with Tailwind CSS",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/resend/react-email.git",
"directory": "packages/tailwind"
},
"keywords": [
"react",
"email",
"tailwind"
],
"engines": {
"node": ">=18.0.0"
},
"peerDependencies": {
"react": "^18.0 || ^19.0 || ^19.0.0-rc"
},
"devDependencies": {
"@responsive-email/react-email": "0.0.4",
"@types/shelljs": "0.8.15",
"@vitejs/plugin-react": "4.4.1",
"postcss": "8.5.3",
"postcss-selector-parser": "7.1.0",
"react-dom": "^19",
"shelljs": "0.9.2",
"tailwindcss": "3.4.10",
"tsup": "8.4.0",
"typescript": "5.8.3",
"vite": "6.3.2",
"vite-plugin-dts": "4.5.3",
"yalc": "1.0.0-pre.53",
"@react-email/button": "^0.0.19",
"@react-email/head": "0.0.12",
"@react-email/heading": "0.0.15",
"@react-email/hr": "0.0.11",
"@react-email/html": "0.0.11",
"@react-email/link": "0.0.12",
"@react-email/render": "1.1.0",
"tsconfig": "0.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc && NODE_ENV=production vite build --mode production && node ./copy-tailwind-types.mjs",
"dev": "vite build --watch",
"clean": "rm -rf dist",
"test:watch": "vitest",
"test": "vitest run"
}
}