react-native-zero-ui
Version:
Zero Molecule UI kit for React Native
29 lines (28 loc) • 766 B
JSON
{
"name": "example",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js"
},
"dependencies": {
"@shoutem/theme": "^0.11.1",
"expo": "^25.0.0",
"prop-types": "^15.6.0",
"react": "16.2.0",
"react-native": "0.52.0",
"react-native-animatable": "^1.2.4",
"react-native-zero-ui": "link:.."
},
"devDependencies": {
"babel-plugin-module-resolver": "^3.1.0",
"glob-to-regexp": "^0.4.0",
"metro-bundler": "^0.22.1",
"react-native-scripts": "1.11.1"
},
"main": "node_modules/expo/AppEntry.js"
}