package.json 1.87 KB
{
  "name": "YH_RNComponent",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "sh replace-custom-components-file.sh && node node_modules/react-native/local-cli/cli.js start",
    "ios": "node node_modules/react-native/local-cli/cli.js start",
    "android": "node node_modules/react-native/local-cli/cli.js start"
  },
  "peerDependencies": {
    "react": "^16.3.2"
  },
  "dependencies": {
    "apsl-react-native-button": "^3.1.1",
    "babel": "^6.23.0",
    "create-react-class": "^15.6.3",
    "htmlparser2-without-node-native": "^3.9.2",
    "immutable": "^3.8.2",
    "key-mirror": "^1.0.1",
    "lodash": "^4.17.10",
    "md5": "^2.2.1",
    "moment": "^2.22.1",
    "object-assign": "^4.1.1",
    "prop-types": "^15.6.1",
    "query-string": "^6.1.0",
    "react": "^16.3.2",
    "react-immutable-proptypes": "^2.1.0",
    "react-native": "^0.54.4",
    "react-native-device-info": "^0.21.5",
    "react-native-fabric": "^0.5.1",
    "react-native-fetch-blob": "^0.10.8",
    "react-native-img-cache": "^1.5.3",
    "react-native-progress": "^3.4.0",
    "react-native-root-toast": "^3.0.1",
    "react-native-scrollable-mixin": "^1.0.1",
    "react-native-scrollable-tab-view": "^0.8.0",
    "react-native-simple-store": "^1.3.0",
    "react-native-smart-toast": "^1.1.1",
    "react-native-swipeable": "^0.6.0",
    "react-native-swiper": "^1.5.13",
    "react-native-switch-pro": "^0.4.11",
    "react-native-view-shot": "^2.4.0",
    "react-redux": "^5.0.7",
    "react-static-container": "^1.0.2",
    "react-timer-mixin": "^0.13.3",
    "redux": "^4.0.0",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.2.0",
    "stacktrace-js": "^2.0.0",
    "timeago.js": "^3.0.2"
  },
  "devDependencies": {
    "babel-jest": "22.4.3",
    "babel-preset-react-native": "4.0.0",
    "jest": "22.4.3",
    "react-test-renderer": "16.3.1"
  },
  "jest": {
    "preset": "react-native"
  }
}