{
  "name": "@react-email/tailwind",
  "version": "0.0.18",
  "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.2.0"
  },
  "devDependencies": {
    "@babel/core": "7.23.9",
    "@babel/preset-react": "7.23.3",
    "@testing-library/react": "14.0.0",
    "@types/postcss-css-variables": "0.18.3",
    "eslint-plugin-regex": "1.10.0",
    "memfs": "4.6.0",
    "postcss": "8.4.38",
    "postcss-css-variables": "0.19.0",
    "process": "^0.11.10",
    "react-dom": "^18.2.0",
    "tailwindcss": "3.3.2",
    "tsup": "7.2.0",
    "typescript": "5.1.6",
    "vite": "5.0.13",
    "vite-plugin-dts": "3.6.3",
    "vite-plugin-node-polyfills": "0.17.0",
    "@react-email/button": "^0.0.15",
    "@react-email/heading": "0.0.12",
    "@react-email/head": "0.0.9",
    "@react-email/hr": "0.0.8",
    "@react-email/html": "0.0.8",
    "eslint-config-custom": "0.0.0",
    "tsconfig": "0.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc && vite build",
    "dev": "vite build --watch",
    "clean": "rm -rf dist",
    "lint": "eslint .",
    "test:watch": "vitest --config ../../vitest.config.ts",
    "test": "vitest run --config ../../vitest.config.ts"
  }
}