You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

96 rivejä
3.5 KiB

  1. {
  2. "name": "desihealth",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "android": "react-native run-android",
  7. "ios": "react-native run-ios",
  8. "start": "react-native start",
  9. "test": "jest",
  10. "lint": "eslint ."
  11. },
  12. "dependencies": {
  13. "@fortawesome/react-native-fontawesome": "^0.2.7",
  14. "@react-native-community/async-storage": "^1.10.3",
  15. "@react-native-community/datetimepicker": "^2.4.0",
  16. "@react-native-community/geolocation": "^2.0.2",
  17. "@react-native-community/masked-view": "^0.1.10",
  18. "@react-navigation/bottom-tabs": "^5.4.7",
  19. "@react-navigation/material-bottom-tabs": "^5.2.7",
  20. "@react-navigation/native": "^5.4.2",
  21. "@react-navigation/stack": "^5.3.9",
  22. "agora-rn-uikit": "^3.3.0",
  23. "axios": "^0.19.2",
  24. "firebase": "^7.24.0",
  25. "jetifier": "^1.6.5",
  26. "lottie-ios": "^3.1.8",
  27. "lottie-react-native": "^3.5.0",
  28. "moment": "^2.26.0",
  29. "native-base": "^2.13.12",
  30. "quickblox-react-native-sdk": "^0.5.5-beta",
  31. "react": "16.11.0",
  32. "react-native": "0.62.2",
  33. "react-native-agora": "^3.5.2",
  34. "react-native-android-location-enabler": "^1.1.0",
  35. "react-native-app-intro-slider": "^4.0.4",
  36. "react-native-cardview": "^2.0.5",
  37. "react-native-check-box": "^2.1.7",
  38. "react-native-confirmation-code-input": "^1.0.4",
  39. "react-native-dialog": "^5.6.0",
  40. "react-native-dialog-input": "^1.0.8",
  41. "react-native-elements": "^2.3.2",
  42. "react-native-fetch-blob": "^0.10.8",
  43. "react-native-firebase-push-notifications": "0.0.8",
  44. "react-native-gesture-handler": "^1.6.1",
  45. "react-native-gifted-chat": "^0.16.3",
  46. "react-native-google-places-autocomplete": "^2.0.3",
  47. "react-native-image-picker": "^2.3.1",
  48. "react-native-image-slider-show": "^1.0.3",
  49. "react-native-image-view": "^2.1.9",
  50. "react-native-loading-spinner-overlay": "^1.1.0",
  51. "react-native-maps": "0.27.1",
  52. "react-native-material-menu": "^1.1.3",
  53. "react-native-modal-datetime-picker": "^8.7.0",
  54. "react-native-paper": "^3.10.1",
  55. "react-native-permissions": "^2.2.2",
  56. "react-native-popup-dialog": "^0.18.3",
  57. "react-native-popup-menu": "^0.15.8",
  58. "react-native-progress-circle": "^2.1.0",
  59. "react-native-ratings": "^7.3.0",
  60. "react-native-raw-bottom-sheet": "^2.2.0",
  61. "react-native-razorpay": "^2.1.33",
  62. "react-native-reanimated": "^1.8.0",
  63. "react-native-render-html": "^6.3.4",
  64. "react-native-safe-area-context": "^1.0.2",
  65. "react-native-screens": "^2.7.0",
  66. "react-native-search-bar": "^3.5.1",
  67. "react-native-simple-dialogs": "^1.2.1",
  68. "react-native-simple-radio-button": "^2.7.4",
  69. "react-native-snackbar": "^2.2.0",
  70. "react-native-star-rating": "^1.1.0",
  71. "react-native-step-indicator": "^1.0.3",
  72. "react-native-twilio-programmable-voice": "^4.0.0",
  73. "react-native-twilio-video-webrtc": "git+https://github.com/blackuy/react-native-twilio-video-webrtc.git",
  74. "react-native-ui-stepper": "^1.2.4",
  75. "react-native-vector-icons": "^6.7.0",
  76. "react-native-view-shot": "^3.1.2",
  77. "react-navigation-transitions": "^1.0.12",
  78. "react-redux": "^7.2.0",
  79. "redux": "^4.0.5",
  80. "rn-range-slider": "^1.3.2"
  81. },
  82. "devDependencies": {
  83. "@babel/core": "^7.6.2",
  84. "@babel/runtime": "^7.6.2",
  85. "@react-native-community/eslint-config": "^0.0.5",
  86. "babel-jest": "^24.9.0",
  87. "eslint": "^6.5.1",
  88. "jest": "^24.9.0",
  89. "metro-react-native-babel-preset": "^0.58.0",
  90. "react-test-renderer": "16.11.0"
  91. },
  92. "jest": {
  93. "preset": "react-native"
  94. }
  95. }