| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "main": "node_modules/expo/AppEntry.js",
- "scripts": {
- "start": "expo start",
- "android": "expo start --android",
- "ios": "expo start --ios",
- "web": "expo start --web",
- "eject": "expo eject",
- "test": "jest --watchAll"
- },
- "jest": {
- "preset": "jest-expo"
- },
- "dependencies": {
- "@expo/vector-icons": "^10.0.0",
- "@react-native-community/masked-view": "0.1.10",
- "@react-navigation/bottom-tabs": "^5.6.1",
- "@react-navigation/material-top-tabs": "^5.2.13",
- "@react-navigation/native": "^5.6.1",
- "@react-navigation/stack": "^5.6.2",
- "@wwdrew/react-native-numeric-textinput": "^1.1.0",
- "ahooks": "^2.2.0",
- "color": "^3.1.2",
- "core-js": "^3.6.5",
- "cos-js-sdk-v5": "^0.5.27",
- "expo": "~38.0.8",
- "expo-application": "~2.2.1",
- "expo-asset": "~8.1.7",
- "expo-av": "~8.2.1",
- "expo-constants": "~9.1.1",
- "expo-file-system": "~9.0.1",
- "expo-font": "~8.2.1",
- "expo-image-picker": "~8.3.0",
- "expo-linking": "^1.0.1",
- "expo-localization": "~8.2.1",
- "expo-location": "~8.2.1",
- "expo-notifications": "~0.3.3",
- "expo-permissions": "~9.0.1",
- "expo-splash-screen": "~0.3.1",
- "expo-status-bar": "^1.0.2",
- "expo-web-browser": "~8.3.1",
- "flooks": "^3.0.0",
- "i18n-js": "^3.7.1",
- "i18next": "^19.6.2",
- "moment": "^2.27.0",
- "qs": "^6.9.4",
- "react": "~16.11.0",
- "react-dom": "~16.11.0",
- "react-i18next": "^11.7.0",
- "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
- "react-native-animatable": "^1.3.3",
- "react-native-gesture-handler": "~1.6.0",
- "react-native-gifted-chat": "^0.16.3",
- "react-native-magnus": "^1.0.40",
- "react-native-masked-text": "^1.13.0",
- "react-native-modal": "^11.5.6",
- "react-native-reanimated": "~1.9.0",
- "react-native-safe-area-context": "~3.0.7",
- "react-native-screens": "~2.9.0",
- "react-native-tab-view": "^2.15.0",
- "react-native-vector-icons": "^7.0.0",
- "react-native-web": "~0.11.7",
- "react-native-webview": "9.4.0",
- "teaset": "^0.7.4",
- "tim-js-sdk": "^2.7.6",
- "umi-request": "^1.3.5"
- },
- "devDependencies": {
- "@babel/core": "^7.8.6",
- "@types/react": "~16.9.23",
- "@types/react-native": "~0.62.13",
- "@typescript-eslint/eslint-plugin": "^3.6.1",
- "@typescript-eslint/parser": "^3.6.1",
- "babel-plugin-import": "^1.13.0",
- "babel-preset-expo": "~8.1.0",
- "eslint": "^7.4.0",
- "eslint-config-alloy": "^3.7.3",
- "eslint-config-prettier": "^6.11.0",
- "eslint-plugin-prettier": "^3.1.4",
- "eslint-plugin-react": "^7.20.3",
- "jest-expo": "~38.0.0",
- "prettier": "2.0.5",
- "typescript": "^3.9.6"
- },
- "private": true
- }
|