{
  "name": "@wellesley/search",
  "version": "1.0.1",
  "license": "UNLICENSED",
  "main": "index.mjs",
  "files": [
    "*",
    "!.*",
    "!*.map"
  ],
  "module": "index.ts",
  "scripts": {
    "clear": "rm -rf web",
    "build:test": "export DOMAIN_ENV=test && npm run build",
    "build": "tsc && vite build",
    "deploy": "sh ../scripts/package.publish.sh",
    "update:version": "sh ../scripts/package.version.sh",
    "test": "jest --colors --passWithNoTests --verbose",
    "lint": "eslint --ext .js,.ts,.tsx ."
  },
  "devDependencies": {
    "eslint-config": "*",
    "jest-config": "*",
    "prettier-config": "*",
    "tsconfig": "*"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^2.1.0",
    "lucide-react": "^0.320.0",
    "react": "^18.2.0",
    "react-hook-form": "^7.49.3",
    "react-redux": "^9.1.0",
    "react-toastify": "^10.0.4",
    "zod": "^3.22.4",
    "hooks": "^1.0.0",
    "helpers": "^1.0.0",
    "@wellesley/openapi": "^1.0.0",
    "@wellesley/store": "^1.0.0",
    "@wellesley/ui": "^1.0.0"
  }
}
