{
  "name": "@vertigis/react-ui",
  "version": "21.7.0",
  "description": "Utilities and React components used in VertiGIS applications.",
  "keywords": [
    "vertigis",
    "react",
    "ui"
  ],
  "license": "MIT",
  "files": [
    "**/*.js",
    "**/*.d.ts"
  ],
  "type": "module",
  "sideEffects": false,
  "dependencies": {
    "@mui/icons-material": "^7.2.0",
    "@mui/material": "^7.2.0",
    "@mui/x-data-grid-pro": "^8.28.0",
    "@mui/x-date-pickers-pro": "^8.27.2",
    "@mui/x-license": "^8.26.0",
    "@mui/x-tree-view": "^8.27.2",
    "autosuggest-highlight": "^3.3.4",
    "clsx": "^2.1.0",
    "color": "^4.2.3",
    "lodash.escape": "^4.0.1",
    "marked": "^12.0.1",
    "react-color": "^2.19.3",
    "react-markdown": "^10.1.0",
    "rehype-raw": "^7.0.0",
    "rehype-sanitize": "^6.0.0",
    "tslib": "^2.6.2",
    "xss": "^1.0.15"
  },
  "devDependencies": {
    "@esri/arcgis-html-sanitizer": "^4.0.3",
    "@types/autosuggest-highlight": "^3.2.3",
    "@types/color": "^3.0.6",
    "@types/lodash.escape": "^4.0.9",
    "@types/react": "^18.3.12",
    "@types/react-color": "^3.0.12",
    "@vertigis/icons": "^6.12.0"
  },
  "peerDependencies": {
    "@emotion/react": "*",
    "@emotion/styled": "*",
    "@esri/arcgis-html-sanitizer": "^4.0.3",
    "@mui/system": "*",
    "react": ">= 18 < 20",
    "react-dom": ">= 18 < 20"
  }
}