{
  "name": "@hitachivantara/uikit-react-core",
  "version": "6.9.1",
  "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"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run build"
  },
  "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.6",
    "@hitachivantara/uikit-react-utils": "^6.2.4",
    "@hitachivantara/uikit-styles": "^6.1.2",
    "@internationalized/date": "^3.2.0",
    "@mui/base": "7.0.0-beta.4",
    "@popperjs/core": "^2.11.8",
    "@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-aria": "^3.48.0",
    "react-popper": "^2.3.0",
    "react-resize-detector": "^12.3.0",
    "react-stately": "^3.46.0",
    "react-table": "^7.8.0",
    "react-window": "^1.8.10"
  },
  "devDependencies": {
    "@types/react": "^18.2.43",
    "@types/react-dom": "^18.2.17",
    "@types/react-window": "^1.8.8"
  },
  "files": [
    "dist"
  ],
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "@uikit/source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4d8cd01cd9b1786dc00fd9e8edb962b2c80e4b03"
}
