{
  "name": "@calcom/ui",
  "private": true,
  "sideEffects": false,
  "version": "0.0.0",
  "main": "./index.ts",
  "exports": {
    ".": "./index.ts",
    "./alert": "./components/alert/index.ts",
    "./app-list-card": "./components/app-list-card/index.ts",
    "./apps": "./components/apps/index.ts",
    "./arrow-button": "./components/arrow-button/index.ts",
    "./avatar": "./components/avatar/index.ts",
    "./badge": "./components/badge/index.ts",
    "./breadcrumb": "./components/breadcrumb/index.ts",
    "./button": "./components/button/index.ts",
    "./buttonGroup": "./components/buttonGroup/index.ts",
    "./calendar-switch": "./components/calendar-switch/index.ts",
    "./card": "./components/card/index.ts",
    "./command": "./components/command/index.ts",
    "./createButton": "./components/createButton/index.ts",
    "./credits": "./components/credits/index.ts",
    "./dialog": "./components/dialog/index.ts",
    "./disconnect-calendar-integration": "./components/disconnect-calendar-integration/index.ts",
    "./divider": "./components/divider/index.ts",
    "./dropdown": "./components/dropdown/index.ts",
    "./editable-heading": "./components/editable-heading/index.ts",
    "./editor": "./components/editor/index.ts",
    "./empty-screen": "./components/empty-screen/index.ts",
    "./errorBoundary": "./components/errorBoundary/index.ts",
    "./form": "./components/form/index.ts",
    "./form/timezone-select": "./components/form/timezone-select/index.ts",
    "./head-seo": "./components/head-seo/index.ts",
    "./icon": "./components/icon/index.ts",
    "./image-uploader": "./components/image-uploader/index.ts",
    "./layout": "./components/layout/index.ts",
    "./list": "./components/list/index.ts",
    "./logo": "./components/logo/index.ts",
    "./meta": "./components/meta/index.ts",
    "./navigation": "./components/navigation/index.ts",
    "./organization-banner": "./components/organization-banner/index.ts",
    "./popover": "./components/popover/index.ts",
    "./scrollable": "./components/scrollable/index.ts",
    "./sheet": "./components/sheet/index.ts",
    "./skeleton": "./components/skeleton/index.ts",
    "./table": "./components/table/index.ts",
    "./toast": "./components/toast/index.ts",
    "./tooltip": "./components/tooltip/index.ts",
    "./top-banner": "./components/top-banner/index.ts",
    "./filter-select": "./components/filter-select/index.ts",
    "./unpublished-entity/UnpublishedEntity": "./components/unpublished-entity/index.ts",
    "./components/icon": "./components/icon/index.ts",
    "./components/icon/SatSymbol": "./components/icon/SatSymbol.tsx",
    "./components/icon/Spinner": "./components/icon/Spinner.tsx",
    "./components/unpublished-entity/UnpublishedEntity": "./components/unpublished-entity/index.ts",
    "./components/form/timezone-select/TimezoneSelect": "./components/form/timezone-select/index.ts",
    "./components/table/TableNew": "./components/table/TableNew.tsx",
    "./__mocks__/ui": "./__mocks__/ui.tsx"
  },
  "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",
    "build:icons": "node ./scripts/build-icons.mjs"
  },
  "dependencies": {
    "@calcom/lib": "*",
    "@calcom/trpc": "*",
    "@formkit/auto-animate": "1.0.0-beta.5",
    "@radix-ui/react-checkbox": "^1.0.4",
    "@radix-ui/react-dialog": "^1.0.4",
    "@radix-ui/react-popover": "^1.0.2",
    "@radix-ui/react-portal": "^1.0.0",
    "@radix-ui/react-select": "^0.1.1",
    "@storybook/blocks": "^7.6.3",
    "@storybook/react": "^7.6.3",
    "@tanstack/react-query": "^5.17.15",
    "@tanstack/react-table": "^8.20.6",
    "@wojtekmaj/react-daterange-picker": "^3.3.1",
    "class-variance-authority": "^0.4.0",
    "cmdk": "^0.2.0",
    "cmk": "^0.1.1",
    "date-fns": "^3.6.0",
    "downshift": "^6.1.9",
    "next": "^13.5.6",
    "next-seo": "^6.0.0",
    "react": "^18.2.0",
    "react-colorful": "^5.6.0",
    "react-day-picker": "^8.10.1",
    "react-hook-form": "^7.43.3",
    "react-inlinesvg": "^4.1.3",
    "react-select": "^5.7.0"
  },
  "devDependencies": {
    "@calcom/config": "*",
    "@calcom/tsconfig": "*",
    "@types/react": "18.0.26",
    "@types/react-dom": "^18.0.9",
    "execa": "^9.3.0",
    "fast-glob": "^3.3.2",
    "fs-extra": "^11.2.0",
    "lucide-static": "^0.424.0",
    "node-html-parser": "^6.1.13",
    "typescript": "^4.9.4"
  }
}
