{ "name": "hola", "version": "1.0.0", "private": true, "description": "", "templateInfo": { "name": "react-native", "typescript": true, "css": "sass" }, "scripts": { "build:weapp": "taro build --type weapp", "build_and_upload:weapp": "taro build --type weapp --upload", "build:swan": "taro build --type swan", "build:alipay": "taro build --type alipay", "build:tt": "taro build --type tt", "build:h5": "taro build --type h5", "build:rn": "taro build --type rn", "build:qq": "taro build --type qq", "build:jd": "taro build --type jd", "build:quickapp": "taro build --type quickapp", "dev:weapp": "npm run build:weapp -- --watch", "dev:swan": "npm run build:swan -- --watch", "dev:alipay": "npm run build:alipay -- --watch", "dev:tt": "npm run build:tt -- --watch", "dev:h5": "npm run build:h5 -- --watch", "dev:rn": "npm run build:rn -- --watch --qr", "dev:qq": "npm run build:qq -- --watch", "dev:jd": "npm run build:jd -- --watch", "dev:quickapp": "npm run build:quickapp -- --watch", "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "podInstall": "pod-install", "upgradePeerdeps": "install-peerdeps @tarojs/taro-rn@3.6.16 -o -Y && install-peerdeps @tarojs/components-rn@3.6.16 -o -Y && install-peerdeps @tarojs/router-rn@3.6.16 -o -Y && pod-install" }, "browserslist": [ "last 3 versions", "Android >= 4.1", "ios >= 8" ], "author": "", "dependencies": { "@babel/runtime": "^7.7.7", "@bam.tech/react-native-image-resizer": "~3.0.4", "@expo/react-native-action-sheet": "^4.0.1", "@react-native-async-storage/async-storage": "~1.17.7", "@react-native-camera-roll/camera-roll": "~5.0.4", "@react-native-clipboard/clipboard": "~1.11.1", "@react-native-community/geolocation": "~3.0.2", "@react-native-community/netinfo": "~9.3.0", "@react-native-community/push-notification-ios": "^1.11.0", "@react-native-community/slider": "~4.3.2", "@react-native-firebase/app": "^19.2.2", "@react-native-firebase/messaging": "^19.2.2", "@react-native-masked-view/masked-view": "~0.2.7", "@react-native-picker/picker": "~2.4.2", "@react-navigation/bottom-tabs": "^6.5.10", "@react-navigation/native": "^6.1.9", "@react-navigation/stack": "^6.3.19", "@reduxjs/toolkit": "^1.9.7", "@tarojs/components": "3.6.19", "@tarojs/helper": "3.6.19", "@tarojs/plugin-framework-react": "3.6.19", "@tarojs/plugin-mini-ci": "^3.6.27", "@tarojs/plugin-platform-alipay": "3.6.19", "@tarojs/plugin-platform-h5": "3.6.19", "@tarojs/plugin-platform-jd": "3.6.19", "@tarojs/plugin-platform-qq": "3.6.19", "@tarojs/plugin-platform-swan": "3.6.19", "@tarojs/plugin-platform-tt": "3.6.19", "@tarojs/plugin-platform-weapp": "3.6.19", "@tarojs/react": "3.6.19", "@tarojs/rn-supporter": "3.6.19", "@tarojs/runtime": "3.6.19", "@tarojs/runtime-rn": "3.6.19", "@tarojs/shared": "3.6.19", "@tarojs/taro": "3.6.19", "@tarojs/taro-rn": "3.6.19", "@xstate/react": "^3.2.2", "ahooks": "^3.7.8", "dayjs": "^1.11.10", "expo": "~47.0.3", "expo-av": "~13.0.0", "expo-barcode-scanner": "~12.0.0", "expo-brightness": "~11.0.0", "expo-camera": "~13.0.0", "expo-file-system": "~15.1.1", "expo-image-picker": "~14.0.0", "expo-keep-awake": "~11.0.1", "expo-location": "~15.0.1", "expo-sensors": "~12.0.1", "i18next": "^23.5.1", "i18next-browser-languagedetector": "^7.1.0", "intl": "^1.2.5", "lodash": "^4.17.21", "mathjs": "^12.3.0", "moment-timezone": "^0.5.45", "react": "^18.1.0", "react-dom": "^18.1.0", "react-i18next": "^13.2.2", "react-native": "^0.70.1", "react-native-device-info": "~10.3.0", "react-native-gesture-handler": "~2.9.0", "react-native-haptic-feedback": "^2.2.0", "react-native-linear-gradient": "^2.8.3", "react-native-localize": "^3.1.0", "react-native-onesignal": "^5.1.3", "react-native-pager-view": "~6.0.1", "react-native-permissions": "^4.1.5", "react-native-push-notification": "^8.1.1", "react-native-safe-area-context": "~4.4.1", "react-native-screens": "^3.18.2", "react-native-svg": "~13.7.0", "react-native-syan-image-picker": "0.5.3", "react-native-webview": "~11.23.0", "react-redux": "^8.1.3", "taro-ui": "^3.1.1", "tdesign-miniprogram": "^1.2.8", "tdesign-miniprogram-taro": "^0.0.4", "xstate": "^4.38.2" }, "devDependencies": { "@babel/core": "^7.12.9", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", "@tarojs/cli": "3.6.19", "@tarojs/rn-runner": "3.6.19", "@tarojs/taro-loader": "3.6.19", "@tarojs/webpack5-runner": "3.6.19", "@types/node": "^18.15.11", "@types/react": "^18.0.0", "@types/react-native": "^0.69.8", "@types/webpack-env": "^1.13.6", "@typescript-eslint/eslint-plugin": "^5.20.0", "@typescript-eslint/parser": "^5.20.0", "babel-preset-taro": "3.6.19", "eslint": "^8.12.0", "eslint-config-taro": "3.6.19", "eslint-plugin-import": "^2.12.0", "eslint-plugin-react": "^7.8.2", "eslint-plugin-react-hooks": "^4.2.0", "install-peerdeps": "^3.0.3", "pod-install": "^0.1.23", "postcss": "^8.4.18", "react-refresh": "^0.11.0", "stylelint": "9.3.0", "ts-node": "^10.9.1", "typescript": "^4.1.0", "webpack": "^5.78.0" } }