{
  "name": "@nzha/local-ui",
  "version": "5.24.6",
  "dependencies": {
    "@floating-ui/dom": "^1.0.0",
    "@react-spring/web": "^9.4.5",
    "@use-gesture/react": "10.2.20",
    "ahooks": "^3.7.0",
    "antd-mobile-icons": "^0.3.0",
    "antd-mobile-v5-count": "^1.0.1",
    "big.js": "^6.2.1",
    "classnames": "^2.3.1",
    "dayjs": "^1.11.4",
    "lodash": "^4.17.21",
    "rc-field-form": "~1.27.0",
    "react-is": "^17.0.2",
    "runes": "^0.4.3",
    "staged-components": "^1.1.3",
    "tslib": "^2.4.0",
    "use-sync-external-store": "^1.1.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "main": "./lib/cjs/index.js",
  "module": "./lib/es/index.js",
  "types": "./lib/es/index.d.ts",
  "typings": "./lib/es/index.d.ts",
  "unpkg": "./lib/umd/antd-mobile.js",
  "GravityCDN": "./lib/umd/antd-mobile.js",
  "sideEffects": [
    "**/*.css",
    "**/*.less",
    "./lib/es/index.js",
    "./src/index.ts",
    "./lib/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"
  }
}