{
  "name": "@hitachivantara/uikit-react-core",
  "version": "6.8.0",
  "type": "module",
  "private": false,
  "author": "Hitachi Vantara UI Kit Team",
  "description": "UI Kit Core React components.",
  "homepage": "https://github.com/pentaho/hv-uikit-react",
  "sideEffects": false,
  "keywords": [
    "hitachi-vantara",
    "design-system",
    "ui-kit",
    "react",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pentaho/hv-uikit-react.git",
    "directory": "packages/core"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/pentaho/hv-uikit-react/issues"
  },
  "peerDependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/material": "^7.0.2",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "dependencies": {
    "@emotion/cache": "^11.11.0",
    "@emotion/serialize": "^1.1.2",
    "@hitachivantara/uikit-react-shared": "^6.0.4",
    "@hitachivantara/uikit-react-utils": "^6.2.2",
    "@hitachivantara/uikit-styles": "^6.1.0",
    "@internationalized/date": "^3.2.0",
    "@mui/base": "7.0.0-beta.4",
    "@popperjs/core": "^2.11.8",
    "@react-aria/datepicker": "^3.9.0",
    "@react-stately/datepicker": "^3.9.0",
    "@types/react-table": "^7.7.18",
    "@uiw/react-color-hue": "^2.9.2",
    "@uiw/react-color-saturation": "^2.9.2",
    "clsx": "^2.0.0",
    "embla-carousel-react": "^8.1.3",
    "notistack": "^3.0.2",
    "rc-slider": "^10.5.0",
    "rc-tooltip": "~6.3.0",
    "react-popper": "^2.3.0",
    "react-resize-detector": "^12.3.0",
    "react-table": "^7.8.0",
    "react-window": "^1.8.10"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "directory": "package"
  },
  "gitHead": "f79885f320f5cdf5b438ef8b2e866965c9626ce7",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "types": "dist/index.d.ts",
  "module": "dist/index.js"
}
