Files
calendar/packages/features/ee/package.json
T
916468b8cc feat: adding custom field of type PHONE (#5623)
* feat: adding custom field of type PHONE

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>

* fix: null phone number bug and removed console log

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>

* fix: decrease iteration

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2022-12-16 12:39:41 -07:00

23 lines
542 B
JSON

{
"name": "@calcom/ee",
"description": "Cal.com Enterprise Edition features",
"version": "0.0.0",
"private": true,
"license": "See license in LICENSE",
"main": "./index.ts",
"dependencies": {
"@calcom/lib": "*",
"@calcom/ui": "*",
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^2.9.7",
"@sendgrid/client": "^7.7.0",
"@sendgrid/mail": "^7.6.2",
"libphonenumber-js": "^1.10.12",
"twilio": "^3.80.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@calcom/tsconfig": "*"
}
}