| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "name": "strides",
- "version": "2.0.0",
- "license": "MIT",
- "private": true,
- "scripts": {
- "android": "react-native run-android",
- "ios": "react-native run-ios",
- "start": "react-native start",
- "test": "jest",
- "lint": "eslint .",
- "release": "npx react-native run-android --variant=release",
- "bundle": "cd android & ./gradlew bundleRelease",
- "build:android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/",
- "build:ios": "react-native bundle --platform ios --dev false --entry-file index.js --bundle-output ios/bundle/main.jsbundle --assets-dest ios/bundle ",
- "clean": "cd android & ./gradlew clean",
- "apk": "cd android & ./gradlew assembleRelease",
- "reset": "react-native start --reset-cache",
- "sit:android": "appcenter codepush release-react -a vbe/ChargEcoAndroid -d Staging -t",
- "prod:android": "appcenter codepush release-react -a vbe/ChargEcoAndroid -d Production -t",
- "sit:ios": "appcenter codepush release-react -a vbe/ChargEcoiOS -d Staging -t",
- "prod:ios": "appcenter codepush release-react -a vbe/ChargEcoiOS -d Production -t",
- "push:android": "appcenter codepush release-react -a vbe/ChargEcoAndroid -d Production -t",
- "push:ios": "appcenter codepush release-react -a vbe/ChargEcoiOS -c ios/bundle -d Production -t"
- },
- "dependencies": {
- "@react-native-async-storage/async-storage": "^1.15.3",
- "@react-native-community/art": "^1.2.0",
- "@react-native-community/cameraroll": "^4.0.4",
- "@react-native-community/checkbox": "^0.5.7",
- "@react-native-community/geolocation": "^2.0.2",
- "@react-native-community/masked-view": "^0.1.10",
- "@react-native-community/push-notification-ios": "^1.8.0",
- "@react-navigation/drawer": "^5.12.5",
- "@react-navigation/material-top-tabs": "^5.3.19",
- "@react-navigation/native": "^5.9.4",
- "@react-navigation/stack": "^5.14.4",
- "appcenter": "^4.4.5",
- "appcenter-analytics": "^4.4.5",
- "appcenter-crashes": "^4.4.5",
- "axios": "^0.21.1",
- "react": "17.0.1",
- "react-native": "https://gitee.com/vbes/react-native.git",
- "react-native-camera": "^3.43.5",
- "react-native-code-push": "^7.1.0",
- "react-native-device-info": "^8.3.1",
- "react-native-gesture-handler": "^1.10.3",
- "react-native-gradients": "^1.1.1",
- "react-native-image-crop-picker": "^0.36.2",
- "react-native-map-clustering": "^3.4.2",
- "react-native-map-link": "^2.7.27",
- "react-native-maps": "^0.28.0",
- "react-native-modal": "^13.0.1",
- "react-native-modal-datetime-picker": "^13.1.2",
- "react-native-permissions": "^3.0.1",
- "react-native-progress": "^4.1.2",
- "react-native-push-notification": "^7.3.1",
- "react-native-qrcode-scanner": "^1.5.4",
- "react-native-reanimated": "^2.1.0",
- "react-native-root-siblings": "^4.1.0",
- "react-native-root-toast": "^3.2.1",
- "react-native-safe-area-context": "^3.2.0",
- "react-native-screens": "^3.1.1",
- "react-native-share": "^6.1.0",
- "react-native-svg": "^12.1.1",
- "react-native-tab-view": "^2.16.0",
- "react-native-vector-icons": "^9.2.0",
- "react-native-view-shot": "^3.1.2",
- "react-native-webview": "^11.6.4",
- "supercluster": "^7.1.3",
- "vbe-cluster-map": "https://gitee.com/vbes/vbe-cluster-map.git",
- "victory-native": "^35.3.3"
- },
- "devDependencies": {
- "@babel/core": "^7.13.15",
- "@babel/runtime": "^7.13.10",
- "@react-native-community/eslint-config": "^2.0.0",
- "babel-jest": "^26.6.3",
- "eslint": "^7.24.0",
- "jest": "^26.6.3",
- "metro-react-native-babel-preset": "^0.65.2",
- "react-test-renderer": "17.0.1"
- },
- "jest": {
- "preset": "react-native"
- }
- }
|