{
  "name": "antd-mobile",
  "version": "5.9.4",
  "dependencies": {
    "@floating-ui/dom": "^0.4.2",
    "@react-spring/web": "^9.4.4",
    "@types/resize-observer-browser": "^0.1.7",
    "@use-gesture/react": "^10.2.10",
    "ahooks": "^3.1.14",
    "antd-mobile-icons": "^0.2.2",
    "antd-mobile-v5-count": "^1.0.1",
    "classnames": "^2.3.1",
    "dayjs": "^1.11.0",
    "lodash": "^4.17.21",
    "rc-field-form": "^1.24.0",
    "staged-components": "^1.1.2",
    "tslib": "^2.3.1"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0"
  },
  "main": "./cjs/index.js",
  "module": "./es/index.js",
  "types": "./es/index.d.ts",
  "typings": "./es/index.d.ts",
  "unpkg": "./umd/antd-mobile.js",
  "GravityCDN": "./umd/antd-mobile.js",
  "sideEffects": [
    "**/*.css",
    "**/*.less",
    "./es/index.js",
    "./src/index.ts",
    "./es/global/index.js",
    "./src/global/index.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ant-design/ant-design-mobile.git",
    "branch": "master",
    "platform": "github"
  },
  "packageManager": "yarn@3.2.0"
}