{
  "name": "@risadams/docusaurus-lunr-search",
  "version": "3.6.0",
  "description": "Offline search component for Docusaurus V3",
  "main": "src/index.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "test": "mocha '**/__tests__/**/*.spec.js'"
  },
  "homepage": "https://github.com/lelouch77/docusaurus-lunr-search/blob/master/README.md",
  "repository": {
    "url": "https://github.com/lelouch77/docusaurus-lunr-search/"
  },
  "author": {
    "name": "Praveen N",
    "url": "https://github.com/lelouch77"
  },
  "contributors": [
    {
      "name": "Pieter C",
      "url": "https://github.com/pcallewaert"
    },
    {
      "name": "ZachJW34",
      "url": "https://github.com/ZachJW34"
    },
    {
      "name": "Andrei Rublev",
      "url": "https://github.com/anru"
    },
    {
      "name": "Ris Adams",
      "url": "https://github.com/risadams"
    }
  ],
  "keywords": [
    "docusaurus",
    "lunr",
    "offline-search",
    "documentation"
  ],
  "license": "MIT",
  "dependencies": {
    "autocomplete.js": "^0.37.1",
    "clsx": "^2.1.1",
    "gauge": "^3.0.2",
    "hast-util-select": "^4.0.2",
    "hast-util-to-text": "^2.0.1",
    "hogan.js": "^3.0.2",
    "lunr": "^2.3.9",
    "lunr-languages": "^1.4.0",
    "mark.js": "^8.11.1",
    "minimatch": "^3.1.2",
    "rehype-parse": "^7.0.1",
    "to-vfile": "^6.1.0",
    "unified": "^9.2.2",
    "unist-util-is": "^4.1.0"
  },
  "devDependencies": {
    "mocha": "^8.4.0"
  },
  "peerDependencies": {
    "@docusaurus/core": "^2.0.0-alpha.60 || ^2.0.0 || ^3.0.0",
    "react": "^16.8.4 || ^17 || ^18 || ^19",
    "react-dom": "^16.8.4 || ^17 || ^18 || ^19"
  },
  "engines": {
    "node": ">= 8.10.0"
  }
}
