* FEAT: Implement Dub.co for conversion tracking * add link creation, @vercel/functions * use refer.cal.com/:username instead of go.cal.com/r/:username * sale conversion tracking * add copy referral link * limit to IS_CALCOM only * Update yarn.lock * fix DubAnalytics * use workaround for isNewUser * pass req to getOptions * Update next-auth-options.ts * fix ts errors * only show DubAnalytics outside EU * add Dub Analytics to /signup * use WEBSITE_URL instead * on-demand generate links * add migration * add check for existing link + change fetch method to poast * remove refer.cal.com from PoweredByCal * limit DubAnalytics to /signup only * simplify generate-referral-link * restore yarn.lock * add yarn with dub sdk in * add yarn with dub sdk in * yarn * Update yarn.lock --------- Co-authored-by: sean <sean@brydon.io> Co-authored-by: Peer Richelsen <peer@cal.com>
25 lines
555 B
JSON
25 lines
555 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": "*",
|
|
"@calcom/lib": "*",
|
|
"@calcom/prisma": "*",
|
|
"@calcom/trpc": "*",
|
|
"@calcom/ui": "*",
|
|
"bcryptjs": "^2.4.3",
|
|
"dub": "^0.35.0",
|
|
"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"
|
|
}
|
|
}
|