mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
33 lines
657 B
JSON
33 lines
657 B
JSON
{
|
|
"name": "@documenso/lib",
|
|
"version": "1.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "MIT",
|
|
"files": [
|
|
"client-only/",
|
|
"server-only/",
|
|
"universal/",
|
|
"next-auth/"
|
|
],
|
|
"scripts": {
|
|
},
|
|
"dependencies": {
|
|
"@documenso/email": "*",
|
|
"@documenso/prisma": "*",
|
|
"@pdf-lib/fontkit": "^1.1.1",
|
|
"@next-auth/prisma-adapter": "1.0.7",
|
|
"@upstash/redis": "^1.20.6",
|
|
"bcrypt": "^5.1.0",
|
|
"pdf-lib": "^1.17.1",
|
|
"nanoid": "^4.0.2",
|
|
"next": "13.4.12",
|
|
"next-auth": "4.22.3",
|
|
"react": "18.2.0",
|
|
"stripe": "^12.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^5.0.0"
|
|
}
|
|
}
|