Files
klz-cables.com/.pnpm-store/v10/files/25/d3925da2ce9ff7ba7e67182e8f2018bc0cbb090517ac332c12f9631ad5cdc9461c6f9271214a63ad8f9a77e8886ba7646eef2a8b6df9688112a36c5a4dc931
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

78 lines
1.9 KiB
Plaintext

{
"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"
}
}