{
  "name": "@synerise/ds-date-picker",
  "version": "1.4.5",
  "description": "DatePicker UI Component for the Synerise Design System",
  "license": "ISC",
  "repository": "Synerise/synerise-design",
  "main": "dist/index.js",
  "files": [
    "/dist",
    "CHANGELOG.md",
    "README.md",
    "package.json",
    "LICENSE.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build",
    "build:watch": "vite build --watch",
    "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
    "prepublish": "pnpm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "types": "tsc --noEmit",
    "check:circular-dependencies": "madge --circular --extensions ts,tsx,js,jsx --ts-config tsconfig.json src/ --exclude '/dist/'",
    "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
  },
  "sideEffects": [
    "dist/style/*",
    "*.less"
  ],
  "types": "dist/index.d.ts",
  "dependencies": {
    "@date-fns/upgrade": "^1.0.3",
    "@synerise/ds-button": "^1.5.20",
    "@synerise/ds-dropdown": "^1.3.5",
    "@synerise/ds-icon": "^1.15.3",
    "@synerise/ds-input": "^1.7.0",
    "@synerise/ds-time-picker": "^1.2.27",
    "@synerise/ds-tooltip": "^1.4.12",
    "@synerise/ds-typography": "^1.1.15",
    "@synerise/ds-utils": "^1.8.0",
    "classnames": "^2.5.1",
    "date-fns": "2.16.1",
    "lodash.range": "^3.2.0",
    "react-day-picker": "^7.4.8",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/lodash.range": "^3.2.9",
    "vitest": "4"
  },
  "peerDependencies": {
    "@synerise/ds-core": "*",
    "antd": "4.24.16",
    "react": ">=16.9.0 <= 18.3.1",
    "react-intl": ">=3.12.0 <= 6.8",
    "styled-components": "^5.3.3"
  },
  "gitHead": "f5437b2141f3dbad7319626fe5812bbb3488191a"
}
