react-native-ui-lib
Version:
UI Components Library for React Native ###### Lateset version support RN44
81 lines (80 loc) • 2.21 kB
JSON
{
"name": "react-native-ui-lib",
"version": "2.0.53",
"main": "index.js",
"author": "Ethan Sharabi <ethan.shar@gmail.com>",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/wix/react-native-ui-lib"
},
"scripts": {
"start": "export DEV_MODE=true && react-native start",
"ios": "react-native run-ios",
"android": "react-native run-android",
"pretest": "npm run lint",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src -c .eslintrc",
"xcode": "open ./ios/uilib.xcodeproj",
"build": "mkdir -p dist && cp -r src/assets dist/ && babel src --out-dir dist",
"log": "react-native log-ios | grep 'ethan -'"
},
"dependencies": {
"babel-plugin-transform-inline-environment-variables": "^0.0.2",
"lodash": "^4.0.0",
"prop-types": "^15.5.10",
"react-native-animatable": "^1.1.0",
"react-native-blur": "^3.1.1",
"react-native-interactable": "^0.0.8"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-react-native": "1.9.1",
"enzyme": "^2.7.1",
"eslint": "^3.0.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-react-native": "^2.0.0",
"jest": "^20.0.4",
"react": "16.0.0-alpha.6",
"react-addons-test-utils": "^15.4.2",
"react-autobind": "^1.0.6",
"react-dom": "^15.4.2",
"react-native": "0.44.2",
"react-native-keyboard-aware-scrollview": "^1.1.6",
"react-native-navigation": "^1.1.19"
},
"peerDependencies": {
"react": "15.4.2",
"react-native": "0.38.0"
},
"jest": {
"preset": "react-native",
"testPathIgnorePatterns": [
"/e2e/",
"/node_modules/"
]
},
"babel": {
"env": {
"test": {
"presets": [
"react-native"
],
"retainLines": true
}
},
"plugins": [
"transform-inline-environment-variables"
]
}
}