mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
* chore: upgrade next.js * fix: canvas not found error * chore: upgrade package for marketing * feat: add isServer conditional * fix: inverse isServer condition * fix: normalize packages * fix: upgrade ee package * fix: depdency nightmares * fix: failing seed script
27 lines
508 B
JSON
27 lines
508 B
JSON
{
|
|
"name": "@documenso/ee",
|
|
"version": "1.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": "13.5.4",
|
|
"next-auth": "4.22.3",
|
|
"react": "18.2.0",
|
|
"ts-pattern": "^5.0.5",
|
|
"zod": "^3.21.4"
|
|
}
|
|
}
|