package.json 1.46 KB
{
  "name": "YH_RNComponent",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "sh replace-custom-components-file.sh && node_modules/react-native/packager/packager.sh",
    "ios": "sh replace-custom-components-file.sh && node_modules/react-native/packager/packager.sh",
    "android": "sh replace-custom-components-file-android.sh && node_modules/react-native/packager/packager.sh"
  },
  "dependencies": {
    "apsl-react-native-button": "^2.4.2",
    "immutable": "^3.8.1",
    "key-mirror": "^1.0.1",
    "lodash": "^4.16.4",
    "md5": "^2.1.0",
    "moment": "^2.13.0",
    "object-assign": "^4.1.0",
    "query-string": "^4.2.2",
    "react": "16.0.0-alpha.6",
    "react-immutable-proptypes": "^2.1.0",
    "react-native": "git+https://github.com/facebook/react-native.git#32eab54",
    "react-native-device-info": "0.9.5",
    "react-native-fabric": "0.2.2",
    "react-native-progress": "^3.0.1",
    "react-native-root-toast": "^1.0.3",
    "react-native-scrollable-mixin": "^1.0.1",
    "react-native-simple-store": "^1.1.0",
    "react-native-smart-toast": "^1.1.1",
    "react-native-swipeable": "^0.4.0",
    "react-native-swiper": "^1.5.4",
    "react-native-switch-pro": "^0.4.2",
    "react-redux": "^4.4.5",
    "react-static-container": "^1.0.1",
    "react-timer-mixin": "^0.13.3",
    "redux": "^3.5.2",
    "redux-logger": "^2.6.1",
    "redux-thunk": "^2.0.1",
    "stacktrace-js": "^1.3.0",
    "timeago.js": "^1.0.5",
    "yh_rncamera": "0.1.0"
  }
}