UNPKG

@react-email/tailwind

Version:

A React component to wrap emails with Tailwind CSS

124 lines 2.87 kB
{ "name": "@react-email/tailwind", "version": "2.0.2", "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": ">=20.0.0" }, "devEngines": { "runtime": { "name": "node", "version": ">=22.0.0" } }, "peerDependencies": { "react": "^18.0 || ^19.0 || ^19.0.0-rc", "@react-email/button": "0.2.0", "@react-email/body": "0.2.0", "@react-email/code-block": "0.2.0", "@react-email/container": "0.0.15", "@react-email/heading": "0.0.15", "@react-email/hr": "0.0.11", "@react-email/code-inline": "0.0.5", "@react-email/img": "0.0.11", "@react-email/preview": "0.0.13", "@react-email/link": "0.0.12", "@react-email/text": "0.1.5" }, "peerDependenciesMeta": { "@react-email/button": { "optional": true }, "@react-email/body": { "optional": true }, "@react-email/code-block": { "optional": true }, "@react-email/code-inline": { "optional": true }, "@react-email/container": { "optional": true }, "@react-email/heading": { "optional": true }, "@react-email/hr": { "optional": true }, "@react-email/img": { "optional": true }, "@react-email/link": { "optional": true }, "@react-email/preview": { "optional": true } }, "devDependencies": { "@responsive-email/react-email": "0.0.4", "@types/css-tree": "2.3.10", "@types/shelljs": "0.8.15", "@vitejs/plugin-react": "4.4.1", "css-tree": "3.1.0", "react-dom": "^19", "shelljs": "0.9.2", "typescript": "5.8.3", "vite": "6.4.1", "vite-plugin-dts": "4.5.3", "yalc": "1.0.0-pre.53", "@react-email/button": "^0.2.0", "@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": "2.0.0", "tsconfig": "0.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "tailwindcss": "^4.1.18" }, "scripts": { "build": "tsdown", "build:watch": "tsdown --watch", "clean": "rm -rf dist", "test": "vitest run", "test:watch": "vitest" } }