Files
sign/packages/ee/package.json

26 lines
504 B
JSON
Raw Permalink Normal View History

2023-08-30 16:36:22 +10:00
{
"name": "@documenso/ee",
2024-07-05 14:24:40 +10:00
"version": "0.0.0",
2023-08-30 16:36:22 +10:00
"main": "./index.ts",
"types": "./index.ts",
"license": "COMMERCIAL",
"files": [
"client-only/",
"server-only/",
"universal/"
],
2023-09-21 21:34:24 +10:00
"scripts": {
"clean": "rimraf node_modules"
},
2023-08-30 16:36:22 +10:00
"dependencies": {
"@documenso/lib": "*",
2023-10-15 20:26:32 +11:00
"@documenso/prisma": "*",
"luxon": "^3.4.0",
"micro": "^10.0.1",
2024-09-03 09:48:54 +10:00
"next": "14.2.6",
2023-12-02 09:38:24 +11:00
"next-auth": "4.24.5",
2024-09-03 09:48:54 +10:00
"react": "^18",
2023-10-15 20:26:32 +11:00
"ts-pattern": "^5.0.5",
"zod": "^3.22.4"
2023-08-30 16:36:22 +10:00
}
2024-05-15 18:55:05 +10:00
}