* add eslint package * upgrade lint * remove linting for generated files from trpc * ts imports * add missing features lint script * enable turbo ui * reference workspace deps correctly * fixes * Fix eslint test * Fix eslint test * npm run all back * fix e2e * fix e2e * fix e2e --------- Co-authored-by: Alex van Andel <me@alexvanandel.com>
23 lines
572 B
JSON
23 lines
572 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": "workspace:*",
|
|
"@calcom/ui": "workspace:*",
|
|
"@hookform/error-message": "^2.0.0",
|
|
"@hookform/resolvers": "^2.9.7",
|
|
"@sendgrid/client": "^7.7.0",
|
|
"@sendgrid/mail": "^7.6.2",
|
|
"libphonenumber-js": "^1.11.18",
|
|
"twilio": "^3.80.1",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/tsconfig": "workspace:*"
|
|
}
|
|
}
|