No Description

package.json 939B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "example573",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "node node_modules/react-native/local-cli/cli.js start",
  7. "test": "jest",
  8. "ios": "react-native run-ios",
  9. "android": "react-native run-android",
  10. "rn-fix-fishhook": "sed -i '' 's#<fishhook/fishhook.h>#\"fishhook.h\"#g' ./node_modules/react-native/Libraries/WebSocket/RCTReconnectingWebSocket.m",
  11. "rn-fix-glog": "cd node_modules/react-native/third-party/glog-0.3.4 && ../../scripts/ios-configure-glog.sh && cd ../../../../"
  12. },
  13. "dependencies": {
  14. "react": "16.6.0-alpha.8af6728",
  15. "react-native": "0.57.3",
  16. "react-native-image-picker": "^0.27.1",
  17. "react-native-thumbnail": "^1.1.2"
  18. },
  19. "devDependencies": {
  20. "babel-jest": "23.6.0",
  21. "jest": "23.6.0",
  22. "metro-react-native-babel-preset": "0.48.1",
  23. "react-test-renderer": "16.6.0-alpha.8af6728"
  24. },
  25. "jest": {
  26. "preset": "react-native"
  27. }
  28. }