{
  "name": "@hitachivantara/uikit-react-lab",
  "version": "6.1.13",
  "type": "module",
  "private": false,
  "author": "UI Kit Team",
  "description": "Contributed React components to UI Kit by the community.",
  "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/lab"
  },
  "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": {
    "@dnd-kit/core": "^6.1.0",
    "@dnd-kit/modifiers": "^6.0.1",
    "@emotion/css": "^11.11.0",
    "@hitachivantara/uikit-react-core": "^6.10.0",
    "@hitachivantara/uikit-react-icons": "^6.0.8",
    "@hitachivantara/uikit-react-utils": "^6.2.6",
    "@hitachivantara/uikit-styles": "^6.2.1",
    "@types/react-grid-layout": "^1.3.5",
    "react-grid-layout": "^1.4.4",
    "reactflow": "^11.10.1",
    "uid": "^2.0.2",
    "usehooks-ts": "^2.16.0",
    "zustand": "^4.5.2"
  },
  "devDependencies": {
    "@types/react": "^18.2.43",
    "@types/react-dom": "^18.2.17"
  },
  "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": "84643326d359781e4457c8a882c42c5a6d321744"
}
