{
  "name": "@zbanx/mobile-basic",
  "version": "2.0.0-alpha.0",
  "description": "基于antd-mobile v5的组件",
  "author": "Wang Yi <1721436982@qq.com>",
  "homepage": "",
  "license": "ISC",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "es",
    "dist"
  ],
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.0",
    "@zbanx/mobile-hooks": "^2.0.0-alpha.0",
    "@zbanx/mobile-provider": "^2.0.0-alpha.0",
    "@zbanx/mobile-utils": "^2.0.0-alpha.0",
    "antd-mobile-icons": "^0.2.2",
    "country-flag-icons": "^1.4.19",
    "rc-util": "^5.14.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "antd-mobile": "5.8.*",
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "gitHead": "9fc44c5ab9c0551f7af50d3ae57505bc1439c932"
}
