mirror of
https://github.com/documenso/documenso.git
synced 2026-07-14 06:47:10 +10:00
960217c78d
- Switch package manager to pnpm 10 via corepack - Add pnpm-workspace.yaml with 54+ shared dependency catalogs - Convert all workspace packages to catalog: and workspace:* protocols - Upgrade Turborepo from 1.x to 2.8.12 (pipeline -> tasks) - Upgrade apps/openpage-api from Next 15 to Next 16 - Update Docker, CI workflows, and GitHub Actions for pnpm - Convert patch file to pnpm native format - Replace deprecated next lint with standalone eslint - Update all documentation references from npm to pnpm - Fix stale dependabot config and documentation paths
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": "3.0.81",
|
|
"@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": "^5.0.104",
|
|
"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": "^9.14.0",
|
|
"pino-pretty": "^13.1.2",
|
|
"playwright": "1.56.1",
|
|
"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"
|
|
}
|
|
}
|