UNPKG

ubiatar-react-native-material-ui

Version:
70 lines (69 loc) 1.92 kB
{ "name": "ubiatar-react-native-material-ui", "version": "1.0.69", "description": "Ubiatar React Native Material Design Components", "main": "./index.js", "scripts": { "test": "jest", "lint": "eslint ./" }, "repository": { "type": "git", "url": "https://github.com/Ubiatar/react-native-material-ui" }, "jest": { "preset": "react-native", "coverageDirectory": "./coverage/", "collectCoverage": true }, "keywords": [ "react-native", "material", "design", "ui", "components", "react-component", "android" ], "license": "MIT", "bugs": { "url": "https://github.com/Ubiatar/react-native-material-ui/issues" }, "homepage": "https://github.com/Ubiatar/react-native-material-ui", "peerDependencies": { "react-native-vector-icons": "^4.0.0", "react-native-linear-gradient": "2.4.2" }, "dependencies": { "@expo/react-native-action-sheet": "1.1.0", "assign-deep": "0.4.7", "color": "2.0.1", "lodash.merge": "^4.0.0", "prop-types": "^15.5.10", "react-native-communications": "2.2.1", "react-native-joi": "0.0.5", "react-native-joi-form-decorator": "0.3.5", "react-native-lightbox": "0.7.0", "react-native-material-design-styles": "^0.2.6", "react-native-parsed-text": "0.0.20", "react-native-swiper": "^1.5.13" }, "devDependencies": { "babel-core": "^6.25.0", "babel-eslint": "8.0.2", "babel-jest": "21.2.0", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react-native": "4.0.0", "eslint": "4.12.0", "eslint-config-airbnb": "16.1.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "6.0.2", "eslint-plugin-react": "^7.1.0", "jest": "21.2.1", "react": "16.0.0", "react-native": "0.50.4", "react-native-vector-icons": "^4.0.0", "react-test-renderer": "16.1.1" } }