{
  "name": "@react-email/tailwind",
  "version": "1.2.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": ">=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.4",
    "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": "1.1.3",
    "tsconfig": "0.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc && NODE_ENV=production vite build --mode production && node ./copy-tailwind-types.mjs",
    "build:watch": "vite build --watch",
    "clean": "rm -rf dist",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}