Files
sign/packages/lib/package.json

41 lines
972 B
JSON
Raw Normal View History

2023-01-09 11:40:48 +01:00
{
"name": "@documenso/lib",
2023-06-09 18:21:18 +10:00
"version": "1.0.0",
"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": {
"clean": "rimraf node_modules"
},
2023-01-10 18:52:04 +01:00
"dependencies": {
"@aws-sdk/client-s3": "^3.410.0",
"@aws-sdk/s3-request-presigner": "^3.410.0",
"@aws-sdk/signature-v4-crt": "^3.410.0",
"@documenso/email": "*",
"@documenso/prisma": "*",
2023-08-01 17:34:17 +10:00
"@next-auth/prisma-adapter": "1.0.7",
2023-08-17 19:56:18 +10:00
"@pdf-lib/fontkit": "^1.1.1",
"@scure/base": "^1.1.3",
"@sindresorhus/slugify": "^2.2.1",
2023-06-09 18:21:18 +10:00
"@upstash/redis": "^1.20.6",
"bcrypt": "^5.1.0",
2023-08-17 19:56:18 +10:00
"luxon": "^3.4.0",
"nanoid": "^4.0.2",
2023-09-21 21:34:24 +10:00
"next": "13.4.19",
2023-08-01 17:34:17 +10:00
"next-auth": "4.22.3",
2023-08-17 19:56:18 +10:00
"pdf-lib": "^1.17.1",
"react": "18.2.0",
2023-08-17 19:56:18 +10:00
"stripe": "^12.7.0",
"ts-pattern": "^5.0.5"
2023-06-09 18:21:18 +10:00
},
"devDependencies": {
2023-08-17 19:56:18 +10:00
"@types/bcrypt": "^5.0.0",
"@types/luxon": "^3.3.1"
2023-01-10 18:52:04 +01:00
}
2023-09-20 13:48:30 +10:00
}