@rn-vui/themed
Version:
Cross Platform React Native UI Toolkit
69 lines (68 loc) • 1.85 kB
JSON
{
"name": "@rn-vui/themed",
"version": "5.1.7",
"description": "Cross Platform React Native UI Toolkit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"prepublish": "tsc --composite false",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/react-native-elements"
},
"keywords": [
"react",
"native",
"react native",
"React Native vElements",
"react native elements",
"react native elements themed",
"react native themed",
"react native ui",
"rneui",
"rn-vui",
"themed",
"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+themed%22+"
},
"homepage": "https://react-native-velements.thevikalp.com/",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-native-elements",
"logo": "https://opencollective.com/react-native-elements/logo.txt"
},
"peerDependencies": {
"@rn-vui/base": "5.1.7"
},
"devDependencies": {
"@rn-vui/base": "5.1.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepktp/react-native-vikalp-elements.git",
"directory": "packages/themed"
}
}