@uiw/react-native
Version:
UIW for React Native
83 lines (82 loc) • 1.67 kB
JSON
{
"name": "@uiw/react-native",
"version": "4.0.9",
"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",
"@shopify/restyle": "~2.4.2",
"@types/color": "~3.0.3",
"@types/lodash": "~4.14.191",
"@types/react-native": "0.69.1",
"@uiw/icons": "2.5.3",
"@validator.tool/hook": "2.2.4",
"ahooks": "3.7.6",
"color": "4.2.3",
"dayjs": "~1.11.7",
"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": "13.9.0"
},
"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": ">=16.0.0"
}
}