package.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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.0.0",
  24. "@react-native-camera-roll/camera-roll": "7.9.0",
  25. "@react-native-clipboard/clipboard": "1.16.3",
  26. "@react-native-community/checkbox": "0.5.20",
  27. "@react-native-community/geolocation": "3.4.0",
  28. "@react-native-community/push-notification-ios": "1.11.0",
  29. "@react-native-masked-view/masked-view": "0.3.0",
  30. "@react-native-vector-icons": "https://gitee.com/vbes/react-native-vector-icons.git",
  31. "@react-native-vector-icons/ant-design": "file:node_modules/@react-native-vector-icons/ant-design",
  32. "@react-native-vector-icons/common": "file:node_modules/@react-native-vector-icons/common",
  33. "@react-native-vector-icons/entypo": "file:node_modules/@react-native-vector-icons/entypo",
  34. "@react-native-vector-icons/evil-icons": "file:node_modules/@react-native-vector-icons/evil-icons",
  35. "@react-native-vector-icons/feather": "file:node_modules/@react-native-vector-icons/feather",
  36. "@react-native-vector-icons/fontawesome": "file:node_modules/@react-native-vector-icons/fontawesome",
  37. "@react-native-vector-icons/fontawesome-common": "file:node_modules/@react-native-vector-icons/fontawesome-common",
  38. "@react-native-vector-icons/fontawesome5": "file:node_modules/@react-native-vector-icons/fontawesome5",
  39. "@react-native-vector-icons/fontawesome6": "file:node_modules/@react-native-vector-icons/fontawesome6",
  40. "@react-native-vector-icons/fontisto": "file:node_modules/@react-native-vector-icons/fontisto",
  41. "@react-native-vector-icons/ionicons": "file:node_modules/@react-native-vector-icons/ionicons",
  42. "@react-native-vector-icons/lucide": "file:node_modules/@react-native-vector-icons/lucide",
  43. "@react-native-vector-icons/material-design-icons": "file:node_modules/@react-native-vector-icons/material-design-icons",
  44. "@react-native-vector-icons/material-icons": "file:node_modules/@react-native-vector-icons/material-icons",
  45. "@react-native-vector-icons/octicons": "file:node_modules/@react-native-vector-icons/octicons",
  46. "@react-native-vector-icons/zocial": "file:node_modules/@react-native-vector-icons/zocial",
  47. "@react-navigation/drawer": "7.1.1",
  48. "@react-navigation/material-top-tabs": "7.1.0",
  49. "@react-navigation/native": "7.1.14",
  50. "@react-navigation/stack": "7.4.2",
  51. "axios": "1.7.9",
  52. "react": "18.3.1",
  53. "react-native": "0.77.0",
  54. "react-native-device-info": "14.0.4",
  55. "react-native-gesture-handler": "2.22.0",
  56. "react-native-i18n": "https://gitee.com/vbes/react-native-i18n.git",
  57. "react-native-image-crop-picker": "0.51.1",
  58. "react-native-linear-gradient": "2.8.3",
  59. "react-native-map-clustering": "3.4.2",
  60. "react-native-map-link": "2.11.2",
  61. "react-native-maps": "1.25.1",
  62. "react-native-modal": "^13.0.2",
  63. "react-native-modal-datetime-picker": "^18.0.0",
  64. "react-native-pager-view": "6.5.1",
  65. "react-native-permissions": "5.4.0",
  66. "react-native-progress": "5.0.1",
  67. "react-native-push-notification": "8.1.1",
  68. "react-native-reanimated": "3.18.0",
  69. "react-native-root-siblings": "5.0.1",
  70. "react-native-root-toast": "3.6.0",
  71. "react-native-safe-area-context": "^5.4.1",
  72. "react-native-screens": "4.11.1",
  73. "react-native-svg": "15.11.1",
  74. "react-native-swiper": "1.6.0",
  75. "react-native-tab-view": "4.0.5",
  76. "react-native-view-shot": "4.0.0",
  77. "react-native-vision-camera": "^4.7.3",
  78. "react-native-web": "0.19.13",
  79. "react-native-webview": "13.15.0",
  80. "vbe-cluster-map": "https://gitee.com/vbes/vbe-cluster-map2.git",
  81. "victory-native": "41.17.1"
  82. },
  83. "devDependencies": {
  84. "@babel/core": "^7.25.2",
  85. "@babel/preset-env": "^7.25.3",
  86. "@babel/runtime": "^7.25.0",
  87. "@react-native-community/cli": "15.0.1",
  88. "@react-native-community/cli-platform-android": "15.0.1",
  89. "@react-native-community/cli-platform-ios": "15.0.1",
  90. "@react-native/babel-preset": "0.77.0",
  91. "@react-native/eslint-config": "0.77.0",
  92. "@react-native/metro-config": "0.77.0",
  93. "@react-native/typescript-config": "0.77.0",
  94. "@types/jest": "^29.5.13",
  95. "@types/react": "^18.2.6",
  96. "@types/react-test-renderer": "^18.0.0",
  97. "babel-plugin-module-resolver": "^5.0.2",
  98. "eslint": "^8.19.0",
  99. "jest": "^29.6.3",
  100. "patch-package": "^8.0.0",
  101. "postinstall-postinstall": "^2.1.0",
  102. "prettier": "2.8.8",
  103. "react-test-renderer": "18.3.1",
  104. "typescript": "5.0.4"
  105. },
  106. "resolutions": {
  107. "react-native-permissions": "5.4.0"
  108. },
  109. "overrides": {},
  110. "engines": {
  111. "node": ">=18"
  112. },
  113. "packageManager": "yarn@3.6.4",
  114. "jest": {
  115. "preset": "react-native"
  116. }
  117. }