package.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. {
  2. "scripts": {
  3. "start": "expo start --dev-client",
  4. "android": "react-native run-android",
  5. "build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
  6. "ios": "react-native run-ios",
  7. "web": "expo start --web",
  8. "check-deps": "rnx-dep-check",
  9. "fix-deps": "rnx-dep-check --write",
  10. "eject": "expo eject",
  11. "test": "jest",
  12. "docs": "jsdoc --readme ./readme.md -c jsdoc.json --debug -d docs"
  13. },
  14. "jest": {
  15. "preset": "jest-expo",
  16. "transformIgnorePatterns": [
  17. "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/.*|@react-native-community/picker)/"
  18. ],
  19. "collectCoverage": true,
  20. "collectCoverageFrom": [
  21. "**/*.{js,jsx,ts,tsx}",
  22. "!**/coverage/**",
  23. "!**/node_modules/**",
  24. "!**/docs/**",
  25. "!**/babel.config.js",
  26. "!**/jest.setup.js"
  27. ],
  28. "timers": "fake"
  29. },
  30. "dependencies": {
  31. "@babel/runtime": "^7.18.6",
  32. "@expo-google-fonts/racing-sans-one": "^0.2.2",
  33. "@expo/vector-icons": "^12.0.0",
  34. "@openspacelabs/react-native-zoomable-view": "^2.0.4",
  35. "@react-native-community/checkbox": "^0.5.8",
  36. "@react-native-community/slider": "4.1.12",
  37. "@react-native-picker/picker": "^2.4.2",
  38. "@react-navigation/bottom-tabs": "^6.3.1",
  39. "@react-navigation/native": "^6.0.8",
  40. "@react-navigation/native-stack": "^6.6.2",
  41. "@react-navigation/stack": "^6.2.0",
  42. "@turf/turf": "^6.5.0",
  43. "@types/react-native-dotenv": "^0.2.0",
  44. "axios": "^0.27.2",
  45. "b64-to-blob": "^1.2.19",
  46. "date-fns": "^2.28.0",
  47. "expo": "^44.0.0",
  48. "expo-app-loading": "~1.3.0",
  49. "expo-asset": "~8.4.6",
  50. "expo-auth-session": "~3.5.0",
  51. "expo-cli": "^5.4.12",
  52. "expo-constants": "~13.0.1",
  53. "expo-eas-client": "^0.2.1",
  54. "expo-file-system": "~13.1.4",
  55. "expo-font": "~10.0.4",
  56. "expo-image-picker": "~12.0.1",
  57. "expo-keep-awake": "~10.0.1",
  58. "expo-linking": "~3.0.0",
  59. "expo-modules-core": "~0.6.4",
  60. "expo-notifications": "~0.14.0",
  61. "expo-random": "~12.1.1",
  62. "expo-secure-store": "~11.1.0",
  63. "expo-speech": "~10.1.0",
  64. "expo-splash-screen": "~0.14.1",
  65. "expo-status-bar": "~1.2.0",
  66. "expo-updates": "~0.11.7",
  67. "expo-web-browser": "~10.1.0",
  68. "formik": "^2.2.9",
  69. "jwt-decode": "^3.1.2",
  70. "md5": "^2.3.0",
  71. "mobx": "^6.6.1",
  72. "mobx-react": "^7.5.1",
  73. "parcel": "^2.6.2",
  74. "patch-package": "^6.4.7",
  75. "postcss": "^8.4.14",
  76. "react": "17.0.1",
  77. "react-dom": "17.0.1",
  78. "react-hook-form": "^7.33.1",
  79. "react-native": "^0.64.3",
  80. "react-native-animated-spinkit": "^1.5.2",
  81. "react-native-collapsible": "^1.6.0",
  82. "react-native-config": "^1.4.6",
  83. "react-native-device-info": "^9.0.2",
  84. "react-native-dialog": "^9.2.2",
  85. "react-native-dotenv": "^3.3.1",
  86. "react-native-fast-image": "^8.5.11",
  87. "react-native-fs": "^2.18.0",
  88. "react-native-gesture-handler": "~2.1.0",
  89. "react-native-get-random-values": "~1.7.0",
  90. "react-native-maps": "0.29.4",
  91. "react-native-maps-directions": "^1.8.0",
  92. "react-native-material-menu": "^2.0.0",
  93. "react-native-modal": "^11.10.0",
  94. "react-native-multi-selectbox": "^1.5.0",
  95. "react-native-multiple-select": "^0.5.9",
  96. "react-native-paper": "^4.12.2",
  97. "react-native-permissions": "^3.3.1",
  98. "react-native-picker-select": "^8.0.4",
  99. "react-native-popup-menu": "^0.15.12",
  100. "react-native-reanimated": "~2.3.1",
  101. "react-native-root-toast": "^3.4.0",
  102. "react-native-safe-area-context": "3.3.2",
  103. "react-native-screens": "~3.10.1",
  104. "react-native-sectioned-multi-select": "^0.9.1",
  105. "react-native-sha256": "^1.4.7",
  106. "react-native-side-drawer": "^2.0.0",
  107. "react-native-spinkit": "^1.5.1",
  108. "react-native-spokestack": "^6.1.4",
  109. "react-native-svg": "12.1.1",
  110. "react-native-svg-transformer": "^1.0.0",
  111. "react-native-toast-message": "^2.1.5",
  112. "react-native-view-shot": "3.1.2",
  113. "react-native-web": "0.17.7",
  114. "react-native-windows": "^0.64.30",
  115. "react-query": "^3.39.1",
  116. "uuid": "^8.3.2",
  117. "yup": "^0.32.11"
  118. },
  119. "devDependencies": {
  120. "@babel/core": "^7.12.9",
  121. "@parcel/transformer-image": "^2.6.2",
  122. "@rnx-kit/dep-check": "^1.12.17",
  123. "@types/react": "~17.0.21",
  124. "@types/react-native": "~0.67.6",
  125. "cssnano": "^5.1.12",
  126. "typescript": "~4.3.5"
  127. },
  128. "private": true,
  129. "name": "atlas-mobile-ts",
  130. "version": "1.0.0",
  131. "rnx-kit": {
  132. "reactNativeVersion": "^0.68.2",
  133. "kitType": "app",
  134. "capabilities": [
  135. "animation",
  136. "checkbox",
  137. "core",
  138. "core-android",
  139. "core-ios",
  140. "core-windows",
  141. "filesystem",
  142. "gestures",
  143. "modal",
  144. "navigation/native",
  145. "navigation/stack",
  146. "react",
  147. "react-dom",
  148. "safe-area",
  149. "screens",
  150. "svg"
  151. ]
  152. },
  153. "resolutions": {
  154. "@types/react": "17.0.14",
  155. "@types/react-dom": "17.0.14"
  156. }
  157. }