github-actions[bot] 1a033fe6f8
ci(changesets): version packages (#2825)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-04-24 17:04:22 -03:00

71 lines
2.1 KiB
JSON

{
"name": "@nextui-org/date-picker",
"version": "2.0.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.0.0",
"@nextui-org/theme": ">=2.0.0",
"react": ">=18",
"react-dom": ">=18"
},
"dependencies": {
"@nextui-org/react-utils": "workspace:*",
"@nextui-org/shared-utils": "workspace:*",
"@nextui-org/popover": "workspace:*",
"@nextui-org/calendar": "workspace:*",
"@nextui-org/button": "workspace:*",
"@nextui-org/date-input": "workspace:*",
"@nextui-org/shared-icons": "workspace:*",
"@react-stately/overlays": "^3.6.3",
"@react-stately/utils": "^3.8.0",
"@internationalized/date": "^3.5.2",
"@react-aria/datepicker": "^3.9.3",
"@react-aria/i18n": "^3.8.4",
"@react-stately/datepicker": "^3.9.2",
"@react-types/datepicker": "^3.7.2",
"@react-types/shared": "3.21.0",
"@react-aria/utils": "^3.21.1"
},
"devDependencies": {
"@nextui-org/system": "workspace:*",
"@nextui-org/theme": "workspace:*",
"@nextui-org/radio": "workspace:*",
"@nextui-org/test-utils": "workspace:*",
"clean-package": "2.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"clean-package": "../../../clean-package.config.json"
}