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",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"files": [
|
|
|
|
|
"client-only/",
|
|
|
|
|
"server-only/",
|
|
|
|
|
"universal/",
|
|
|
|
|
"next-auth/"
|
|
|
|
|
],
|
2023-08-17 19:56:18 +10:00
|
|
|
"scripts": {},
|
2023-01-10 18:52:04 +01:00
|
|
|
"dependencies": {
|
2023-07-26 18:52:53 +10:00
|
|
|
"@documenso/email": "*",
|
2023-05-06 14:33:27 +10:00
|
|
|
"@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",
|
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",
|
2023-06-21 23:49:23 +10:00
|
|
|
"nanoid": "^4.0.2",
|
2023-08-01 17:34:17 +10:00
|
|
|
"next": "13.4.12",
|
|
|
|
|
"next-auth": "4.22.3",
|
2023-08-17 19:56:18 +10:00
|
|
|
"pdf-lib": "^1.17.1",
|
2023-07-26 18:52:53 +10:00
|
|
|
"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-06-09 18:21:18 +10:00
|
|
|
}
|