{
  "name": "@pingtou/rn-vant",
  "version": "1.0.0",
  "description": "React Native UI Components",
  "keywords": [
    "react-native",
    "Components"
  ],
  "author": "bijinfeng <bijinfeng@bytedance.com>",
  "license": "MIT",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "src",
    "docs"
  ],
  "scripts": {
    "build": "bob build",
    "site": "dumi dev",
    "build:site": "dumi build"
  },
  "dependencies": {
    "@callstack/react-theme-provider": "^3.0.6",
    "@gorhom/portal": "^1.0.12",
    "@ptomasroos/react-native-multi-slider": "^2.2.2",
    "@react-native-picker/picker": "^2.4.1",
    "@pingtou/rn-vant-icons": "^1.0.0",
    "color": "^3.1.2",
    "expo-image-picker": "^13.3.1",
    "lodash-es": "^4.17.21",
    "react-hook-form": "^7.33.1",
    "react-native-animatable": "^1.3.3",
    "react-native-drop-shadow": "^0.0.4",
    "react-native-gesture-handler": "^2.4.2",
    "react-native-iphone-x-helper": "^1.3.1",
    "react-native-popover-view": "^5.1.2",
    "react-native-svg": "^12.4.4"
  },
  "devDependencies": {
    "@pingtou/dumi-theme-vant": "^1.0.0",
    "@testing-library/react-native": "^11.0.0",
    "@types/color": "^3.0.2",
    "@types/lodash-es": "^4.17.6",
    "@types/react": "17.0.2",
    "@types/react-native": "^0.69.5",
    "@types/react-test-renderer": "17",
    "dumi": "1.1.47",
    "react": "17.0.2",
    "react-native": "^0.69.3",
    "react-native-builder-bob": "^0.18.2",
    "react-native-safe-area-context": "^4.3.1",
    "react-test-renderer": "17",
    "typescript": "^4.4.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-safe-area-context": "*"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "gitHead": "38c04917b2fa4ecc4227d7f3e201786b4e0e48f0"
}
