Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: susan <susan@cal.com> Co-authored-by: Eunjae Lee <hey@eunjae.dev>
29 lines
737 B
JSON
29 lines
737 B
JSON
{
|
|
"name": "@calcom/ee",
|
|
"description": "Cal.com Commercial License features",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "See license in LICENSE",
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"@calcom/i18n": "workspace:*",
|
|
"@calcom/lib": "workspace:*",
|
|
"@calcom/ui": "workspace:*",
|
|
"@hookform/error-message": "2.0.0",
|
|
"@hookform/resolvers": "2.9.7",
|
|
"@sendgrid/client": "7.7.0",
|
|
"@sendgrid/mail": "7.7.0",
|
|
"libphonenumber-js": "^1.12.38",
|
|
"twilio": "3.84.1",
|
|
"zod": "3.25.76"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
"react-hook-form": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/tsconfig": "workspace:*"
|
|
}
|
|
}
|