UNPKG

react-native-zero-ui

Version:

Zero Molecule UI kit for React Native

42 lines (41 loc) 981 B
{ "name": "react-native-zero-ui", "version": "0.0.3", "license": "BSD-3-Clause", "author": "Zero Molecule", "description": "Zero Molecule UI kit for React Native", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ZeroMolecule/react-native-zero-ui.git" }, "keywords": [ "react-native", "zero-ui", "zero-molecule", "ui-kit" ], "dependencies": { "@shoutem/theme": "^0.11.1", "prop-types": "^15.6.0", "react-native-animatable": "^1.2.4" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "babel-eslint": "8.2.2", "babel-jest": "22.4.0", "babel-preset-react-native": "4.0.0", "eslint": "4.18.0", "eslint-plugin-react": "7.7.0", "jest": "22.4.0", "react": "16.2.0", "react-native": "0.53.3", "react-test-renderer": "16.2.0" } }