{
  "name": "@uiw/react-native",
  "version": "3.1.5",
  "description": "UIW for React Native",
  "homepage": "https://uiwjs.github.io/react-native-uiw/",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {},
  "keywords": [
    "uiw",
    "react-native",
    "Avatar",
    "Badge",
    "Button",
    "ButtonGroup",
    "CheckBox",
    "Divider",
    "Drawer",
    "Ellipsis",
    "Empty",
    "Flex",
    "Grid",
    "Icon",
    "Input",
    "List",
    "Loader",
    "MaskLayer",
    "MenuDropdown",
    "Modal",
    "Radio",
    "Result",
    "SegmentedControl",
    "SelectCascader",
    "SearchBar",
    "Slider",
    "Spacing",
    "SwipeAction",
    "Switch",
    "Toast",
    "Typography",
    "WingBlank"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/uiwjs/react-native-uiw"
  },
  "files": [
    "lib",
    "src",
    "README.md"
  ],
  "dependencies": {
    "@babel/runtime": "~7.20.7",
    "@types/color": "~3.0.3",
    "@types/lodash": "4.14.172",
    "@types/react-native": "0.69.1",
    "@uiw/icons": "2.5.3",
    "@validator.tool/hook": "2.2.4",
    "ahooks": "2.10.14",
    "color": "4.2.3",
    "lodash": "4.17.21",
    "prop-types": "15.7.2",
    "react-native-gesture-handler": "2.8.0",
    "react-native-root-siblings": "4.1.1",
    "react-native-svg": "12.1.1"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-native": ">=0.60.0",
    "react-native-svg": ">=9.9.3"
  },
  "devDependencies": {
    "@babel/core": "~7.20.7",
    "@babel/preset-typescript": "~7.18.6"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  }
}