{
  "name": "@chainlink/cl-search-frontend",
  "private": false,
  "version": "0.13.1",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./dist/webflow-import.js": "./dist/webflow-index.mjs",
    "./dist/index.css": "./dist/index.css"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build && npm run build:types",
    "build:webflow": "vite build --config vite.webflow.config.js",
    "build:watch": "nodemon --watch src --ext '*' --exec 'npm run build'",
    "build:types": "tsc -p tsconfig.app.json",
    "format": "prettier --write .",
    "lint": "eslint . && prettier --check . && tsc --noEmit",
    "preview": "vite preview",
    "prepublishOnly": "npm run build && npm run build:webflow"
  },
  "peerDependencies": {
    "react": ">=19.2.3",
    "react-dom": ">=19.2.3"
  },
  "devDependencies": {
    "@eslint/js": "^9.15.0",
    "@types/react": "^19.2.9",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react-swc": "^4.2.2",
    "eslint": "^9.39.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.4.26",
    "globals": "^15.12.0",
    "nodemon": "^3.1.11",
    "prettier": "^3.8.0",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "typescript": "~5.9.3",
    "typescript-eslint": "^8.53.1",
    "vite": "^7.3.1"
  },
  "dependencies": {
    "@algolia/client-search": "^5.17.1",
    "dompurify": "^3.2.6",
    "hast-util-sanitize": "^5.0.2",
    "react-markdown": "^10.1.0",
    "rehype-prism-plus": "^2.0.0",
    "rehype-sanitize": "^6.0.0",
    "remark-gfm": "^4.0.1"
  }
}
