* chore: lock all package versions to match yarn.lock This commit pins all dependency versions in package.json files to exact versions matching the yarn.lock file, removing ^ and ~ prefixes. Changes: - Locked 427 dependencies across 47 package.json files - Versions now match exactly what is resolved in yarn.lock - Ensures reproducible builds and prevents unexpected version drift This change improves build reproducibility by ensuring that the versions specified in package.json files match exactly what yarn.lock resolves to. Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com> * fix: add undeclared dependencies to trpc, ui, and platform-types packages - @calcom/trpc: add cookie, uuid and their type definitions - @calcom/ui: add Lexical packages, Radix UI components, classnames, sonner, react-easy-crop, zod - @calcom/platform-types: add @nestjs/common, @nestjs/swagger, libphonenumber-js, luxon, zod These dependencies were being used in the code but not declared in package.json, relying on hoisting from other packages. Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com> * chore: update yarn.lock after adding undeclared dependencies Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com> * fix: upgrade Prisma versions in example apps and pin remaining @types/node - Upgraded @prisma/client to 6.16.1 in example apps to match main app - Pinned @types/node to 20.17.23 in atoms, libraries, and example apps - Pinned @types/react to 18.0.26 and @types/react-dom to 18.2.6 in example apps Addresses PR review comments about Prisma version mismatch and unpinned @types/node Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com> * chore: remove unused and misplaced dependencies Removed unused dependencies: - @calcom/web: mime-types, posthog-node, react-date-picker, react-multi-email, react-phone-number-input, recoil, @vercel/edge-functions-ui, lottie-react, jotai - @calcom/features: @lexical/react, lexical, akismet-api, stripe-event-types Removed misplaced dependencies from @calcom/web (already in @calcom/ui): - @radix-ui/react-avatar, @radix-ui/react-dialog, @radix-ui/react-dropdown-menu - @radix-ui/react-hover-card, @radix-ui/react-id, @radix-ui/react-popover - @radix-ui/react-slider, @radix-ui/react-switch, @radix-ui/react-toggle-group - react-colorful Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com> * fix: add back jotai and react-phone-number-input dependencies These dependencies were incorrectly removed in the previous commit: - jotai: Required as peer dependency by @daily-co/daily-react - react-phone-number-input: CSS imported in WorkflowStepContainer.tsx Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com> * chore: update yarn.lock after Prisma version upgrade Updates yarn.lock to reflect: - @prisma/client upgraded from 6.7.0 to 6.16.1 in example apps - Removed unused @prisma/client@6.7.0 resolution Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com> * fix: align dependency versions per PR review feedback - @nestjs/common: 10.0.0 -> 10.3.3 in platform-types (match api-v2) - cookie: ^0.7.0 -> 0.7.0 in trpc (pin exact version) - uuid: ^8.3.2 -> 8.3.2 in trpc (pin exact version) - @types/cookie: ^0.6.0 -> 0.6.0 in trpc (pin exact version) - @types/uuid: ^8.3.4 -> 8.3.4 in trpc (pin exact version) Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com> * refactor: move root dependencies to proper packages - Remove all dependencies from root package.json (they were misplaced) - Add @evyweb/ioctopus, city-timezones, date-fns-tz, p-limit to @calcom/features - @daily-co/daily-js already exists in @calcom/web - @vercel/functions already exists in @calcom/features - date-fns already exists in @calcom/ui Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
137 lines
5.8 KiB
JSON
137 lines
5.8 KiB
JSON
{
|
|
"name": "@calcom/ui",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"version": "0.0.0",
|
|
"main": "./index.ts",
|
|
"exports": {
|
|
"./classNames": "./classNames.ts",
|
|
"./styles": "./styles/index.ts",
|
|
"./components/address": "./components/address/index.ts",
|
|
"./components/alert": "./components/alert/index.ts",
|
|
"./components/app-list-card": "./components/app-list-card/index.ts",
|
|
"./components/apps": "./components/apps/index.ts",
|
|
"./components/arrow-button": "./components/arrow-button/index.ts",
|
|
"./components/avatar": "./components/avatar/index.ts",
|
|
"./components/badge": "./components/badge/index.ts",
|
|
"./components/breadcrumb": "./components/breadcrumb/index.ts",
|
|
"./components/button": "./components/button/index.ts",
|
|
"./components/buttonGroup": "./components/buttonGroup/index.ts",
|
|
"./components/calendar-switch": "./components/calendar-switch/index.ts",
|
|
"./components/card": "./components/card/index.ts",
|
|
"./components/command": "./components/command/index.ts",
|
|
"./components/createButton": "./components/createButton/index.ts",
|
|
"./components/credits": "./components/credits/index.ts",
|
|
"./components/dialog": "./components/dialog/index.ts",
|
|
"./components/disconnect-calendar-integration": "./components/disconnect-calendar-integration/index.ts",
|
|
"./components/divider": "./components/divider/index.ts",
|
|
"./components/dropdown": "./components/dropdown/index.ts",
|
|
"./components/editable-heading": "./components/editable-heading/index.ts",
|
|
"./components/editor": "./components/editor/index.ts",
|
|
"./components/empty-screen": "./components/empty-screen/index.ts",
|
|
"./components/errorBoundary": "./components/errorBoundary/index.ts",
|
|
"./components/form": "./components/form/index.ts",
|
|
"./components/form/timezone-select": "./components/form/timezone-select/index.ts",
|
|
"./components/hover-card": "./components/hover-card/index.tsx",
|
|
"./components/image-uploader": "./components/image-uploader/index.ts",
|
|
"./components/file-uploader": "./components/file-uploader/index.ts",
|
|
"./components/layout": "./components/layout/index.ts",
|
|
"./components/list": "./components/list/index.ts",
|
|
"./components/logo": "./components/logo/index.ts",
|
|
"./components/meta": "./components/meta/index.ts",
|
|
"./components/navigation": "./components/navigation/index.ts",
|
|
"./components/organization-banner": "./components/organization-banner/index.ts",
|
|
"./components/pagination": "./components/pagination/index.ts",
|
|
"./components/popover": "./components/popover/index.ts",
|
|
"./components/progress-bar": "./components/progress-bar/index.ts",
|
|
"./components/radio": "./components/radio/index.ts",
|
|
"./components/scrollable": "./components/scrollable/index.ts",
|
|
"./components/sheet": "./components/sheet/index.ts",
|
|
"./components/skeleton": "./components/skeleton/index.ts",
|
|
"./components/table": "./components/table/index.ts",
|
|
"./components/toast": "./components/toast/index.ts",
|
|
"./components/tooltip": "./components/tooltip/index.ts",
|
|
"./components/top-banner": "./components/top-banner/index.ts",
|
|
"./components/filter-select": "./components/filter-select/index.ts",
|
|
"./components/icon": "./components/icon/index.ts",
|
|
"./components/unpublished-entity": "./components/unpublished-entity/index.ts",
|
|
"./components/table/TableNew": "./components/table/TableNew.tsx",
|
|
"./components/app-list-card/AppListCard": "./components/app-list-card/AppListCard.tsx",
|
|
"./components/section": "./components/section/index.ts"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"type-check": "tsc --pretty --noEmit",
|
|
"type-check:ci": "tsc-absolute --pretty --noEmit",
|
|
"lint:fix": "eslint . --fix",
|
|
"lint:report": "eslint . --format json --output-file ../../lint-results/ui.json",
|
|
"dx": "node ./scripts/build-icons.mjs",
|
|
"dev": "node ./scripts/build-icons.mjs",
|
|
"build": "node ./scripts/build-icons.mjs",
|
|
"build:icons": "node ./scripts/build-icons.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@calcom/lib": "workspace:*",
|
|
"@formkit/auto-animate": "1.0.0-beta.5",
|
|
"@lexical/code": "0.9.0",
|
|
"@lexical/html": "0.9.0",
|
|
"@lexical/link": "0.9.0",
|
|
"@lexical/list": "0.9.0",
|
|
"@lexical/markdown": "0.9.0",
|
|
"@lexical/react": "0.9.0",
|
|
"@lexical/rich-text": "0.9.0",
|
|
"@lexical/selection": "0.9.0",
|
|
"@lexical/table": "0.9.0",
|
|
"@lexical/utils": "0.9.0",
|
|
"@radix-ui/react-avatar": "1.1.3",
|
|
"@radix-ui/react-checkbox": "1.0.4",
|
|
"@radix-ui/react-dialog": "1.0.4",
|
|
"@radix-ui/react-popover": "1.0.6",
|
|
"@radix-ui/react-portal": "1.0.4",
|
|
"@radix-ui/react-select": "0.1.1",
|
|
"@radix-ui/react-slider": "1.2.2",
|
|
"@storybook/blocks": "7.6.3",
|
|
"@storybook/react": "7.6.3",
|
|
"@tanstack/react-query": "5.17.19",
|
|
"@tanstack/react-table": "8.20.6",
|
|
"@wojtekmaj/react-daterange-picker": "3.4.0",
|
|
"class-variance-authority": "0.4.0",
|
|
"classnames": "2.3.1",
|
|
"cmdk": "0.2.0",
|
|
"cmk": "0.1.1",
|
|
"date-fns": "3.6.0",
|
|
"downshift": "6.1.9",
|
|
"lexical": "0.9.0",
|
|
"react": "18.2.0",
|
|
"react-colorful": "5.6.1",
|
|
"react-day-picker": "8.10.1",
|
|
"react-easy-crop": "5.0.0",
|
|
"react-hook-form": "7.43.3",
|
|
"react-inlinesvg": "4.1.3",
|
|
"react-select": "5.8.0",
|
|
"sonner": "1.7.4",
|
|
"tailwind-merge": "1.13.2",
|
|
"uuid": "11.1.0",
|
|
"zod": "3.25.76"
|
|
},
|
|
"peerDependencies": {
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@calcom/config": "workspace:*",
|
|
"@calcom/eslint-config": "workspace:*",
|
|
"@calcom/tsconfig": "workspace:*",
|
|
"@testing-library/user-event": "14.6.1",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "18.2.6",
|
|
"@types/uuid": "10.0.0",
|
|
"execa": "9.3.0",
|
|
"fast-glob": "3.3.2",
|
|
"fs-extra": "11.3.2",
|
|
"lucide-static": "0.424.0",
|
|
"node-html-parser": "6.1.13",
|
|
"typescript": "5.9.2"
|
|
}
|
|
}
|