mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
Adds support for creating documents and templates using our embed components. Support is super primitive at the moment and is being polished.
62 lines
No EOL
1.6 KiB
JSON
62 lines
No EOL
1.6 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": {
|
|
"@auth/kysely-adapter": "^0.6.0",
|
|
"@aws-sdk/client-s3": "^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": "*",
|
|
"@honeybadger-io/js": "^6.10.1",
|
|
"@lingui/core": "^5.2.0",
|
|
"@lingui/macro": "^5.2.0",
|
|
"@lingui/react": "^5.2.0",
|
|
"jose": "^6.0.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",
|
|
"@vvo/tzdb": "^6.117.0",
|
|
"csv-parse": "^5.6.0",
|
|
"inngest": "^3.19.13",
|
|
"kysely": "0.26.3",
|
|
"luxon": "^3.4.0",
|
|
"micro": "^10.0.1",
|
|
"nanoid": "^4.0.2",
|
|
"oslo": "^0.17.0",
|
|
"pdf-lib": "^1.17.1",
|
|
"pg": "^8.11.3",
|
|
"playwright": "1.43.0",
|
|
"posthog-js": "^1.224.0",
|
|
"react": "^18",
|
|
"remeda": "^2.17.3",
|
|
"sharp": "0.32.6",
|
|
"stripe": "^12.7.0",
|
|
"ts-pattern": "^5.0.5",
|
|
"zod": "3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/browser-chromium": "1.43.0",
|
|
"@types/luxon": "^3.3.1",
|
|
"@types/pg": "^8.11.4"
|
|
}
|
|
} |