{ "name": "@heroui/calendar", "version": "2.2.19", "description": "A calendar displays one or more date grids and allows users to select a single date.", "keywords": [ "calendar" ], "author": "HeroUI ", "homepage": "https://heroui.com", "license": "MIT", "main": "src/index.ts", "sideEffects": false, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/heroui-inc/heroui.git", "directory": "packages/components/calendar" }, "bugs": { "url": "https://github.com/heroui-inc/heroui/issues" }, "scripts": { "build": "tsup src --dts", "build:fast": "tsup src", "dev": "pnpm build:fast --watch", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "prepack": "clean-package", "postpack": "clean-package restore" }, "peerDependencies": { "@heroui/system": ">=2.4.7", "@heroui/theme": ">=2.4.6", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" }, "dependencies": { "@heroui/react-utils": "workspace:*", "@heroui/shared-utils": "workspace:*", "@heroui/shared-icons": "workspace:*", "@heroui/framer-utils": "workspace:*", "@heroui/use-aria-button": "workspace:*", "@heroui/button": "workspace:*", "@heroui/dom-animation": "workspace:*", "@internationalized/date": "3.8.0", "@react-aria/calendar": "3.8.0", "@react-aria/focus": "3.20.2", "@react-aria/i18n": "3.12.8", "@react-stately/calendar": "3.8.0", "@react-types/button": "3.12.0", "@react-aria/visually-hidden": "3.8.22", "@react-aria/utils": "3.28.2", "@react-stately/utils": "3.10.6", "@react-types/calendar": "3.7.0", "@react-aria/interactions": "3.25.0", "@react-types/shared": "3.29.0", "scroll-into-view-if-needed": "3.0.10", "@types/lodash.debounce": "^4.0.7" }, "devDependencies": { "@heroui/system": "workspace:*", "@heroui/theme": "workspace:*", "@heroui/radio": "workspace:*", "@heroui/test-utils": "workspace:*", "framer-motion": "11.9.0", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0" }, "clean-package": "../../../clean-package.config.json" }