package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "build": "React-native bundle --entry-file index.js --bundle-output ./android/app/src/main/assets/index.android.jsbundle--platform android --assets-dest ./android/app/src/main/res/ --dev false"
  9. },
  10. "dependencies": {
  11. "ac-qrcode": "^1.0.1",
  12. "antd-mobile-rn": "^2.2.1",
  13. "leancloud-realtime": "^4.2.0",
  14. "leancloud-realtime-plugin-typed-messages": "^3.0.1",
  15. "leancloud-storage": "^3.10.0",
  16. "native-base": "^2.8.0",
  17. "prop-types": "^15.5.10",
  18. "react": "16.4.1",
  19. "react-native": "0.56.0",
  20. "react-native-audio": "^4.1.3",
  21. "react-native-camera": "^1.2.0",
  22. "react-native-contacts-picker": "^0.0.7",
  23. "react-native-contacts-wrapper": "^0.2.4",
  24. "react-native-filesystem": "^0.1.0",
  25. "react-native-image-crop-picker": "^0.21.1",
  26. "react-native-keyboard-aware-scroll-view": "^0.7.0",
  27. "react-native-qrcode": "^0.2.7",
  28. "react-native-sound": "^0.10.9",
  29. "react-native-swipeout": "^2.3.6",
  30. "react-navigation": "^2.11.2",
  31. "react-navigation-redux-helpers": "^2.0.0-beta.1",
  32. "react-redux": "^5.0.6",
  33. "redux": "^3.7.2",
  34. "simple-pinyin": "^3.0.2"
  35. },
  36. "devDependencies": {
  37. "babel-jest": "23.4.2",
  38. "babel-plugin-import": "^1.8.0",
  39. "babel-plugin-transform-runtime": "^6.23.0",
  40. "babel-preset-react-native": "^5",
  41. "flow-bin": "^0.74.0",
  42. "jest": "23.5.0",
  43. "react-native-scripts": "^1.3.1",
  44. "react-test-renderer": "16.4.1"
  45. },
  46. "jest": {
  47. "preset": "react-native"
  48. }
  49. }