{
  "name": "@nextui-org/date-picker",
  "version": "2.3.9",
  "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": "dist/index.js",
  "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"
  },
  "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",
    "@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",
    "@nextui-org/aria-utils": "2.2.7",
    "@nextui-org/button": "2.2.9",
    "@nextui-org/calendar": "2.2.9",
    "@nextui-org/date-input": "2.3.8",
    "@nextui-org/form": "2.1.8",
    "@nextui-org/popover": "2.3.9",
    "@nextui-org/react-utils": "2.1.3",
    "@nextui-org/shared-icons": "2.1.1",
    "@nextui-org/shared-utils": "2.1.2"
  },
  "clean-package": "../../../clean-package.config.json",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsup src --dts",
    "build:fast": "tsup src",
    "dev": "pnpm build:fast --watch",
    "clean": "rimraf dist .turbo",
    "typecheck": "tsc --noEmit"
  }
}