UNPKG

@protonapp/react-native-material-ui

Version:
72 lines (71 loc) 2.23 kB
{ "name": "@protonapp/react-native-material-ui", "version": "2.0.9", "description": "React Native Material Design Components", "main": "./index.js", "scripts": { "test": "jest", "copy": "rm -rf ../material-components-library/node_modules/@protonapp/react-native-material-ui/src && cp -r src ../material-components-library/node_modules/@protonapp/react-native-material-ui/src", "copy:test": "rm -rf ../../Builds/Fab/node_modules/@protonapp/react-native-material-ui/src && cp -r src ../../Builds/Fab/node_modules/@protonapp/react-native-material-ui/src", "lint": "eslint ./" }, "repository": { "type": "git", "url": "https://github.com/xotahal/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/xotahal/react-native-material-ui/issues" }, "homepage": "https://github.com/xotahal/react-native-material-ui", "peerDependencies": { "react": "*", "react-native": "*", "react-native-vector-icons": "*" }, "dependencies": { "color": "3.1.0", "hoist-non-react-statics": "^2.5.5", "lodash.merge": "^4.0.0", "prop-types": "^15.5.10", "react-native-material-design-styles": "^0.2.6" }, "devDependencies": { "babel-core": "^6.25.0", "babel-eslint": "10.0.1", "babel-jest": "23.6.0", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react-native": "4.0.1", "eslint": "5.8.0", "eslint-config-airbnb": "17.1.0", "eslint-config-prettier": "3.1.0", "eslint-plugin-import": "2.14.0", "eslint-plugin-jsx-a11y": "6.1.2", "eslint-plugin-prettier": "3.0.0", "eslint-plugin-react": "7.11.1", "eslint-plugin-react-native": "^3.5.0", "jest": "23.6.0", "prettier": "1.14.3", "react": "16.4.1", "react-native": "0.57.4", "react-native-vector-icons": "^6.0.2", "react-native-web": "^0.9.8", "react-test-renderer": "16.4.1", "semantic-release": "^15.13.3" } }