package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "name": "strides",
  3. "version": "3.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. "sit:android": "appcenter codepush release-react -a vbe/ChargEcoAndroid -d Staging -t",
  20. "prod:android": "appcenter codepush release-react -a vbe/ChargEcoAndroid -d Production -t",
  21. "sit:ios": "appcenter codepush release-react -a vbe/ChargEcoiOS -d Staging -t",
  22. "prod:ios": "appcenter codepush release-react -a vbe/ChargEcoiOS -d Production -t",
  23. "push:android": "appcenter codepush release-react -a vbe/ChargEcoAndroid -d Production -t",
  24. "push:ios": "appcenter codepush release-react -a vbe/ChargEcoiOS -c ios/bundle -d Production -t",
  25. "postinstall": "patch-package"
  26. },
  27. "dependencies": {
  28. "@react-native-async-storage/async-storage": "^1.19.3",
  29. "@react-native-camera-roll/camera-roll": "5.7.2",
  30. "@react-native-community/art": "^1.2.0",
  31. "@react-native-community/checkbox": "^0.5.10",
  32. "@react-native-community/geolocation": "^3.0.5",
  33. "@react-native-community/push-notification-ios": "^1.11.0",
  34. "@react-native-masked-view/masked-view": "^0.2.9",
  35. "@react-navigation/drawer": "^6.6.3",
  36. "@react-navigation/material-top-tabs": "^6.6.3",
  37. "@react-navigation/native": "^6.1.7",
  38. "@react-navigation/stack": "^6.3.17",
  39. "add": "^2.0.6",
  40. "axios": "^1.5.0",
  41. "deprecated-react-native-prop-types": "^4.2.1",
  42. "react": "18.2.0",
  43. "react-native": "0.72.4",
  44. "react-native-camera": "^4.2.1",
  45. "react-native-device-info": "^10.8.0",
  46. "react-native-gesture-handler": "^2.12.1",
  47. "react-native-gradients": "^2.0.1",
  48. "react-native-i18n": "https://gitee.com/vbes/react-native-i18n.git",
  49. "react-native-image-crop-picker": "^0.40.0",
  50. "react-native-location-enabler": "^4.1.1",
  51. "react-native-map-clustering": "^3.4.2",
  52. "react-native-map-link": "^2.7.27",
  53. "react-native-maps": "https://gitee.com/vbes/react-native-maps.git",
  54. "react-native-modal": "^13.0.1",
  55. "react-native-modal-datetime-picker": "^17.1.0",
  56. "react-native-pager-view": "^6.2.0",
  57. "react-native-permissions": "^3.9.0",
  58. "react-native-progress": "^4.1.2",
  59. "react-native-push-notification": "^8.1.1",
  60. "react-native-qrcode-scanner": "^1.6.0",
  61. "react-native-reanimated": "^3.4.2",
  62. "react-native-root-siblings": "^4.1.1",
  63. "react-native-root-toast": "^3.5.1",
  64. "react-native-safe-area-context": "^4.7.1",
  65. "react-native-screens": "^3.24.0",
  66. "react-native-share": "^9.2.3",
  67. "react-native-svg": "^13.13.0",
  68. "react-native-swiper": "^1.6.0",
  69. "react-native-tab-view": "^3.5.2",
  70. "react-native-vector-icons": "^10.0.0",
  71. "react-native-view-shot": "^3.1.2",
  72. "react-native-web": "0.19.8",
  73. "react-native-webview": "^13.3.1",
  74. "vbe-cluster-map": "https://gitee.com/vbes/vbe-cluster-map.git",
  75. "victory-native": "^36.6.11"
  76. },
  77. "devDependencies": {
  78. "@babel/core": "^7.20.0",
  79. "@babel/preset-env": "^7.20.0",
  80. "@babel/runtime": "^7.20.0",
  81. "@react-native/eslint-config": "^0.72.2",
  82. "@react-native/metro-config": "^0.72.11",
  83. "babel-jest": "^29.2.1",
  84. "eslint": "^8.19.0",
  85. "jest": "^29.2.1",
  86. "metro-react-native-babel-preset": "^0.76.8",
  87. "patch-package": "^8.0.0",
  88. "postinstall-postinstall": "^2.1.0",
  89. "react-test-renderer": "18.2.0",
  90. "typescript": "4.8.4"
  91. },
  92. "resolutions": {
  93. "react-native-permissions": "^3.9.0"
  94. },
  95. "overrides": {
  96. "react-native-qrcode-scanner": {
  97. "react-native-permissions": "^3.9.0"
  98. }
  99. },
  100. "engines": {
  101. "node": ">=16"
  102. },
  103. "jest": {
  104. "preset": "react-native"
  105. }
  106. }