github-actions[bot] 85893b5440
ci(changesets): version packages (#4323)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-12-10 18:12:33 -03:00

75 lines
2.3 KiB
JSON

{
"name": "@nextui-org/date-picker",
"version": "2.3.7",
"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": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
"license": "MIT",
"main": "src/index.ts",
"sideEffects": false,
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextui-org/nextui.git",
"directory": "packages/components/date-picker"
},
"bugs": {
"url": "https://github.com/nextui-org/nextui/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": {
"@nextui-org/system": ">=2.4.0",
"@nextui-org/theme": ">=2.4.0",
"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.6.0",
"@nextui-org/aria-utils": "workspace:*",
"@nextui-org/button": "workspace:*",
"@nextui-org/calendar": "workspace:*",
"@nextui-org/date-input": "workspace:*",
"@nextui-org/form": "workspace:*",
"@nextui-org/popover": "workspace:*",
"@nextui-org/react-utils": "workspace:*",
"@nextui-org/shared-icons": "workspace:*",
"@nextui-org/shared-utils": "workspace:*",
"@react-aria/datepicker": "3.12.0",
"@react-aria/i18n": "3.12.4",
"@react-aria/utils": "3.26.0",
"@react-stately/datepicker": "3.11.0",
"@react-stately/overlays": "3.6.12",
"@react-stately/utils": "3.10.5",
"@react-types/datepicker": "3.9.0",
"@react-types/shared": "3.26.0"
},
"devDependencies": {
"@nextui-org/radio": "workspace:*",
"@nextui-org/system": "workspace:*",
"@nextui-org/test-utils": "workspace:*",
"@nextui-org/theme": "workspace:*",
"framer-motion": "11.9.0",
"clean-package": "2.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"clean-package": "../../../clean-package.config.json"
}