documenso/packages/lib/package.json

70 lines
1.8 KiB
JSON
Raw Normal View History

2023-01-09 10:40:48 +00:00
{
"name": "@documenso/lib",
2024-07-05 04:24:40 +00:00
"version": "0.0.0",
2023-06-09 08:21:18 +00:00
"main": "./index.ts",
"types": "./index.ts",
2023-08-30 06:39:35 +00:00
"license": "MIT",
2023-06-09 08:21:18 +00:00
"files": [
"client-only/",
"server-only/",
2025-01-02 04:33:37 +00:00
"universal/"
2023-06-09 08:21:18 +00:00
],
2023-09-21 11:34:24 +00:00
"scripts": {
2023-11-14 09:01:45 +00:00
"lint": "eslint .",
"lint:fix": "eslint . --fix",
2023-09-21 11:34:24 +00:00
"clean": "rimraf node_modules"
},
2023-01-10 17:52:04 +00:00
"dependencies": {
"@ai-sdk/google-vertex": "3.0.81",
2025-11-22 09:28:20 +00:00
"@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",
2023-11-24 05:17:54 +00:00
"@documenso/assets": "*",
"@documenso/email": "*",
"@documenso/prisma": "*",
2023-09-25 05:57:10 +00:00
"@documenso/signing": "*",
2025-11-22 09:28:20 +00:00
"@lingui/core": "^5.6.0",
"@lingui/macro": "^5.6.0",
"@lingui/react": "^5.6.0",
2025-12-04 03:31:30 +00:00
"@napi-rs/canvas": "^0.1.83",
2025-11-22 09:28:20 +00:00
"@noble/ciphers": "0.6.0",
"@noble/hashes": "1.8.0",
"@node-rs/bcrypt": "^1.10.7",
2023-08-17 09:56:18 +00:00
"@pdf-lib/fontkit": "^1.1.1",
2025-11-22 09:28:20 +00:00
"@scure/base": "^1.2.6",
"@sindresorhus/slugify": "^3.0.0",
"@team-plain/typescript-sdk": "^5.11.0",
"@vvo/tzdb": "^6.196.0",
"ai": "^5.0.104",
2025-11-22 09:28:20 +00:00
"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",
"p-map": "^7.0.4",
2025-11-22 09:28:20 +00:00
"pg": "^8.16.3",
"pino": "^9.14.0",
"pino-pretty": "^13.1.2",
"playwright": "1.56.1",
"posthog-js": "^1.297.2",
2025-11-25 05:01:31 +00:00
"posthog-node": "4.18.0",
2024-09-02 23:48:54 +00:00
"react": "^18",
2025-11-22 09:28:20 +00:00
"react-pdf": "^10.2.0",
"remeda": "^2.32.0",
"sharp": "0.34.5",
"skia-canvas": "^3.0.8",
2025-11-22 09:28:20 +00:00
"stripe": "^12.18.0",
"ts-pattern": "^5.9.0",
2025-11-07 03:17:52 +00:00
"zod": "^3.25.76"
2023-06-09 08:21:18 +00:00
},
"devDependencies": {
2025-11-22 09:28:20 +00:00
"@playwright/browser-chromium": "1.56.1",
"@types/luxon": "^3.7.1",
"@types/pg": "^8.15.6"
2023-01-10 17:52:04 +00:00
}
}