No Description

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "campus",
  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. "package-ios": "react-native bundle --entry-file index.js --bundle-output ./ios/main.jsbundle --platform ios --assets-dest ./ios --dev false",
  9. "package-android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/",
  10. "build-apk": "cd android && ./gradlew assembleRelease",
  11. "install-apk": "cd android && ./gradlew installRelease"
  12. },
  13. "dependencies": {
  14. "npm": "^6.1.0",
  15. "prop-types": "^15.6.1",
  16. "react": "16.3.1",
  17. "react-native": "0.55.2",
  18. "react-native-actionsheet": "^2.4.2",
  19. "react-native-blur": "^3.2.2",
  20. "react-native-extra-dimensions-android": "^0.21.0",
  21. "react-native-fetch-blob": "^0.10.8",
  22. "react-native-im-client": "^1.0.10",
  23. "react-native-image-crop-picker": "^0.20.3",
  24. "react-native-image-picker": "^0.26.10",
  25. "react-native-img-cache": "^1.5.3",
  26. "react-native-modalbox": "^1.4.2",
  27. "react-native-navigation": "^1.1.444",
  28. "react-native-root-toast": "3.0.0",
  29. "react-native-smart-image-loader": "git+https://github.com/zhaiyjgithub/react-native-smart-image-loader",
  30. "react-native-storage": "^0.2.1",
  31. "react-native-video": "^2.0.0",
  32. "react-native-viewpager": "^0.2.13",
  33. "redux": "^4.0.0",
  34. "rn-fetch-blob": "^0.10.10",
  35. "rn-viewpager": "^1.2.9",
  36. "rn-wheel-picker-china-region": "^1.0.3"
  37. },
  38. "devDependencies": {
  39. "babel-jest": "22.4.3",
  40. "babel-preset-react-native": "4.0.0",
  41. "jest": "22.4.3",
  42. "react-test-renderer": "16.3.1"
  43. },
  44. "jest": {
  45. "preset": "react-native"
  46. }
  47. }