{ "name": "huiliaoApp", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "ac-qrcode": "^1.0.1", "antd-mobile-rn": "^2.2.1", "buffer": "^5.2.0", "leancloud-realtime": "^4.2.0", "leancloud-realtime-plugin-typed-messages": "^3.0.1", "leancloud-storage": "^3.10.0", "pinyin4js": "^1.3.5", "prop-types": "^15.5.10", "react": "16.4.1", "react-native": "0.56.0", "react-native-contacts-picker": "^0.0.7", "react-native-contacts-wrapper": "^0.2.4", "react-native-filesystem": "^0.1.0", "react-native-image-crop-picker": "^0.21.1", "react-native-keyboard-aware-scroll-view": "^0.7.0", "react-native-qrcode": "^0.2.7", "react-navigation": "^2.11.2", "react-navigation-redux-helpers": "^2.0.0-beta.1", "react-redux": "^5.0.6", "redux": "^3.7.2" }, "devDependencies": { "babel-jest": "23.4.2", "babel-preset-react-native": "^5", "flow-bin": "^0.74.0", "jest": "23.5.0", "react-native-scripts": "^1.3.1", "react-test-renderer": "16.4.1" }, "jest": { "preset": "react-native" } }