{
  "name": "@wxt-dev/module-react",
  "description": "WXT module to enable React support",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wxt-dev/wxt.git",
    "directory": "packages/module-react"
  },
  "homepage": "https://github.com/wxt-dev/wxt/blob/main/packages/module-react/README.md",
  "keywords": [
    "wxt",
    "module",
    "react"
  ],
  "author": {
    "name": "Aaron Klinker",
    "email": "aaronklinker1+wxt@gmail.com"
  },
  "license": "MIT",
  "funding": "https://github.com/sponsors/wxt-dev",
  "version": "1.2.2",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vite": "^5.4.19 || ^6.3.4 || ^7.0.0 || ^8.0.0-0",
    "wxt": ">=0.19.16"
  },
  "dependencies": {
    "@vitejs/plugin-react": "^4.4.1 || ^5.0.0 || ^6.0.0"
  },
  "devDependencies": {
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "publint": "^0.3.18",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "typescript": "^5.9.3",
    "vite": "^7.0.0",
    "wxt": "0.20.19"
  },
  "scripts": {
    "dev": "wxt",
    "check": "pnpm build && check",
    "build": "buildc -- tsdown"
  }
}