first commit
This commit is contained in:
22
calcom/packages/features/ee/package.json
Normal file
22
calcom/packages/features/ee/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@calcom/tsconfig": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user