package.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "name": "strides",
  3. "version": "4.0.0",
  4. "license": "MIT",
  5. "private": true,
  6. "scripts": {
  7. "android": "react-native run-android",
  8. "ios": "react-native run-ios --simulator='iPhone 15 Pro'",
  9. "start": "react-native start",
  10. "test": "jest",
  11. "lint": "eslint .",
  12. "release": "npx react-native run-android --variant=release",
  13. "bundle": "cd android & ./gradlew bundleRelease",
  14. "build:android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/build/generated/assets/createBundleReleaseJsAndAssets/index.android.bundle --assets-dest android/app/build/generated/res/createBundleReleaseJsAndAssets/",
  15. "build:ios": "react-native bundle --platform ios --dev false --entry-file index.js --bundle-output ios/bundle/main.jsbundle --assets-dest ios/bundle ",
  16. "clean": "cd android & ./gradlew clean",
  17. "apk": "cd android & ./gradlew assembleRelease",
  18. "reset": "react-native start --reset-cache",
  19. "postinstall": "patch-package"
  20. },
  21. "dependencies": {
  22. "@allisonadam81/react-native-super-clusters": "^0.0.1",
  23. "@react-native-async-storage/async-storage": "2.1.2",
  24. "@react-native-camera-roll/camera-roll": "7.10.0",
  25. "@react-native-clipboard/clipboard": "1.16.3",
  26. "@react-native-community/checkbox": "0.5.20",
  27. "@react-native-community/datetimepicker": "8.5.1",
  28. "@react-native-community/geolocation": "3.4.0",
  29. "@react-native-community/push-notification-ios": "1.11.0",
  30. "@react-native-firebase/app": "23.8.6",
  31. "@react-native-firebase/crashlytics": "23.8.6",
  32. "@react-native-masked-view/masked-view": "0.3.0",
  33. "@react-native-vector-icons": "https://gitee.com/vbes/react-native-vector-icons.git",
  34. "@react-native-vector-icons/ant-design": "file:node_modules/@react-native-vector-icons/ant-design",
  35. "@react-native-vector-icons/common": "file:node_modules/@react-native-vector-icons/common",
  36. "@react-native-vector-icons/entypo": "file:node_modules/@react-native-vector-icons/entypo",
  37. "@react-native-vector-icons/evil-icons": "file:node_modules/@react-native-vector-icons/evil-icons",
  38. "@react-native-vector-icons/feather": "file:node_modules/@react-native-vector-icons/feather",
  39. "@react-native-vector-icons/fontawesome": "file:node_modules/@react-native-vector-icons/fontawesome",
  40. "@react-native-vector-icons/fontawesome-common": "file:node_modules/@react-native-vector-icons/fontawesome-common",
  41. "@react-native-vector-icons/fontawesome5": "file:node_modules/@react-native-vector-icons/fontawesome5",
  42. "@react-native-vector-icons/fontawesome6": "file:node_modules/@react-native-vector-icons/fontawesome6",
  43. "@react-native-vector-icons/fontisto": "file:node_modules/@react-native-vector-icons/fontisto",
  44. "@react-native-vector-icons/ionicons": "file:node_modules/@react-native-vector-icons/ionicons",
  45. "@react-native-vector-icons/lucide": "file:node_modules/@react-native-vector-icons/lucide",
  46. "@react-native-vector-icons/material-design-icons": "file:node_modules/@react-native-vector-icons/material-design-icons",
  47. "@react-native-vector-icons/material-icons": "file:node_modules/@react-native-vector-icons/material-icons",
  48. "@react-native-vector-icons/octicons": "file:node_modules/@react-native-vector-icons/octicons",
  49. "@react-native-vector-icons/zocial": "file:node_modules/@react-native-vector-icons/zocial",
  50. "@react-navigation/drawer": "7.9.8",
  51. "@react-navigation/material-top-tabs": "7.4.23",
  52. "@react-navigation/native": "7.1.34",
  53. "@react-navigation/stack": "7.8.9",
  54. "@shopify/react-native-skia": "2.0.7",
  55. "axios": "1.7.9",
  56. "react": "19.0.0",
  57. "react-native": "0.78.3",
  58. "react-native-device-info": "14.0.4",
  59. "react-native-gesture-handler": "2.25.0",
  60. "react-native-i18n": "https://gitee.com/vbes/react-native-i18n.git",
  61. "react-native-image-crop-picker": "0.51.1",
  62. "react-native-linear-gradient": "2.8.3",
  63. "react-native-map-clustering": "3.4.2",
  64. "react-native-map-link": "3.9.0",
  65. "react-native-maps": "https://gitee.com/vbes/react-native-maps-arch.git",
  66. "react-native-modal": "^13.0.2",
  67. "react-native-modal-datetime-picker": "18.0.0",
  68. "react-native-pager-view": "8.0.0",
  69. "react-native-permissions": "5.4.1",
  70. "react-native-progress": "5.0.1",
  71. "react-native-push-notification": "8.1.1",
  72. "react-native-reanimated": "3.18.0",
  73. "react-native-root-siblings": "5.0.1",
  74. "react-native-root-toast": "4.0.1",
  75. "react-native-safe-area-context": "5.4.1",
  76. "react-native-screens": "4.18.0",
  77. "react-native-svg": "15.12.0",
  78. "react-native-swiper": "1.6.0",
  79. "react-native-tab-view": "4.0.5",
  80. "react-native-view-shot": "4.0.0",
  81. "react-native-vision-camera": "4.7.3",
  82. "react-native-webview": "13.15.0",
  83. "vbe-cluster-map": "https://gitee.com/vbes/vbe-cluster-map2.git",
  84. "victory-native": "41.20.2"
  85. },
  86. "devDependencies": {
  87. "@babel/core": "^7.25.2",
  88. "@babel/preset-env": "^7.25.3",
  89. "@babel/runtime": "^7.25.0",
  90. "@react-native-community/cli": "18.0.0",
  91. "@react-native-community/cli-platform-android": "18.0.0",
  92. "@react-native-community/cli-platform-ios": "18.0.0",
  93. "@react-native/babel-preset": "0.78.3",
  94. "@react-native/eslint-config": "0.78.3",
  95. "@react-native/metro-config": "0.78.3",
  96. "@react-native/typescript-config": "0.78.3",
  97. "@types/jest": "^29.5.13",
  98. "@types/react": "^19.0.0",
  99. "@types/react-test-renderer": "^19.0.0",
  100. "babel-plugin-module-resolver": "^5.0.2",
  101. "eslint": "^8.19.0",
  102. "jest": "^29.6.3",
  103. "patch-package": "^8.0.0",
  104. "postinstall-postinstall": "^2.1.0",
  105. "prettier": "2.8.8",
  106. "react-test-renderer": "19.0.0",
  107. "typescript": "5.0.4"
  108. },
  109. "resolutions": {
  110. "react-native-permissions": "5.4.1"
  111. },
  112. "overrides": {},
  113. "engines": {
  114. "node": ">=18"
  115. },
  116. "packageManager": "yarn@3.6.4",
  117. "jest": {
  118. "preset": "react-native"
  119. }
  120. }