Files
calendar/packages/features/ee/package.json
T

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.11.18",
"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:*"
}
}