* Loading state and rejected bookings gone * Listing fixes * Tweaking upcoming vs recurring bookings tabs * Tweaking new emails to avoid recurringEvent param * Tweaks to support recurring events in common flows * Missed one renderEmail * Removing uneeded references * Reverting manual plural fixes * Refactoring recurring event strings * Correcting merge issues * Relying on newly introduced obj * Fixing mobile * Final tweaks * Latest fixes Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Bailey Pumfleet <pumfleet@hey.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
26 lines
537 B
JSON
26 lines
537 B
JSON
{
|
|
"name": "@calcom/lib",
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@prisma/client": "^3.14.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"dayjs": "^1.11.2",
|
|
"ical.js": "^1.4.0",
|
|
"ics": "^2.31.0",
|
|
"next-i18next": "^11.0.0",
|
|
"react-hot-toast": "^2.1.0",
|
|
"rrule": "^2.6.9",
|
|
"tsdav": "2.0.2",
|
|
"tslog": "^3.2.1",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/tsconfig": "*",
|
|
"@calcom/types": "*",
|
|
"typescript": "^4.6.4"
|
|
}
|
|
}
|