{
  "name": "@antdp/antdp-ui",
  "version": "2.1.2",
  "description": "基于antd封装的组件",
  "homepage": "https://antdpro.github.io/antdp",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "types": "lib/index.d.ts",
  "repository": "https://github.com/antdpro/antdp/tree/master/packages/antdp-ui",
  "license": "MIT",
  "keywords": [
    "antdp-ui",
    "antdp",
    "antd"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "files": [
    "lib",
    "esm",
    "src"
  ],
  "peerDependencies": {
    "antd": ">=4.3.0",
    "prop-types": ">=15.7.2",
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "dependencies": {
    "@ant-design/icons": "~5.3.5",
    "@antdp/authorized": "2.1.2",
    "@babel/runtime": "~7.20.1",
    "classnames": "2.3.2",
    "immutability-helper": "^3.1.1",
    "react-dnd": "^16.0.1",
    "react-dnd-html5-backend": "^16.0.1"
  },
  "devDependencies": {
    "@types/classnames": "2.3.1",
    "@types/react": "~18.2.0",
    "@types/react-dom": "~18.2.0",
    "antd": "5.6.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
