@rn-vui/base
Version:
Cross Platform React Native UI Toolkit
70 lines • 2.05 kB
JSON
{
"name": "@rn-vui/base",
"version": "5.1.10",
"description": "Cross Platform React Native UI Toolkit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"prepublishOnly": "yarn build",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/react-native-elements"
},
"keywords": [
"react",
"native",
"react native",
"React Native vElements",
"rn-vui",
"react native ui",
"react native components",
"ui library",
"ios",
"android",
"bootstrap"
],
"scripts": {
"build": "yarn run -T tsc --composite false",
"test": "yarn run -T jest",
"test:update": "yarn run -T jest -u",
"test:ci": "yarn run -T jest --runInBand",
"test:watch": "yarn run -T jest --watch",
"lint": "yarn run -T eslint . --ext .js,.jsx,.ts,.tsx",
"clean-install": "yarn run -T rimraf node_modules && yarn"
},
"author": "RNE Core Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/deepktp/react-native-vikalp-elements/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+-label%3A%22pkg%3A+circular-slider%22+-label%3A%22pkg%3A+themed%22+"
},
"homepage": "https://react-native-velements.thevikalp.com/",
"dependencies": {
"@rn-vui/ratings": "^0.5.0",
"@types/react-native-vector-icons": "^6.4.10",
"color": "^3.2.1",
"deepmerge": "^4.2.2",
"hoist-non-react-statics": "^3.3.2",
"react-native-size-matters": "^0.4.0"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/hoist-non-react-statics": "^3.3.1",
"metro-react-native-babel-preset": "^0.70.2",
"react-native-safe-area-context": "4.14.0",
"react-native-vector-icons": "^10.1.0"
},
"peerDependencies": {
"react-native-safe-area-context": ">= 3.0.0",
"react-native-vector-icons": ">7.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepktp/react-native-vikalp-elements.git",
"directory": "packages/base"
}
}