mirror of
https://github.com/documenso/documenso.git
synced 2026-07-09 20:45: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
23 lines
505 B
JSON
23 lines
505 B
JSON
{
|
|
"name": "@documenso/tailwind-config",
|
|
"version": "0.0.0",
|
|
"main": "index.cjs",
|
|
"types": "index.d.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"autoprefixer": "catalog:",
|
|
"postcss": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"tailwindcss-animate": "catalog:"
|
|
},
|
|
"devDependencies": {},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|