* 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>
25 lines
605 B
JSON
25 lines
605 B
JSON
{
|
|
"name": "@calcom/feature-auth",
|
|
"sideEffects": false,
|
|
"private": true,
|
|
"description": "Cal.com's main auth code",
|
|
"authors": "Cal.com, Inc.",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"dependencies": {
|
|
"@calcom/dayjs": "workspace:*",
|
|
"@calcom/lib": "workspace:*",
|
|
"@calcom/prisma": "workspace:*",
|
|
"@calcom/trpc": "workspace:*",
|
|
"@calcom/ui": "workspace:*",
|
|
"bcryptjs": "^2.4.3",
|
|
"dub": "^0.59.1",
|
|
"handlebars": "^4.7.7",
|
|
"jose": "^4.13.1",
|
|
"lru-cache": "^9.0.3",
|
|
"next-auth": "^4.22.1",
|
|
"nodemailer": "^6.7.8",
|
|
"otplib": "^12.0.1"
|
|
}
|
|
}
|