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.

88 lines
3.1 KiB

3 years ago
3 years ago
  1. {
  2. "main": "node_modules/expo/AppEntry.js",
  3. "scripts": {
  4. "start": "expo start",
  5. "android": "expo start --android",
  6. "ios": "expo start --ios",
  7. "web": "expo start --web",
  8. "eject": "expo eject",
  9. "test": "jest"
  10. },
  11. "jest": {
  12. "preset": "jest-expo",
  13. "transformIgnorePatterns": [
  14. "node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)"
  15. ]
  16. },
  17. "dependencies": {
  18. "@expo/metro-config": "^0.2.8",
  19. "@react-native-async-storage/async-storagde94d72999594291828f1714c9346e8db5e2ac74e": "^1.17.2",
  20. "@react-native-community/checkbox": "^0.5.9",
  21. "@react-native-community/datetimepicker": "3.5.2",
  22. "@react-native-community/masked-view": "^0.1.11",
  23. "@react-native-community/netinfo": "6.0.2",
  24. "@react-navigation/bottom-tabs": "^6.0.9",
  25. "@react-navigation/native": "^6.0.6",
  26. "@react-navigation/stack": "^6.0.11",
  27. "apisauce": "^2.1.2",
  28. "babel-core": "^6.26.3",
  29. "babel-loader": "^8.2.3",
  30. "eslint": "^8.1.0",
  31. "eslint-plugin-react": "^7.26.1",
  32. "expo": "^43.0.2",
  33. "expo-app-loading": "~1.2.1",
  34. "expo-asset": "~8.4.3",
  35. "expo-file-system": "~13.0.3",
  36. "expo-image-picker": "~11.0.3",
  37. "expo-location": "~13.0.4",
  38. "expo-permissions": "~13.0.3",
  39. "expo-secure-store": "~11.0.3",
  40. "expo-sqlite": "~10.0.3",
  41. "expo-status-bar": "~1.1.0",
  42. "formik": "^2.2.9",
  43. "jest-expo-enzyme": "^1.2.4",
  44. "jwt-decode": "^3.1.2",
  45. "moment": "^2.29.1",
  46. "react": "17.0.1",
  47. "react-dom": "17.0.1",
  48. "react-google-places-autocomplete": "^3.3.2",
  49. "react-native": "0.64.2",
  50. "react-native-action-button": "^2.8.5",
  51. "react-native-chart-kit": "^6.11.0",
  52. "react-native-dropdown-picker": "^5.2.3",
  53. "react-native-flash-message": "^0.2.0",
  54. "react-native-gesture-handler": "~1.10.2",
  55. "react-native-google-places-autocomplete": "^2.4.1",
  56. "react-native-keyboard-aware-scroll-view": "^0.9.5",
  57. "react-native-maps": "0.28.0",
  58. "react-native-mask-text": "^0.5.0",
  59. "react-native-multiple-choice": "^0.0.8",
  60. "react-native-multiple-select-list": "^1.0.4",
  61. "react-native-places-input": "^1.1.7",
  62. "react-native-reanimated": "~2.2.0",
  63. "react-native-safe-area-context": "3.3.2",
  64. "react-native-screens": "~3.8.0",
  65. "react-native-searchable-dropdown": "^1.1.3",
  66. "react-native-shadow-2": "^5.1.1",
  67. "react-native-simple-dialogs": "^1.4.0",
  68. "react-native-svg": "12.1.1",
  69. "react-native-svg-transformer": "^0.14.3",
  70. "react-native-svg-uri": "^1.2.3",
  71. "react-native-walkthrough-tooltip": "^1.3.0",
  72. "react-native-web": "0.17.1",
  73. "react-native-webview": "11.13.0",
  74. "react-navigation": "^4.4.4",
  75. "react-navigation-header-buttons": "^9.0.1",
  76. "react-navigation-tabs": "^2.11.1",
  77. "react-test-renderer": "^17.0.2",
  78. "rn-checkbox-list": "^1.1.0",
  79. "searchable-flatlist": "^0.0.4",
  80. "ws": "^8.2.3",
  81. "yup": "^0.32.11"
  82. },
  83. "devDependencies": {
  84. "@babel/core": "^7.12.9",
  85. "jest-expo": "^43.0.0"
  86. },
  87. "private": true
  88. }