mirror of
https://github.com/documenso/documenso.git
synced 2026-07-07 11:35:01 +10:00
f66f01a09a
Eliminates dual React ecosystems and reduces dependency duplication by consolidating on a single React version and expanding the pnpm workspace catalog. - Upgrade all packages from React 18 to React 19 - Remove @types/react and @types/node overrides (no longer needed with single React version) - Standardise @types/node to ^22 across all packages - Add prisma-kysely>@prisma/internals override to eliminate old prisma 6.16.x subtree - Fix React 19 type changes: useRef requires initial value, JSX namespace needs explicit import, RefObject includes null - Expand catalog with 14 new entries (ai, dotenv, pino, playwright, prisma tooling, nodemailer, pdfjs-dist, etc.) - Catalog radix-ui, next, lucide-react, postcss, and typescript for docs/openpage-api alignment - Run pnpm dedupe to collapse peer-dep context duplicates
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@documenso/email",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "MIT",
|
|
"files": [
|
|
"templates/",
|
|
"transports/",
|
|
"mailer.ts",
|
|
"render.ts",
|
|
"index.ts"
|
|
],
|
|
"scripts": {
|
|
"dev": "email dev --port 3002 --dir templates",
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/tailwind-config": "workspace:*",
|
|
"@documenso/nodemailer-resend": "4.0.0",
|
|
"@react-email/body": "0.2.0",
|
|
"@react-email/button": "0.2.0",
|
|
"@react-email/code-block": "0.2.0",
|
|
"@react-email/code-inline": "0.0.5",
|
|
"@react-email/column": "0.0.13",
|
|
"@react-email/container": "0.0.15",
|
|
"@react-email/font": "0.0.9",
|
|
"@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/img": "0.0.11",
|
|
"@react-email/link": "0.0.12",
|
|
"@react-email/preview": "0.0.13",
|
|
"@react-email/render": "2.0.0",
|
|
"@react-email/row": "0.0.12",
|
|
"@react-email/section": "0.0.16",
|
|
"@react-email/tailwind": "^2.0.1",
|
|
"@react-email/text": "0.1.5",
|
|
"nodemailer": "catalog:",
|
|
"react-email": "^5.0.6",
|
|
"resend": "^6.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@documenso/tsconfig": "workspace:*",
|
|
"@types/nodemailer": "^7.0.4"
|
|
}
|
|
}
|