package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. "eject": "expo eject",
  9. "test": "jest",
  10. "docs": "jsdoc --readme ./readme.md -c jsdoc.json --debug -d docs"
  11. },
  12. "jest": {
  13. "preset": "jest-expo",
  14. "transformIgnorePatterns": [
  15. "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)/"
  16. ],
  17. "collectCoverage": true,
  18. "collectCoverageFrom": [
  19. "**/*.{js,jsx,ts,tsx}",
  20. "!**/coverage/**",
  21. "!**/node_modules/**",
  22. "!**/docs/**",
  23. "!**/babel.config.js",
  24. "!**/jest.setup.js"
  25. ],
  26. "timers": "fake"
  27. },
  28. "dependencies": {
  29. "@babel/runtime": "^7.14.8",
  30. "@expo-google-fonts/racing-sans-one": "^0.2.0",
  31. "@expo/vector-icons": "^12.0.0",
  32. "@openspacelabs/react-native-zoomable-view": "^2.0.0",
  33. "@react-native-community/checkbox": "^0.5.8",
  34. "@react-native-community/slider": "4.1.10",
  35. "@react-native-picker/picker": "^2.3.0",
  36. "@react-navigation/bottom-tabs": "^6.2.0",
  37. "@react-navigation/native": "^6.0.8",
  38. "@react-navigation/native-stack": "^6.5.0",
  39. "@react-navigation/stack": "^6.1.1",
  40. "@turf/turf": "^6.5.0",
  41. "@types/react-native-dotenv": "^0.2.0",
  42. "axios": "^0.21.1",
  43. "b64-to-blob": "^1.2.19",
  44. "date-fns": "^2.23.0",
  45. "expo": "^43.0.3",
  46. "expo-app-loading": "~1.2.1",
  47. "expo-asset": "~8.4.3",
  48. "expo-auth-session": "~3.4.2",
  49. "expo-cli": "^6.0.5",
  50. "expo-constants": "~12.1.3",
  51. "expo-file-system": "~13.0.3",
  52. "expo-font": "~10.0.3",
  53. "expo-image-picker": "~11.0.3",
  54. "expo-linking": "~2.4.2",
  55. "expo-modules": "^0.0.0",
  56. "expo-notifications": "~0.13.3",
  57. "expo-random": "~12.0.1",
  58. "expo-secure-store": "~11.0.3",
  59. "expo-speech": "~10.0.3",
  60. "expo-splash-screen": "~0.13.4",
  61. "expo-status-bar": "~1.1.0",
  62. "expo-updates": "^0.10.15",
  63. "expo-web-browser": "~10.0.3",
  64. "formik": "^2.2.9",
  65. "jwt-decode": "^3.1.2",
  66. "md5": "^2.3.0",
  67. "mobx": "^6.3.2",
  68. "mobx-react": "^7.2.0",
  69. "parcel": "^2.0.0-rc.0",
  70. "patch-package": "^6.4.7",
  71. "postcss": "^8.3.6",
  72. "react": "^17.0.1",
  73. "react-dom": "17.0.1",
  74. "react-hook-form": "^7.12.2",
  75. "react-native": "0.64.3",
  76. "react-native-animated-spinkit": "^1.5.2",
  77. "react-native-collapsible": "^1.6.0",
  78. "react-native-config": "^1.4.5",
  79. "react-native-device-info": "^8.6.0",
  80. "react-native-dialog": "^9.2.0",
  81. "react-native-dotenv": "^3.3.0",
  82. "react-native-fast-image": "^8.5.11",
  83. "react-native-fs": "^2.19.0",
  84. "react-native-gesture-handler": "~1.10.2",
  85. "react-native-get-random-values": "~1.7.0",
  86. "react-native-maps": "0.29.3",
  87. "react-native-maps-directions": "^1.8.0",
  88. "react-native-material-menu": "^2.0.0",
  89. "react-native-modal": "^12.0.3",
  90. "react-native-multi-selectbox": "^1.5.0",
  91. "react-native-multiple-select": "^0.5.7",
  92. "react-native-paper": "^4.9.2",
  93. "react-native-permissions": "^3.1.0",
  94. "react-native-picker-select": "^8.0.0",
  95. "react-native-popup-menu": "^0.15.12",
  96. "react-native-reanimated": "~2.2.0",
  97. "react-native-root-toast": "^3.3.0",
  98. "react-native-safe-area-context": "3.3.2",
  99. "react-native-screens": "~3.8.0",
  100. "react-native-sectioned-multi-select": "^0.8.1",
  101. "react-native-sha256": "^1.4.7",
  102. "react-native-side-drawer": "^1.2.9",
  103. "react-native-spinkit": "^1.5.1",
  104. "react-native-spokestack": "^6.1.4",
  105. "react-native-svg": "^12.1.1",
  106. "react-native-svg-transformer": "^1.0.0",
  107. "react-native-toast-message": "^2.1.3",
  108. "react-native-view-shot": "3.1.2",
  109. "react-native-web": "^0.13",
  110. "react-native-windows": "0.64.2",
  111. "react-query": "^3.19.0",
  112. "uuid": "^8.3.2",
  113. "yup": "^0.32.9"
  114. },
  115. "devDependencies": {
  116. "@babel/core": "^7.12.9",
  117. "@parcel/transformer-image": "^2.0.0-rc.0",
  118. "@types/react": "~17.0.21",
  119. "@types/react-native": "~0.64.12",
  120. "cssnano": "^5.0.7",
  121. "react-native-svg-transformer": "^1.0.0",
  122. "typescript": "~4.3.5"
  123. },
  124. "private": true,
  125. "name": "atlas-mobile-ts",
  126. "version": "1.0.0"
  127. }