{
  "name": "@alitajs/antd-plus",
  "version": "2.5.0",
  "license": "MIT",
  "description": "基于 ant-design 封装的偏业务组件",
  "keywords": [
    "react",
    "ant-design",
    "components",
    "antd-plus"
  ],
  "files": [
    "es",
    "lib"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "homepage": "https://github.com/alitajs/ant-design-plus",
  "bugs": {
    "url": "https://github.com/alitajs/ant-design-plus/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alitajs/ant-design-plus"
  },
  "scripts": {
    "start": "dumi dev",
    "site": "dumi build",
    "build": "npm run entry && father-build",
    "entry": "walrus entry",
    "prettier": "walrus prettier",
    "lint:commit": "walrus commitlint --env HUSKY_GIT_PARAMS",
    "release": "walrus release"
  },
  "peerDependencies": {
    "antd": ">=4.0.0",
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "dependencies": {
    "@ant-design/icons": "^4.2.2",
    "@pansy/hooks": "^2.2.0",
    "@pansy/policy": "^0.5.0",
    "@pansy/react-fullscreen": "1.3.0",
    "@pansy/react-watermark": "2.1.0",
    "classnames": "^2.2.6",
    "lodash": "^4.17.20",
    "resize-observer-polyfill": "^1.5.1"
  },
  "devDependencies": {
    "@alitajs/umi-plugin-locale-plus": "^0.12.0",
    "@types/classnames": "^2.2.11",
    "@types/lodash": "^4.14.165",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@walrus/cli": "^1.3.4",
    "@walrus/plugin-entry": "^0.2.0",
    "@walrus/plugin-release": "^1.9.1",
    "@walrus/preset-lint": "^1.1.7",
    "antd": "^4.9.1",
    "babel-plugin-import": "^1.13.3",
    "del": "^6.0.0",
    "dumi": "^1.0.37",
    "father-build": "^1.19.1",
    "husky": "4.3.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "typescript": "^4.1.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn prettier",
      "commit-msg": "yarn lint:commit"
    }
  },
  "browserslist": [
    "last 2 version",
    "Firefox ESR",
    "> 1%",
    "ie >= 9"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=10.9.0",
    "yarn": ">=1.3.2"
  }
}
