{
  "name": "chair-flight-docsearch-react",
  "description": "A clone of Algolia's React DocSearch, but it accepts any search backend.",
  "version": "3.0.4",
  "license": "MIT",
  "repository": "chair-flight/chair-flight-docsearch-react",
  "author": "pupoSDC",
  "sideEffects": false,
  "files": [
    "dist/",
    "style/",
    "button.js",
    "modal.js"
  ],
  "source": "src/index.ts",
  "types": "dist/esm/index.d.ts",
  "module": "dist/esm/index.js",
  "main": "dist/umd/index.js",
  "umd:main": "dist/umd/index.js",
  "unpkg": "dist/umd/index.js",
  "jsdelivr": "dist/umd/index.js",
  "scripts": {
    "build:clean": "rm -rf ./dist",
    "build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm",
    "build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
    "build:umd": "rollup --config",
    "build": "yarn build:clean && yarn build:umd && yarn build:esm && yarn build:types",
    "on:change": "concurrently \"yarn build:esm\" \"yarn build:types\"",
    "watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/plugin-transform-react-jsx": "^7.17.3",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.2.1",
    "@rollup/plugin-replace": "^4.0.0",
    "@types/jest": "^27.4.1",
    "@types/react": "^18.0.5",
    "@types/react-dom": "^18.0.1",
    "jest": "^27.5.1",
    "prettier": "^2.6.2",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "rollup": "^2.70.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-filesize": "^9.1.2",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@algolia/autocomplete-core": "1.6.2",
    "@docsearch/css": "3.0.0"
  },
  "peerDependencies": {
    "@types/react": ">= 16.8.0 < 18.0.0",
    "react": ">= 16.8.0 < 18.0.0",
    "react-dom": ">= 16.8.0 < 18.0.0"
  }
}
