package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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-installation": "^2.0.1",
  14. "leancloud-realtime": "^4.2.0",
  15. "leancloud-realtime-plugin-typed-messages": "^3.0.1",
  16. "leancloud-storage": "^3.10.0",
  17. "native-base": "^2.8.0",
  18. "prop-types": "^15.5.10",
  19. "react": "16.4.1",
  20. "react-native": "0.56.0",
  21. "react-native-audio": "^4.1.3",
  22. "react-native-camera": "^1.2.0",
  23. "react-native-contacts-picker": "^0.0.7",
  24. "react-native-contacts-wrapper": "^0.2.4",
  25. "react-native-filesystem": "^0.1.0",
  26. "react-native-image-crop-picker": "^0.21.1",
  27. "react-native-keyboard-aware-scroll-view": "^0.7.0",
  28. "react-native-push-notification": "^3.1.1",
  29. "react-native-qrcode": "^0.2.7",
  30. "react-native-sound": "^0.10.9",
  31. "react-native-swipeout": "^2.3.6",
  32. "react-navigation": "^2.11.2",
  33. "react-navigation-redux-helpers": "^2.0.0-beta.1",
  34. "react-redux": "^5.0.6",
  35. "redux": "^3.7.2",
  36. "simple-pinyin": "^3.0.2"
  37. },
  38. "devDependencies": {
  39. "babel-jest": "23.4.2",
  40. "babel-plugin-import": "^1.8.0",
  41. "babel-plugin-transform-runtime": "^6.23.0",
  42. "babel-preset-react-native": "^5",
  43. "flow-bin": "^0.74.0",
  44. "jest": "23.5.0",
  45. "react-native-scripts": "^1.3.1",
  46. "react-test-renderer": "16.4.1"
  47. },
  48. "jest": {
  49. "preset": "react-native"
  50. }
  51. }