{
  "name": "@hitachivantara/uikit-react-icons",
  "version": "6.0.8",
  "type": "module",
  "private": false,
  "author": "UI Kit Team",
  "description": "NEXT Design System icons packaged as a set of 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/icons"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/pentaho/hv-uikit-react/issues"
  },
  "scripts": {
    "optimize": "svgo -r -f assets assets",
    "convert": "node scripts/svgToReact.ts && node scripts/svgToSprite.ts",
    "prebuild": "npm run clean && npm run convert",
    "build": "vite build",
    "clean": "rimraf dist sprites",
    "prepare": "npm run convert",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "dependencies": {
    "@hitachivantara/uikit-styles": "^6.2.1"
  },
  "devDependencies": {
    "@svgr/core": "^8.1.0",
    "@svgr/plugin-jsx": "^8.1.0",
    "@types/react": "^18.2.43",
    "@types/react-dom": "^18.2.17",
    "@types/recursive-readdir": "^2.2.4",
    "recursive-readdir": "^2.2.3",
    "svgo": "^3.1.0",
    "vite-plugin-static-copy": "^4.1.0"
  },
  "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"
}
