cal/packages/features/ee/package.json
Ethan Chen 46c51df1e0
fix: Up libphonenumber-js to fix #12394 (#12519)
* Up libphonenumber-js

* Re-patch libphonenumber-js and restore the test files.

* fix: yarn and check

* Conflict Resolution

* fix lint error

* Restore files

* Fix yarn.lock

---------

Co-authored-by: Hariom <hariombalhara@gmail.com>
2023-12-08 14:09:45 +00:00

23 lines
542 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/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.51",
"twilio": "^3.80.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@calcom/tsconfig": "*"
}
}