{
  "name": "@react-email/tailwind",
  "version": "1.0.4",
  "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.3",
    "@types/shelljs": "0.8.15",
    "@vitejs/plugin-react": "4.2.1",
    "eslint-plugin-regex": "1.10.0",
    "postcss": "8.4.40",
    "postcss-selector-parser": "6.0.16",
    "react-dom": "^19",
    "shelljs": "0.8.5",
    "tailwindcss": "3.4.10",
    "tsup": "7.2.0",
    "typescript": "5.1.6",
    "vite": "5.2.14",
    "vite-plugin-dts": "4.2.4",
    "vitest": "1.1.1",
    "yalc": "1.0.0-pre.53",
    "@react-email/button": "^0.0.19",
    "@react-email/head": "0.0.12",
    "@react-email/hr": "0.0.11",
    "@react-email/heading": "0.0.15",
    "eslint-config-custom": "0.0.0",
    "@react-email/render": "1.0.3",
    "@react-email/html": "0.0.11",
    "@react-email/link": "0.0.12",
    "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",
    "lint": "eslint .",
    "test:watch": "vitest",
    "test": "vitest run"
  }
}