react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
24 lines (23 loc) • 585 B
JSON
{
"name": "uilib-native",
"version": "4.5.2",
"homepage": "https://github.com/wix/react-native-ui-lib",
"description": "uilib native components (separated from js components)",
"main": "components/index",
"scripts": {
"releaseNative": "node ./scripts/releaseNative.js"
},
"author": "Ethan Sharabi <ethan.shar@gmail.com>",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"prop-types": "^15.5.10"
},
"devDependencies": {
"shell-utils": "^1.0.10"
},
"peerDependencies": {
"react": ">=17.0.1",
"react-native": ">=0.64.1"
}
}