Advertisement
Guest User

Untitled

a guest
Apr 20th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. {
  2. "private": true,
  3. "scripts": {
  4. "start": "react-native start",
  5. "android": "react-native run-android",
  6. "ios": "react-native run-ios",
  7. "web": "expo start --web",
  8. "test": "jest",
  9. "lint": "eslint . --ext .js --fix",
  10. "copy:db": "copyfiles db/*.js firebase/functions",
  11. "publish:static": "firebase deploy --only hosting",
  12. "publish:web": "npm run copy:db && cd firebase && firebase deploy --only functions:app",
  13. "publish:prod": "npx git-branch-is master && expo publish --release-channel prod-v2",
  14. "publish:stage": "npx git-branch-is -I master && expo publish --release-channel stage",
  15. "build:ios:prod": "npx git-branch-is master && expo build:ios --release-channel prod-v2",
  16. "build:ios:stage": "npx git-branch-is -I master && expo build:ios --release-channel stage",
  17. "build:android:prod": "npx git-branch-is master && expo build:android --release-channel prod-v1",
  18. "build:android:stage": "npx git-branch-is -I master && expo build:android --release-channel stage",
  19. "build:ios": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios",
  20. "optimize:assets": "npx expo-optimize",
  21. "analyze:bundle": "npx visualize-bundle",
  22. "publish:history": "expo publish:history"
  23. },
  24. "dependencies": {
  25. "@expo/react-native-action-sheet": "^3.5.0",
  26. "@expo/vector-icons": "^10.0.0",
  27. "@react-native-community/masked-view": "^0.1.7",
  28. "@react-navigation/material-top-tabs": "^5.1.7",
  29. "@react-navigation/native": "^5.1.4",
  30. "@react-navigation/stack": "^5.2.9",
  31. "@skele/components": "^1.0.0-alpha.40",
  32. "@turf/centroid": "^6.0.2",
  33. "@turf/circle": "^6.0.1",
  34. "@turf/clusters": "^6.0.1",
  35. "@turf/clusters-dbscan": "^6.0.1",
  36. "@turf/clusters-kmeans": "^6.0.1",
  37. "@turf/destination": "^6.0.1",
  38. "@turf/helpers": "^6.1.4",
  39. "@turf/points-within-polygon": "^5.1.5",
  40. "@turf/union": "^6.0.3",
  41. "expo": "^37.0.0",
  42. "expo-apple-authentication": "~2.1.0",
  43. "expo-asset": "^8.1.4",
  44. "expo-av": "~8.1.0",
  45. "expo-camera": "~8.2.0",
  46. "expo-constants": "~9.0.0",
  47. "expo-device": "~2.1.0",
  48. "expo-facebook": "~8.1.0",
  49. "expo-firebase-analytics": "~2.1.0",
  50. "expo-font": "~8.1.0",
  51. "expo-image-picker": "~8.1.0",
  52. "expo-linear-gradient": "~8.1.0",
  53. "expo-localization": "~8.1.0",
  54. "expo-location": "~8.1.0",
  55. "expo-permissions": "~8.1.0",
  56. "expo-screen-orientation": "~1.0.0",
  57. "expo-splash-screen": "^0.2.0",
  58. "expo-updates": "~0.1.0",
  59. "expo-web-browser": "~8.1.0",
  60. "firebase": "^7.14.0",
  61. "geofire": "^5.0.1",
  62. "geolib": "^3.2.1",
  63. "js-sha256": "^0.9.0",
  64. "moment": "^2.24.0",
  65. "prop-types": "^15.7.2",
  66. "react": "~16.9.0",
  67. "react-dom": "16.9.0",
  68. "react-native": "~0.61.5",
  69. "react-native-double-tap": "^1.0.1",
  70. "react-native-gesture-handler": "~1.6.0",
  71. "react-native-hyperlink": "0.0.18",
  72. "react-native-image-viewing": "^0.1.8",
  73. "react-native-keyboard-aware-scroll-view": "^0.9.1",
  74. "react-native-maps": "0.26.1",
  75. "react-native-reanimated": "~1.7.0",
  76. "react-native-safe-area-context": "^0.7.3",
  77. "react-native-screens": "^2.4.0",
  78. "react-native-snap-carousel": "^3.8.0",
  79. "react-native-svg": "11.0.1",
  80. "react-native-tab-view": "^2.13.0",
  81. "react-native-unimodules": "~0.9.0",
  82. "react-native-web": "~0.11.7",
  83. "react-native-webview": "9.1.4",
  84. "react-native-youtube": "^2.0.1",
  85. "react-redux": "^7.2.0",
  86. "redux": "^4.0.5",
  87. "redux-persist": "^6.0.0",
  88. "rn-sliding-up-panel": "^2.4.0",
  89. "sentry-expo": "^2.0.1",
  90. "shortid": "^2.2.15",
  91. "supercluster": "^6.0.2"
  92. },
  93. "devDependencies": {
  94. "@babel/core": "~7.9.0",
  95. "babel-jest": "~25.2.6",
  96. "jest": "~25.2.6",
  97. "react-test-renderer": "~16.9.0",
  98. "@google-cloud/storage": "^3.3.0",
  99. "babel-eslint": "^10.0.3",
  100. "babel-preset-expo": "^8.1.0",
  101. "copyfiles": "^2.2.0",
  102. "eslint": "^6.8.0",
  103. "eslint-config-standard": "^14.1.0",
  104. "eslint-config-standard-react": "^9.1.0",
  105. "eslint-plugin-import": "^2.20.1",
  106. "eslint-plugin-node": "^10.0.0",
  107. "eslint-plugin-promise": "^4.2.1",
  108. "eslint-plugin-react": "^7.18.3",
  109. "eslint-plugin-standard": "^4.0.1",
  110. "git-branch-is": "^3.1.0",
  111. "html-entities-decoder": "^1.0.0",
  112. "jest-expo": "^37.0.0",
  113. "puppeteer": "^1.19.0",
  114. "puppeteer-autoscroll-down": "^0.1.2",
  115. "speakingurl": "^14.0.1"
  116. },
  117. "jest": {
  118. "preset": "jest-expo"
  119. }
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement