mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
65 lines
1.7 KiB
JSON
65 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.410.0",
|
|
"@aws-sdk/client-sesv2": "^3.410.0",
|
|
"@aws-sdk/cloudfront-signer": "^3.410.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.410.0",
|
|
"@aws-sdk/signature-v4-crt": "^3.410.0",
|
|
"@documenso/assets": "*",
|
|
"@documenso/email": "*",
|
|
"@documenso/prisma": "*",
|
|
"@documenso/signing": "*",
|
|
"@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",
|
|
"@pdf-lib/fontkit": "^1.1.1",
|
|
"@scure/base": "^1.1.3",
|
|
"@sindresorhus/slugify": "^2.2.1",
|
|
"@team-plain/typescript-sdk": "^5.9.0",
|
|
"@vvo/tzdb": "^6.117.0",
|
|
"csv-parse": "^5.6.0",
|
|
"inngest": "^3.19.13",
|
|
"jose": "^6.0.0",
|
|
"kysely": "0.26.3",
|
|
"luxon": "^3.4.0",
|
|
"micro": "^10.0.1",
|
|
"nanoid": "^5.1.5",
|
|
"oslo": "^0.17.0",
|
|
"pg": "^8.11.3",
|
|
"pino": "^9.7.0",
|
|
"pino-pretty": "^13.0.0",
|
|
"playwright": "1.52.0",
|
|
"posthog-js": "^1.245.0",
|
|
"posthog-node": "^4.17.0",
|
|
"react": "^18",
|
|
"remeda": "^2.17.3",
|
|
"sharp": "0.32.6",
|
|
"skia-canvas": "^3.0.8",
|
|
"stripe": "^12.7.0",
|
|
"ts-pattern": "^5.0.5",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/browser-chromium": "1.52.0",
|
|
"@types/luxon": "^3.3.1",
|
|
"@types/pg": "^8.11.4"
|
|
}
|
|
} |