{
  "name": "antd-mobile",
  "version": "5.42.3",
  "homepage": "https://github.com/ant-design/ant-design-mobile#readme",
  "bugs": {
    "url": "https://github.com/ant-design/ant-design-mobile/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ant-design/ant-design-mobile.git",
    "branch": "master",
    "platform": "github"
  },
  "license": "MIT",
  "sideEffects": [
    "**/*.css",
    "**/*.less",
    "./es/index.js",
    "./src/index.ts",
    "./es/global/index.js",
    "./src/global/index.ts"
  ],
  "main": "./cjs/index.js",
  "unpkg": "./umd/antd-mobile.js",
  "module": "./es/index.js",
  "types": "./es/index.d.ts",
  "typings": "./es/index.d.ts",
  "lint-staged": {
    "*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}": "eslint --fix",
    "*.{cjs,css,cts,html,js,json,jsx,less,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}": "prettier --write",
    "*.{css,less,scss}": "stylelint --fix"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.4.2",
    "@rc-component/mini-decimal": "^1.1.0",
    "@react-spring/web": "~9.6.1",
    "@use-gesture/react": "10.3.0",
    "ahooks": "^3.7.6",
    "antd-mobile-icons": "^0.3.0",
    "antd-mobile-v5-count": "^1.0.1",
    "classnames": "^2.3.2",
    "dayjs": "^1.11.7",
    "deepmerge": "^4.3.1",
    "nano-memoize": "^3.0.16",
    "rc-field-form": "^1.34.2",
    "rc-segmented": "~2.4.1",
    "rc-util": "^5.44.4",
    "react-fast-compare": "^3.2.2",
    "react-is": "^18.2.0",
    "runes2": "^1.1.2",
    "staged-components": "^1.1.3",
    "tslib": "^2.5.0",
    "use-sync-external-store": "^1.2.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "GravityCDN": "./umd/antd-mobile.js",
  "size-limit": [
    {
      "path": "./lib/bundle/antd-mobile.es.js",
      "limit": "200 kB"
    }
  ]
}