2025-12-04 15:17:54 +00:00

72 lines
2.1 KiB
JSON

{
"name": "@heroui/date-picker",
"version": "2.3.29",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [
"date-picker"
],
"author": "HeroUI <support@heroui.com>",
"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-picker"
},
"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.18",
"@heroui/theme": ">=2.4.17",
"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": {
"@internationalized/date": "3.10.0",
"@heroui/aria-utils": "workspace:*",
"@heroui/button": "workspace:*",
"@heroui/calendar": "workspace:*",
"@heroui/date-input": "workspace:*",
"@heroui/form": "workspace:*",
"@heroui/popover": "workspace:*",
"@heroui/react-utils": "workspace:*",
"@heroui/shared-icons": "workspace:*",
"@heroui/shared-utils": "workspace:*",
"@react-aria/datepicker": "3.15.2",
"@react-aria/i18n": "3.12.13",
"@react-stately/datepicker": "3.15.2",
"@react-stately/utils": "3.10.8",
"@react-types/datepicker": "3.13.2",
"@react-types/shared": "3.32.1"
},
"devDependencies": {
"@heroui/radio": "workspace:*",
"@heroui/system": "workspace:*",
"@heroui/test-utils": "workspace:*",
"@heroui/theme": "workspace:*",
"framer-motion": "11.18.2",
"clean-package": "2.2.0",
"react": "18.3.0",
"react-dom": "18.3.0"
},
"clean-package": "../../../clean-package.config.json"
}