{
  "name": "@cgi-learning-hub/icons",
  "version": "1.7.0",
  "private": false,
  "author": "CGI Learning-hub Team",
  "description": "@cgi-learning-hub/icons is an open-source React component library icons specific that implements icons for HUB's features",
  "keywords": [
    "cgi-learning-hub",
    "react",
    "react-component",
    "hub",
    "hub-ui"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/CGI-OPEN-ENT-NG/hub-ui.git",
    "directory": "packages/icons"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js"
    }
  },
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/react": "19.1.8",
    "@types/react-dom": "19.1.6"
  },
  "peerDependencies": {
    "@emotion/react": "^11",
    "@emotion/styled": "^11",
    "@mui/material": "^7",
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "build:watch": "vite build --watch"
  }
}