mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
26 lines
507 B
JSON
26 lines
507 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.4.0",
|
|
"micro": "^10.0.1",
|
|
"next": "14.0.3",
|
|
"next-auth": "4.24.5",
|
|
"react": "18.2.0",
|
|
"ts-pattern": "^5.0.5",
|
|
"zod": "^3.22.4"
|
|
}
|
|
} |