Files
sign/packages/lib/package.json

62 lines
1.5 KiB
JSON
Raw Normal View History

2023-01-09 11:40:48 +01:00
{
"name": "@documenso/lib",
2024-07-05 14:24:40 +10:00
"version": "0.0.0",
2023-06-09 18:21:18 +10:00
"main": "./index.ts",
"types": "./index.ts",
2023-08-30 16:39:35 +10:00
"license": "MIT",
2023-06-09 18:21:18 +10:00
"files": [
"client-only/",
"server-only/",
2025-01-02 15:33:37 +11:00
"universal/"
2023-06-09 18:21:18 +10:00
],
2023-09-21 21:34:24 +10:00
"scripts": {
2023-11-14 14:31:45 +05:30
"lint": "eslint .",
"lint:fix": "eslint . --fix",
2023-09-21 21:34:24 +10:00
"clean": "rimraf node_modules"
},
2023-01-10 18:52:04 +01:00
"dependencies": {
"@auth/kysely-adapter": "^0.6.0",
"@aws-sdk/client-s3": "^3.410.0",
2023-10-31 12:19:16 +11: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 16:17:54 +11:00
"@documenso/assets": "*",
"@documenso/email": "*",
"@documenso/prisma": "*",
2023-09-25 15:57:10 +10:00
"@documenso/signing": "*",
"@honeybadger-io/js": "^6.10.1",
2025-01-02 15:33:37 +11: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 19:56:18 +10:00
"@pdf-lib/fontkit": "^1.1.1",
"@scure/base": "^1.1.3",
"@sindresorhus/slugify": "^2.2.1",
"@vvo/tzdb": "^6.117.0",
"csv-parse": "^5.6.0",
2024-06-14 13:53:48 +10:00
"inngest": "^3.19.13",
2025-01-02 15:33:37 +11:00
"kysely": "0.26.3",
2023-08-17 19:56:18 +10:00
"luxon": "^3.4.0",
2024-06-17 16:59:14 +10:00
"micro": "^10.0.1",
"nanoid": "^4.0.2",
"oslo": "^0.17.0",
2023-08-17 19:56:18 +10:00
"pdf-lib": "^1.17.1",
"pg": "^8.11.3",
"playwright": "1.43.0",
2025-02-27 14:08:59 +11:00
"posthog-js": "^1.224.0",
2024-09-03 09:48:54 +10:00
"react": "^18",
"remeda": "^2.17.3",
2024-06-28 12:12:15 +10:00
"sharp": "0.32.6",
2023-08-17 19:56:18 +10:00
"stripe": "^12.7.0",
2023-10-15 20:26:32 +11:00
"ts-pattern": "^5.0.5",
2024-12-18 15:01:57 +11:00
"zod": "3.24.1"
2023-06-09 18:21:18 +10:00
},
"devDependencies": {
2024-06-14 13:53:48 +10:00
"@playwright/browser-chromium": "1.43.0",
"@types/luxon": "^3.3.1",
2024-06-14 13:53:48 +10:00
"@types/pg": "^8.11.4"
2023-01-10 18:52:04 +01:00
}
2025-02-13 20:56:44 +11:00
}