{
  "name": "@evolu/react",
  "version": "8.2.2",
  "description": "Evolu for React",
  "keywords": [
    "evolu",
    "react",
    "react-hooks"
  ],
  "author": "Daniel Steigerwald <daniel@steigerwald.cz>",
  "license": "MIT",
  "repository": "evoluhq/evolu",
  "bugs": {
    "url": "https://github.com/evoluhq/evolu/issues"
  },
  "homepage": "https://evolu.dev",
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "browser": "./dist/index.js"
    }
  },
  "files": [
    "dist/**",
    "src/**",
    "README.md"
  ],
  "devDependencies": {
    "@types/react-dom": "~18.3.0",
    "eslint": "^8.57.0",
    "react-dom": "^18.3.1",
    "typescript": "^5.4.5",
    "vitest": "^2.0.0",
    "@evolu/common": "5.4.8",
    "@evolu/common-react": "8.1.2",
    "@evolu/common-web": "8.2.4",
    "@evolu/tsconfig": "0.0.2",
    "eslint-config-evolu": "1.0.0"
  },
  "peerDependencies": {
    "@evolu/common": "^5.4.8",
    "@evolu/common-react": "^8.1.2",
    "@evolu/common-web": "^8.2.4",
    "react-dom": "^18.2.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "sideEffects": [],
  "scripts": {
    "dev": "tsc --watch",
    "build": "rm -rf dist && tsc",
    "lint": "eslint src --ext .ts,.tsx",
    "clean": "rm -rf .turbo node_modules dist",
    "format": "prettier --write \"src/*.{ts,tsx,md}\""
  }
}