{
  "name": "@ant-design/pro-card",
  "version": "1.20.9",
  "description": "@ant-design/pro-card",
  "keywords": [
    "antd",
    "admin",
    "ant-design",
    "ant-design-pro"
  ],
  "homepage": "https://github.com/ant-design/pro-components/tree/master/packages/card#readme",
  "bugs": "http://github.com/umijs/plugins/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/ant-design/pro-components"
  },
  "license": "MIT",
  "sideEffects": [
    "*.less"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "es",
    "dist"
  ],
  "browserslist": [
    "last 2 versions",
    "Firefox ESR",
    "> 1%",
    "ie >= 11"
  ],
  "dependencies": {
    "@ant-design/icons": "^4.2.1",
    "@ant-design/pro-utils": "1.42.1",
    "@babel/runtime": "^7.18.0",
    "classnames": "^2.2.6",
    "omit.js": "^2.0.2",
    "rc-util": "^5.4.0"
  },
  "devDependencies": {
    "rc-resize-observer": "^0.2.3"
  },
  "peerDependencies": {
    "antd": ">=4.20.0",
    "react": ">=16.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "rdmclin2 <rdmclin2@gmail.com> (https://github.com/rdmclin2)",
    "chenshuai2144 <qixian.cs@outlook.com> (https://github.com/chenshuai2144)"
  ]
}
