Files
sign/packages/lib/package.json

62 lines
1.6 KiB
JSON
Raw Permalink 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/",
"universal/",
"next-auth/"
],
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": "*",
2023-08-01 17:34:17 +10:00
"@next-auth/prisma-adapter": "1.0.7",
"@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",
2024-05-15 18:55:05 +10:00
"@trigger.dev/nextjs": "^2.3.18",
"@trigger.dev/sdk": "^2.3.18",
2023-06-09 18:21:18 +10:00
"@upstash/redis": "^1.20.6",
"@vvo/tzdb": "^6.117.0",
2024-06-14 13:53:48 +10:00
"inngest": "^3.19.13",
"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",
2024-09-03 09:48:54 +10:00
"next": "14.2.6",
2023-12-02 09:38:24 +11:00
"next-auth": "4.24.5",
"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",
2024-09-03 09:48:54 +10:00
"react": "^18",
"remeda": "^2.12.1",
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",
"zod": "^3.22.4"
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
}
2024-06-27 21:50:42 +10:00
}