package.json 2.84 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": "sh replace-custom-components-file-android.sh && node node_modules/react-native/local-cli/cli.js start",
    "build:ios": "react-native bundle --entry-file index.ios.js --platform ios --dev false --reset-cache --bundle-output ../bundle/main.jsbundle  --assets-dest ../bundle",
    "build:android": "react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output index.android.bundle --assets-dest bundle/",
    "bundle": "sh replace-custom-components-file.sh && node bundle.js"
  },
  "peerDependencies": {
    "react": "^16.3.2"
  },
  "dependencies": {
    "@react-native-community/cameraroll": "^1.2.1",
    "apsl-react-native-button": "^3.1.1",
    "babel": "^6.23.0",
    "create-react-class": "^15.6.3",
    "deprecated-react-native-listview": "^0.0.6",
    "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.9.0",
    "react-immutable-proptypes": "^2.1.0",
    "react-native": "^0.61.2",
    "react-native-device-info": "^0.21.5",
    "react-native-fabric": "^0.5.1",
    "react-native-fetch-blob": "^0.10.8",
    "react-native-image-picker": "^0.28.1",
    "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": "^1.0.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.6.0-rc.3",
    "react-native-switch-pro": "^0.4.11",
    "react-native-view-shot": "^2.4.0",
    "react-native-webview": "^7.5.2",
    "react-native-wkwebview-reborn": "1.22.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/core": "^7.5.5",
    "@babel/runtime": "^7.5.5",
    "@react-native-community/eslint-config": "^0.0.5",
    "babel-jest": "^24.9.0",
    "babel-plugin-module-resolver": "^3.2.0",
    "eslint": "^6.2.2",
    "fs-extra": "^7.0.1",
    "jest": "^24.9.0",
    "metro-react-native-babel-preset": "^0.56.0",
    "react-native-bundle-visualizer": "^2.0.1",
    "react-test-renderer": "16.8.6",
    "rocket-bundler": "^0.14.2"
  },
  "jest": {
    "preset": "react-native"
  }
}