{
  "name": "@ant-design/v5-patch-for-react-19",
  "version": "1.0.3",
  "description": "Patch for antd v5 to support React 19",
  "keywords": [
    "antd",
    "react"
  ],
  "homepage": "https://github.com/ant-design/v5-patch-for-react-19",
  "bugs": {
    "url": "https://github.com/ant-design/v5-patch-for-react-19/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ant-design/v5-patch-for-react-19.git"
  },
  "license": "MIT",
  "author": "",
  "main": "./lib/index",
  "module": "./es/index",
  "files": [
    "es",
    "lib"
  ],
  "scripts": {
    "build": "dumi build",
    "compile": "father build",
    "coverage": "rc-test --coverage",
    "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "start": "dumi dev",
    "test": "rc-test"
  },
  "dependencies": {},
  "devDependencies": {
    "@rc-component/father-plugin": "^1.0.0",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^16.1.0",
    "@types/classnames": "^2.2.10",
    "@types/jest": "^26.0.15",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "antd": "^5.22.6",
    "cross-env": "^7.0.1",
    "dumi": "^2.1.0",
    "eslint": "^8.51.0",
    "father": "^4.0.0",
    "np": "^6.2.0",
    "rc-test": "^7.0.13",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "regenerator-runtime": "^0.13.7",
    "typescript": "^4.0.0"
  },
  "peerDependencies": {
    "antd": ">=5.22.6",
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  },
  "engines": {
    "node": ">=12.x"
  }
}
