{
  "name": "col-browser",
  "version": "1.7.3",
  "description": "Catalogue of Life browse and search React components",
  "main": "umd/col-browser.js",
  "module": "es/index.js",
  "files": [
    "es",
    "umd"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "build:umd": "vite build --config vite.config.umd.js && node scripts/minify.js",
    "build:all": "npm run build && npm run build:umd",
    "prepublishOnly": "npm run build:all",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest"
  },
  "dependencies": {
    "antd": "4.6.1",
    "axios": "^0.21.2",
    "btoa": "^1.2.1",
    "dataloader": "^1.4.0",
    "dompurify": "^2.2.7",
    "highcharts": "^9.1.2",
    "highcharts-react-official": "^3.0.0",
    "history": "^4.7.2",
    "linkify-html": "^3.0.5",
    "linkifyjs": "^3.0.5",
    "lodash": ">=4.17.21",
    "marked": "^2.0.3",
    "query-string": "~5.1.1",
    "react-highlight-words": "^0.16.0",
    "react-jss": "^10.0.3",
    "react-router-dom": "^5.2.0"
  },
  "peerDependencies": {
    "react": "16.x"
  },
  "devDependencies": {
    "jsdom": "^28.1.0",
    "less": "^4.2.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "terser": "^5.31.0",
    "vite": "^6.0.0",
    "vitest": "^3.0.0"
  },
  "author": "",
  "homepage": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/CatalogueOfLife/portal-components.git"
  },
  "keywords": [
    "react-component",
    "taxonomy",
    "catalogue of life"
  ]
}
