{
  "name": "@gentledepp/docusaurus-search-local",
  "version": "1.2.1",
  "description": "Fixed version of offline search for Docusaurus that does not use TSLIB to import cheerio compatible with @cmfcmf/docusaurus-search-local 1.2.0",
  "keywords": [
    "docusaurus",
    "search",
    "plugin",
    "offline",
    "local"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cmfcmf/docusaurus-search-local.git"
  },
  "main": "lib/server/index.js",
  "files": [
    "/src",
    "/codeTranslations",
    "/lib",
    "/LICENSE",
    "/CHANGELOG.md",
    "/README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Christian Flach",
  "dependencies": {
    "@algolia/autocomplete-js": "^1.8.2",
    "@algolia/autocomplete-theme-classic": "^1.8.2",
    "@algolia/client-search": "^4.12.0",
    "algoliasearch": "^4.12.0",
    "cheerio": "^1.0.0-rc.9",
    "clsx": "^1.1.1",
    "lunr-languages": "^1.4.0",
    "mark.js": "^8.11.1",
    "tslib": "^2.6.3"
  },
  "peerDependencies": {
    "@docusaurus/core": "^2.0.0",
    "nodejieba": "^2.5.0"
  },
  "peerDependenciesMeta": {
    "nodejieba": {
      "optional": true
    }
  },
  "devDependencies": {
    "@babel/cli": "^7.16.8",
    "@babel/core": "^7.21.0",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.21.0",
    "@docusaurus/module-type-aliases": "^2.4.3",
    "@docusaurus/plugin-content-blog": "^2.4.3",
    "@docusaurus/plugin-content-docs": "^2.4.3",
    "@docusaurus/plugin-content-pages": "^2.4.3",
    "@docusaurus/theme-classic": "^2.4.3",
    "@docusaurus/theme-common": "^2.4.3",
    "@docusaurus/types": "^2.4.3",
    "@docusaurus/utils-validation": "^2.4.3",
    "@playwright/test": "^1.31.1",
    "@types/jest": "^29.4.0",
    "@types/lodash": "^4.14.178",
    "@types/lunr": "^2.3.3",
    "@types/mark.js": "^8.11.7",
    "@types/prismjs": "^1.16.6",
    "@types/react": "^17",
    "@types/react-dom": "^17",
    "@types/react-helmet": "^6.1.5",
    "@types/react-loadable": "^5.5.5",
    "@types/react-router-config": "^5.0.6",
    "@types/react-router-dom": "^5.3.3",
    "@types/rtlcss": "^3.1.2",
    "babel-jest": "^29.4.3",
    "concurrently": "^7.0.0",
    "copyfiles": "^2.4.1",
    "jest": "^29.4.3",
    "nodejieba": "^2.5.0",
    "nodemon": "^2.0.15",
    "playwright": "^1.31.1",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "typescript": "^4.9.4"
  },
  "scripts": {
    "build:client": "tsc --project tsconfig.client.json && copyfiles --up 1 src/client/**/*.css lib",
    "build:server": "tsc --project tsconfig.server.json && copyfiles --up 1 src/lunr.js src/server/lunr-generator.js lib",
    "dev": "concurrently --names client,server --prefix-colors blue,green npm:dev:client npm:dev:server",
    "dev:client": "concurrently --names tsc,cp npm:dev:client:tsc npm:dev:client:cp",
    "dev:client:tsc": "tsc --project tsconfig.client.json --watch",
    "dev:client:cp": "nodemon --watch src/client --ext css --exec \"copyfiles --up 1 src/client/**/*.css lib && touch lib/client/theme/SearchBar/index.js\" ",
    "dev:server": "tsc --project tsconfig.server.json --watch",
    "test": "jest src",
    "test:e2e": "playwright test e2e-tests"
  },
  "directories": {
    "lib": "lib"
  },
  "bugs": {
    "url": "https://github.com/cmfcmf/docusaurus-search-local/issues"
  },
  "homepage": "https://github.com/cmfcmf/docusaurus-search-local#readme"
}
