mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 21:51:40 +10:00
66 lines
1.7 KiB
JSON
66 lines
1.7 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": {
|
|
"@aws-sdk/client-s3": "^3.936.0",
|
|
"@aws-sdk/client-sesv2": "^3.936.0",
|
|
"@aws-sdk/cloudfront-signer": "^3.935.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.936.0",
|
|
"@aws-sdk/signature-v4-crt": "^3.936.0",
|
|
"@documenso/assets": "*",
|
|
"@documenso/email": "*",
|
|
"@documenso/prisma": "*",
|
|
"@documenso/signing": "*",
|
|
"@lingui/core": "^5.6.0",
|
|
"@lingui/macro": "^5.6.0",
|
|
"@lingui/react": "^5.6.0",
|
|
"@noble/ciphers": "0.6.0",
|
|
"@noble/hashes": "1.8.0",
|
|
"@node-rs/bcrypt": "^1.10.7",
|
|
"@pdf-lib/fontkit": "^1.1.1",
|
|
"@scure/base": "^1.2.6",
|
|
"@sindresorhus/slugify": "^3.0.0",
|
|
"@team-plain/typescript-sdk": "^5.11.0",
|
|
"@vvo/tzdb": "^6.196.0",
|
|
"csv-parse": "^6.1.0",
|
|
"inngest": "^3.45.1",
|
|
"jose": "^6.1.2",
|
|
"konva": "^10.0.9",
|
|
"kysely": "0.28.8",
|
|
"luxon": "^3.7.2",
|
|
"nanoid": "^5.1.6",
|
|
"oslo": "^0.17.0",
|
|
"pg": "^8.16.3",
|
|
"pino": "^9.14.0",
|
|
"pino-pretty": "^13.1.2",
|
|
"playwright": "1.56.1",
|
|
"posthog-js": "^1.297.2",
|
|
"posthog-node": "^4.18.0",
|
|
"react": "^18",
|
|
"react-pdf": "^10.2.0",
|
|
"remeda": "^2.32.0",
|
|
"sharp": "0.34.5",
|
|
"skia-canvas": "^3.0.8",
|
|
"stripe": "^12.18.0",
|
|
"ts-pattern": "^5.9.0",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/browser-chromium": "1.56.1",
|
|
"@types/luxon": "^3.7.1",
|
|
"@types/pg": "^8.15.6"
|
|
}
|
|
} |