package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "huiliaoIm",
  3. "main": "node_modules/expo/AppEntry.js",
  4. "private": true,
  5. "scripts": {
  6. "start": "expo start",
  7. "android": "expo start --android",
  8. "ios": "expo start --ios",
  9. "eject": "expo eject",
  10. "test": "node ./node_modules/jest/bin/jest.js --watchAll",
  11. "debug": "open rndebugger://set-debugger-loc?host=localhost&port=19000"
  12. },
  13. "jest": {
  14. "preset": "jest-expo"
  15. },
  16. "dependencies": {
  17. "@expo/samples": "2.1.1",
  18. "antd-mobile-rn": "^2.2.1",
  19. "expo": "29.0.0",
  20. "prop-types": "^15.5.10",
  21. "react": "16.3.1",
  22. "react-native": "https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz",
  23. "react-native-keyboard-aware-scroll-view": "^0.7.0",
  24. "react-native-qrcode": "^0.2.7",
  25. "react-navigation": "^2.11.2",
  26. "react-navigation-redux-helpers": "^2.0.0-beta.1",
  27. "react-redux": "^5.0.6",
  28. "redux": "^3.7.2"
  29. },
  30. "devDependencies": {
  31. "babel-jest": "^22.4.1",
  32. "flow-bin": "^0.74.0",
  33. "jest": "^22.1.3",
  34. "jest-expo": "29.0.0",
  35. "react-native-scripts": "^1.3.1",
  36. "react-test-renderer": "16.0.0"
  37. }
  38. }