{
  "name": "@rsbuild/plugin-react",
  "version": "1.4.1",
  "description": "React plugin for Rsbuild",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/rsbuild",
    "directory": "packages/plugin-react"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@rspack/plugin-react-refresh": "^1.5.1",
    "react-refresh": "^0.17.0"
  },
  "devDependencies": {
    "@rslib/core": "0.14.0",
    "@types/node": "^22.18.6",
    "typescript": "^5.9.2",
    "@rsbuild/core": "1.5.12",
    "@scripts/test-helper": "1.0.1"
  },
  "peerDependencies": {
    "@rsbuild/core": "1.x"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build -w",
    "bump": "pnpx bumpp --no-tag"
  }
}