{
  "name": "antd-pro-crud",
  "version": "0.0.90",
  "description": "基于 Ant Design Pro Components 的 CRUD 组件库，支持 PC/H5 双端适配",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    },
    "./Card": {
      "types": "./dist/Card/index.d.ts",
      "import": "./dist/Card/index.js",
      "require": "./dist/Card/index.js"
    },
    "./Modal": {
      "types": "./dist/Modal/index.d.ts",
      "import": "./dist/Modal/index.js",
      "require": "./dist/Modal/index.js"
    },
    "./Portal": {
      "types": "./dist/Portal/index.d.ts",
      "import": "./dist/Portal/index.js",
      "require": "./dist/Portal/index.js"
    },
    "./ProTable": {
      "types": "./dist/ProTable/index.d.ts",
      "import": "./dist/ProTable/index.js",
      "require": "./dist/ProTable/index.js"
    },
    "./SliceUpload": {
      "types": "./dist/SliceUpload/index.d.ts",
      "import": "./dist/SliceUpload/index.js",
      "require": "./dist/SliceUpload/index.js"
    },
    "./Text": {
      "types": "./dist/Text/index.d.ts",
      "import": "./dist/Text/index.js",
      "require": "./dist/Text/index.js"
    },
    "./withRequest": {
      "types": "./dist/withRequest/index.d.ts",
      "import": "./dist/withRequest/index.js",
      "require": "./dist/withRequest/index.js"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "Card": [
        "dist/Card"
      ],
      "Modal": [
        "dist/Modal"
      ],
      "Portal": [
        "dist/Portal"
      ],
      "ProTable": [
        "dist/ProTable"
      ],
      "SliceUpload": [
        "dist/SliceUpload"
      ],
      "Text": [
        "dist/Text"
      ],
      "withRequest": [
        "dist/withRequest"
      ]
    }
  },
  "files": [
    "dist",
    "!dist/**/demo",
    "!dist/**/demo/**",
    "README.md"
  ],
  "scripts": {
    "build": "father build",
    "build:watch": "father dev",
    "doctor": "father doctor",
    "lint": "npm run lint:es && npm run lint:css",
    "lint:css": "stylelint \"src/**/*.{css,less}\"",
    "lint:es": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
    "prepublishOnly": "npm run doctor && npm run build"
  },
  "dependencies": {
    "ahooks": "^3.7.7",
    "axios": "^1.8.4",
    "classnames": "^2.3.2",
    "dayjs": "^1.11.7",
    "eventemitter3": "^5.0.1",
    "file-saver": "^2.0.5",
    "lodash": "^4.17.21",
    "mockjs": "^1.1.0",
    "rc-util": "^5.0.0",
    "spark-md5": "^3.0.2"
  },
  "devDependencies": {
    "@ant-design/icons": "^5.0.0",
    "@ant-design/pro-components": "^2.0.0",
    "@types/file-saver": "^2.0.5",
    "@types/lodash": "^4.14.194",
    "@types/mockjs": "^1.0.7",
    "@types/react": "^18.2.6",
    "@types/react-dom": "^18.2.4",
    "@types/spark-md5": "^3.0.5",
    "antd": "^5.0.0",
    "antd-mobile": "^5.42.3",
    "antd-mobile-icons": "^0.3.0",
    "eslint": "^8.23.0",
    "father": "^4.1.0",
    "less": "^4.1.3",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "stylelint": "^14.9.1",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "@ant-design/icons": "^5.0.0",
    "@ant-design/pro-components": "^2.0.0",
    "antd": "^5.0.0",
    "antd-mobile": "^5.0.0",
    "antd-mobile-icons": "^0.3.0",
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "peerDependenciesMeta": {
    "antd-mobile": {
      "optional": true
    },
    "antd-mobile-icons": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "crud",
    "antd",
    "ant-design",
    "antd-mobile",
    "pro-components",
    "react",
    "h5",
    "mobile"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaopingyi/antd-pro-crud.git"
  },
  "homepage": "https://github.com/xiaopingyi/antd-pro-crud#readme",
  "bugs": {
    "url": "https://github.com/xiaopingyi/antd-pro-crud/issues"
  },
  "authors": []
}
