mirror of
https://github.com/documenso/documenso.git
synced 2026-07-06 11:05:00 +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
71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "@documenso/lib",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "MIT",
|
|
"files": [
|
|
"client-only/",
|
|
"server-only/",
|
|
"universal/"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/google-vertex": "catalog:",
|
|
"@aws-sdk/client-s3": "catalog:",
|
|
"@aws-sdk/client-sesv2": "catalog:",
|
|
"@aws-sdk/cloudfront-signer": "catalog:",
|
|
"@aws-sdk/s3-request-presigner": "catalog:",
|
|
"@aws-sdk/signature-v4-crt": "catalog:",
|
|
"@documenso/assets": "workspace:*",
|
|
"@documenso/email": "workspace:*",
|
|
"@documenso/prisma": "workspace:*",
|
|
"@documenso/signing": "workspace:*",
|
|
"@lingui/core": "catalog:",
|
|
"@lingui/macro": "catalog:",
|
|
"@lingui/react": "catalog:",
|
|
"@napi-rs/canvas": "catalog:",
|
|
"@noble/ciphers": "0.6.0",
|
|
"@noble/hashes": "1.8.0",
|
|
"@node-rs/bcrypt": "^1.10.7",
|
|
"@pdf-lib/fontkit": "^1.1.1",
|
|
"@scure/base": "catalog:",
|
|
"@simplewebauthn/server": "catalog:",
|
|
"@sindresorhus/slugify": "^3.0.0",
|
|
"@team-plain/typescript-sdk": "^5.11.0",
|
|
"@vvo/tzdb": "^6.196.0",
|
|
"ai": "catalog:",
|
|
"csv-parse": "^6.1.0",
|
|
"inngest": "^3.45.1",
|
|
"jose": "^6.1.2",
|
|
"konva": "catalog:",
|
|
"kysely": "catalog:",
|
|
"luxon": "catalog:",
|
|
"nanoid": "catalog:",
|
|
"oslo": "^0.17.0",
|
|
"p-map": "^7.0.4",
|
|
"pg": "^8.16.3",
|
|
"pino": "catalog:",
|
|
"pino-pretty": "catalog:",
|
|
"playwright": "catalog:",
|
|
"posthog-js": "catalog:",
|
|
"posthog-node": "catalog:",
|
|
"react": "catalog:",
|
|
"remeda": "catalog:",
|
|
"sharp": "0.34.5",
|
|
"skia-canvas": "^3.0.8",
|
|
"stripe": "^12.18.0",
|
|
"ts-pattern": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/browser-chromium": "1.56.1",
|
|
"@types/luxon": "catalog:",
|
|
"@types/pg": "^8.15.6"
|
|
}
|
|
}
|