{ "name": "@heroui/date-input", "version": "2.3.20", "description": "A date input allows users to enter and edit date and time values using a keyboard.", "keywords": [ "date-field" ], "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/date-input" }, "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.10", "@heroui/theme": ">=2.4.16", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" }, "dependencies": { "@heroui/form": "workspace:*", "@heroui/react-utils": "workspace:*", "@heroui/shared-utils": "workspace:*", "@internationalized/date": "3.8.2", "@react-aria/datepicker": "3.14.4", "@react-aria/i18n": "3.12.10", "@react-stately/datepicker": "3.14.2", "@react-types/datepicker": "3.12.2", "@react-types/shared": "3.30.0", "@react-aria/utils": "3.29.1" }, "devDependencies": { "@heroui/system": "workspace:*", "@heroui/theme": "workspace:*", "@heroui/shared-icons": "workspace:*", "@heroui/test-utils": "workspace:*", "clean-package": "2.2.0", "react": "18.3.0", "react-dom": "18.3.0" }, "clean-package": "../../../clean-package.config.json" }