{
  "name": "xiaoduyuReactNative",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "jest",
    "ios": "react-native run-ios",
    "android": "cd android && ./gradlew clean && cd .. && react-native run-android",
    "bundle-ios": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output release_ios/main.jsbundle --assets-dest release_ios/",
    "bundle-android": "cd android && ./gradlew assembleRelease && cd .."
  },
  "dependencies": {
    "@babel/plugin-proposal-decorators": "^7.3.0",
    "@react-native-community/async-storage": "^1.2.1",
    "@react-native-community/netinfo": "^2.0.4",
    "apollo-cache-inmemory": "^1.4.3",
    "apollo-client": "^2.4.13",
    "apollo-link-http": "^1.5.11",
    "axios": "^0.18.0",
    "cross-fetch": "^3.0.1",
    "graphql": "^14.1.1",
    "graphql-tag": "^2.10.1",
    "lodash": "^4.17.11",
    "react": "16.8.3",
    "react-apollo": "^2.4.1",
    "react-native": "0.59.0",
    "react-native-actionsheet": "^2.4.2",
    "react-native-aliyun-push": "^1.0.17",
    "react-native-collapsible-header": "0.0.14",
    "react-native-cookies": "^3.3.0",
    "react-native-flexi-radio-button": "^0.2.2",
    "react-native-gesture-handler": "^1.1.0",
    "react-native-htmlview": "^0.13.0",
    "react-native-image-crop-picker": "^0.23.0",
    "react-native-image-zoom-viewer": "^2.2.25",
    "react-native-iphone-x-helper": "^1.2.0",
    "react-native-keyboard-spacer": "^0.4.1",
    "react-native-modal": "^9.0.0",
    "react-native-qiniu": "^0.3.0",
    "react-native-qq": "^2.0.5",
    "react-native-scrollable-tab-view": "^0.10.0",
    "react-native-splash-screen": "^3.2.0",
    "react-native-storage": "^1.0.1",
    "react-native-swipeout": "^2.3.6",
    "react-native-toasty": "0.0.4",
    "react-native-webview": "^5.6.2",
    "react-native-webview-bridge-updated": "^1.1.1",
    "react-native-wechat": "^1.9.10",
    "react-navigation": "^3.5.1",
    "react-redux": "^6.0.1",
    "redux": "^4.0.1",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.3.0",
    "socket.io-client": "^2.2.0",
    "teaset": "^0.6.3"
  },
  "devDependencies": {
    "@babel/core": "^7.3.4",
    "@babel/runtime": "^7.3.4",
    "babel-jest": "^24.5.0",
    "jest": "^24.5.0",
    "metro-react-native-babel-preset": "^0.53.0",
    "react-test-renderer": "16.8.3"
  },
  "jest": {
    "preset": "react-native"
  }
}