package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "huiliaoApp",
  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. },
  9. "dependencies": {
  10. "ac-qrcode": "^1.0.1",
  11. "antd-mobile-rn": "^2.2.1",
  12. "leancloud-realtime": "^4.2.0",
  13. "leancloud-realtime-plugin-typed-messages": "^3.0.1",
  14. "leancloud-storage": "^3.10.0",
  15. "native-base": "^2.8.0",
  16. "prop-types": "^15.5.10",
  17. "react": "16.4.1",
  18. "react-native": "0.56.0",
  19. "react-native-audio": "^4.1.3",
  20. "react-native-camera": "^1.2.0",
  21. "react-native-contacts-picker": "^0.0.7",
  22. "react-native-contacts-wrapper": "^0.2.4",
  23. "react-native-filesystem": "^0.1.0",
  24. "react-native-image-crop-picker": "^0.21.1",
  25. "react-native-keyboard-aware-scroll-view": "^0.7.0",
  26. "react-native-qrcode": "^0.2.7",
  27. "react-native-sound": "^0.10.9",
  28. "react-native-swipeout": "^2.3.6",
  29. "react-navigation": "^2.11.2",
  30. "react-navigation-redux-helpers": "^2.0.0-beta.1",
  31. "react-redux": "^5.0.6",
  32. "redux": "^3.7.2",
  33. "simple-pinyin": "^3.0.2"
  34. },
  35. "devDependencies": {
  36. "babel-jest": "23.4.2",
  37. "babel-preset-react-native": "^5",
  38. "flow-bin": "^0.74.0",
  39. "jest": "23.5.0",
  40. "react-native-scripts": "^1.3.1",
  41. "react-test-renderer": "16.4.1"
  42. },
  43. "jest": {
  44. "preset": "react-native"
  45. }
  46. }