{
  "name": "@hyvor/hyvor-talk-react",
  "description": "Hyvor Talk React Component",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/hyvor/hyvor-talk-libraries"
  },
  "private": false,
  "version": "1.0.2",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "dts": "tsc --project tsconfig.dts.json",
    "package": "npm run build && npm run dts",
    "ts-validate": "tsc --project tsconfig.dts.json --noEmit --emitDeclarationOnly false",
    "test": "vitest run"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.0.1",
    "@types/react": "^18.3.5",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "@vitejs/plugin-react": "^4.3.1",
    "eslint": "^8.57.0",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-refresh": "^0.3.5",
    "jsdom": "^25.0.0",
    "typescript": "^5.5.4",
    "vite": "^4.5.3",
    "vitest": "^2.0.5",
    "react-dom": "^18.3.1"
  },
  "main": "./dist/hyvor-talk-react.umd.cjs",
  "module": "./dist/hyvor-talk-react.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@hyvor/hyvor-talk-base": "^1.0.1"
  }
}
