mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
26 lines
504 B
JSON
26 lines
504 B
JSON
{
|
|
"name": "@documenso/ee",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "COMMERCIAL",
|
|
"files": [
|
|
"client-only/",
|
|
"server-only/",
|
|
"universal/"
|
|
],
|
|
"scripts": {
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"dependencies": {
|
|
"@documenso/lib": "*",
|
|
"@documenso/prisma": "*",
|
|
"luxon": "^3.5.0",
|
|
"micro": "^10.0.1",
|
|
"next": "14.2.23",
|
|
"next-auth": "4.24.5",
|
|
"react": "^18",
|
|
"ts-pattern": "^5.0.5",
|
|
"zod": "3.24.1"
|
|
}
|
|
} |