mirror of
https://github.com/resend/react-email.git
synced 2026-09-14 14:18:02 +08:00
6c4af8c25e
Co-authored-by: resend-version-bump[bot] <277115511+resend-version-bump[bot]@users.noreply.github.com>
95 lines
3.0 KiB
JSON
95 lines
3.0 KiB
JSON
{
|
|
"name": "@react-email/ui",
|
|
"version": "6.2.0",
|
|
"description": "A live preview of your emails right in your browser.",
|
|
"scripts": {
|
|
"build": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --disable-warning=ExperimentalWarning\" tsx ./scripts/build.mts",
|
|
"caniemail:fetch": "tsx ./scripts/fill-caniemail-data.mts",
|
|
"clean": "rimraf dist",
|
|
"dev": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --disable-warning=ExperimentalWarning\" tsx ./scripts/dev.mts",
|
|
"dev:seed": "tsx ./scripts/seed.mts",
|
|
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --disable-warning=ExperimentalWarning\" vitest run",
|
|
"test:watch": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --disable-warning=ExperimentalWarning\" vitest"
|
|
},
|
|
"main": "./index.mjs",
|
|
"files": [
|
|
"jsx-runtime",
|
|
"scripts",
|
|
"src",
|
|
"index.mjs",
|
|
"license.md",
|
|
"next.config.mjs",
|
|
"package.json",
|
|
"postcss.config.js",
|
|
"readme.md",
|
|
"tsconfig.json",
|
|
".next/**/*"
|
|
],
|
|
"dependencies": {
|
|
"esbuild": "catalog:",
|
|
"next": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.29.0",
|
|
"@babel/parser": "catalog:",
|
|
"@babel/traverse": "catalog:",
|
|
"@lottiefiles/dotlottie-react": "0.19.0",
|
|
"@radix-ui/colors": "catalog:",
|
|
"@radix-ui/react-collapsible": "1.1.12",
|
|
"@radix-ui/react-dropdown-menu": "2.1.16",
|
|
"@radix-ui/react-popover": "catalog:",
|
|
"@radix-ui/react-slot": "catalog:",
|
|
"@radix-ui/react-tabs": "catalog:",
|
|
"@radix-ui/react-toggle": "1.1.10",
|
|
"@radix-ui/react-toggle-group": "1.1.11",
|
|
"@radix-ui/react-tooltip": "catalog:",
|
|
"react-email": "workspace:*",
|
|
"@tailwindcss/postcss": "catalog:",
|
|
"@types/babel__core": "catalog:",
|
|
"@types/babel__traverse": "catalog:",
|
|
"@types/css-tree": "catalog:",
|
|
"@types/fs-extra": "11.0.4",
|
|
"@types/mime-types": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/normalize-path": "3.0.2",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"@types/webpack": "5.28.5",
|
|
"clsx": "2.1.1",
|
|
"colorjs.io": "0.6.1",
|
|
"cross-env": "10.1.0",
|
|
"framer-motion": "catalog:",
|
|
"log-symbols": "catalog:",
|
|
"module-punycode": "npm:punycode@2.3.1",
|
|
"next-safe-action": "8.5.2",
|
|
"node-html-parser": "7.1.0",
|
|
"picospinner": "catalog:",
|
|
"postcss": "catalog:",
|
|
"pretty-bytes": "6.1.1",
|
|
"prism-react-renderer": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"resend": "catalog:",
|
|
"rimraf": "6.1.3",
|
|
"sharp": "0.34.5",
|
|
"socket.io-client": "4.8.3",
|
|
"sonner": "catalog:",
|
|
"source-map-js": "1.2.1",
|
|
"stacktrace-parser": "0.1.11",
|
|
"tailwind-merge": "3.5.0",
|
|
"tailwindcss": "catalog:",
|
|
"typescript": "catalog:",
|
|
"use-debounce": "10.1.1",
|
|
"zod": "catalog:"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/resend/react-email.git",
|
|
"directory": "packages/ui"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|