Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. {
  2. "scripts": {
  3. "android": "react-native run-android",
  4. "ios": "react-native run-ios",
  5. "start": "react-native start",
  6. "test": "jest",
  7. "lint": "eslint ."
  8. },
  9. "dependencies": {
  10. "@nozbe/watermelondb": "^0.15.0",
  11. "@react-native-community/async-storage": "^1.7.1",
  12. "@react-native-community/cameraroll": "^1.3.1",
  13. "@react-native-community/google-signin": "^3.0.4",
  14. "@react-native-community/masked-view": "^0.1.6",
  15. "@react-native-community/netinfo": "^5.3.3",
  16. "@react-native-community/viewpager": "^3.3.0",
  17. "@youngtailors/react-native-spring-scrollview": "^2.1.0-rc.4",
  18. "abortcontroller-polyfill": "^1.3.0",
  19. "add": "^2.0.6",
  20. "axios": "^0.19.2",
  21. "babel-polyfill": "^6.26.0",
  22. "colorsys": "^1.0.17",
  23. "es6-symbol": "^3.1.1",
  24. "htmlparser2": "^3.10.1",
  25. "js-md5": "^0.7.3",
  26. "lodash": "^4.17.11",
  27. "react": "16.9.0",
  28. "react-native": "0.61.5",
  29. "react-native-animatable": "^1.2.4",
  30. "react-native-camera": "^3.16.0",
  31. "react-native-device-info": "^5.5.1",
  32. "react-native-drawer": "^2.5.1",
  33. "react-native-fast-image": "^7.0.2",
  34. "react-native-fbsdk": "^1.0.4",
  35. "react-native-firebase": "^5.6.0",
  36. "react-native-fs": "^2.16.4",
  37. "react-native-gesture-handler": "^1.5.2",
  38. "react-native-iap": "4.3.0",
  39. "react-native-indicators": "^0.17.0",
  40. "react-native-keychain": "^4.0.5",
  41. "react-native-message-bar": "^2.0.9",
  42. "react-native-paypal-wrapper": "^1.3.1",
  43. "react-native-permissions": "^2.0.9",
  44. "react-native-popover-tooltip": "^1.1.4",
  45. "react-native-progress": "^3.4.0",
  46. "react-native-qrcode-svg": "^5.1.2",
  47. "react-native-reanimated": "^1.7.0",
  48. "react-native-render-html": "^4.1.1",
  49. "react-native-root-modal": "^5.0.0",
  50. "react-native-root-siblings": "^4.0.6",
  51. "react-native-root-toast": "^3.2.0",
  52. "react-native-safe-area-context": "^0.6.4",
  53. "react-native-screens": "^1.0.0-alpha.23",
  54. "react-native-scrollable-tab-view": "^1.0.0",
  55. "react-native-share": "^1.0.27",
  56. "react-native-svg": "^11.0.1",
  57. "react-native-svg-uri": "^1.2.3",
  58. "react-native-swiper": "^1.6.0-nightly",
  59. "react-native-tab-view": "^2.13.0",
  60. "react-native-vector-icons": "^6.6.0",
  61. "react-native-webview": "^8.0.6",
  62. "react-navigation": "^3.13.0",
  63. "react-navigation-stack": "^2.1.0",
  64. "react-navigation-tabs": "^2.7.0",
  65. "react-redux": "^5.0.6",
  66. "redux": "^3.7.2",
  67. "redux-thunk": "^2.2.0",
  68. "rn-placeholder": "^1.2.0"
  69. },
  70. "devDependencies": {
  71. "@babel/core": "^7.8.4",
  72. "@babel/plugin-proposal-decorators": "^7.3.0",
  73. "@babel/runtime": "^7.8.4",
  74. "@react-native-community/eslint-config": "^0.0.7",
  75. "babel-jest": "^25.1.0",
  76. "babel-plugin-transform-remove-console": "^6.9.0",
  77. "babel-polyfill": "^6.26.0",
  78. "babel-preset-react-native": "^5",
  79. "eslint": "^6.8.0",
  80. "eslint-plugin-react": "^7.9.1",
  81. "eslint-plugin-react-native": "^3.2.1",
  82. "jest": "^25.1.0",
  83. "metro-react-native-babel-preset": "^0.58.0",
  84. "react-test-renderer": "16.9.0"
  85. },
  86. "jest": {
  87. "preset": "react-native"
  88. }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement