documenso/packages/lib/package.json

66 lines
1.7 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": {
"@aws-sdk/client-s3": "^3.410.0",
"@aws-sdk/client-sesv2": "^3.410.0",
2023-10-31 01:19:16 +00:00
"@aws-sdk/cloudfront-signer": "^3.410.0",
"@aws-sdk/s3-request-presigner": "^3.410.0",
"@aws-sdk/signature-v4-crt": "^3.410.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-01-02 04:33:37 +00:00
"@lingui/core": "^5.2.0",
"@lingui/macro": "^5.2.0",
"@lingui/react": "^5.2.0",
"@noble/ciphers": "0.4.0",
"@noble/hashes": "1.3.2",
"@node-rs/bcrypt": "^1.10.0",
2023-08-17 09:56:18 +00:00
"@pdf-lib/fontkit": "^1.1.1",
"@scure/base": "^1.1.3",
"@sindresorhus/slugify": "^2.2.1",
2025-08-19 10:59:03 +00:00
"@team-plain/typescript-sdk": "^5.9.0",
"@vvo/tzdb": "^6.117.0",
"csv-parse": "^5.6.0",
2024-06-14 03:53:48 +00:00
"inngest": "^3.19.13",
"jose": "^6.0.0",
2025-01-02 04:33:37 +00:00
"kysely": "0.26.3",
2023-08-17 09:56:18 +00:00
"luxon": "^3.4.0",
2024-06-17 06:59:14 +00:00
"micro": "^10.0.1",
2025-05-22 04:30:22 +00:00
"nanoid": "^5.1.5",
"oslo": "^0.17.0",
2023-08-17 09:56:18 +00:00
"pdf-lib": "^1.17.1",
"pg": "^8.11.3",
"pino": "^9.7.0",
"pino-pretty": "^13.0.0",
2025-05-22 04:30:22 +00:00
"playwright": "1.52.0",
"posthog-js": "^1.245.0",
"posthog-node": "^4.17.0",
2024-09-02 23:48:54 +00:00
"react": "^18",
"remeda": "^2.17.3",
2024-06-28 02:12:15 +00:00
"sharp": "0.32.6",
2023-08-17 09:56:18 +00:00
"stripe": "^12.7.0",
2023-10-15 09:26:32 +00:00
"ts-pattern": "^5.0.5",
2024-12-18 04:01:57 +00:00
"zod": "3.24.1"
2023-06-09 08:21:18 +00:00
},
"devDependencies": {
2025-05-22 04:30:22 +00:00
"@playwright/browser-chromium": "1.52.0",
"@types/luxon": "^3.3.1",
2024-06-14 03:53:48 +00:00
"@types/pg": "^8.11.4"
2023-01-10 17:52:04 +00:00
}
}