| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "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": {
- "@ant-design/icons-react-native": "^2.2.1",
- "@ant-design/react-native": "^3.3.0",
- "@babel/polyfill": "^7.10.1",
- "@expo/vector-icons": "^10.0.0",
- "@react-native-community/blur": "^3.6.0",
- "@react-native-community/datetimepicker": "^2.4.0",
- "@react-native-community/masked-view": "0.1.10",
- "@react-native-community/netinfo": "^5.9.2",
- "@react-native-community/slider": "3.0.0",
- "@react-navigation/bottom-tabs": "^5.3.1",
- "@react-navigation/material-top-tabs": "^5.2.9",
- "@react-navigation/native": "^5.2.1",
- "@react-navigation/stack": "^5.2.16",
- "@umijs/hooks": "^1.9.3",
- "@umijs/use-request": "^1.4.3",
- "acorn": "^7.2.0",
- "ahooks": "^2.4.0",
- "axios": "^0.19.2",
- "color": "^3.1.2",
- "core-js": "^3.6.5",
- "expo": "^38.0.8",
- "expo-application": "~2.2.1",
- "expo-asset": "~8.1.7",
- "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.3",
- "expo-localization": "~8.2.1",
- "expo-location": "~8.2.1",
- "expo-permissions": "~9.0.1",
- "expo-splash-screen": "^0.3.1",
- "expo-status-bar": "^1.0.0",
- "expo-task-manager": "~8.3.0",
- "expo-web-browser": "~8.3.1",
- "flooks": "^3.0.0",
- "i18n-js": "^3.7.0",
- "i18next": "^19.6.2",
- "mockjs": "^1.1.0",
- "moment": "^2.26.0",
- "native-base": "^2.13.12",
- "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.0.tar.gz",
- "react-native-animatable": "^1.3.3",
- "react-native-animation-hooks": "^1.0.1",
- "react-native-gesture-handler": "^1.6.1",
- "react-native-gifted-chat": "^0.16.3",
- "react-native-magnus": "^1.0.39",
- "react-native-modal": "^11.5.6",
- "react-native-paper": "^3.10.1",
- "react-native-reanimated": "^1.9.0",
- "react-native-safe-area-context": "~3.0.7",
- "react-native-screens": "~2.9.0",
- "react-native-sticky-parallax-header": "^0.2.1",
- "react-native-svg": "12.1.0",
- "react-native-tab-view": "^2.14.2",
- "react-native-ui-lib": "^5.10.2",
- "react-native-vector-icons": "^6.6.0",
- "react-native-web": "~0.11.7",
- "react-native-webview": "9.4.0",
- "teaset": "^0.7.4",
- "umi-request": "^1.3.5"
- },
- "devDependencies": {
- "@babel/cli": "^7.10.1",
- "@babel/core": "^7.10.2",
- "@babel/preset-env": "^7.10.2",
- "@typescript-eslint/eslint-plugin": "^3.0.2",
- "@typescript-eslint/parser": "^3.0.2",
- "babel-eslint": "^10.1.0",
- "babel-loader": "^8.1.0",
- "babel-plugin-import": "^1.13.0",
- "babel-preset-expo": "^8.2.3",
- "eslint": "^6.8.0",
- "eslint-config-airbnb": "^18.1.0",
- "eslint-config-prettier": "^6.11.0",
- "eslint-plugin-flowtype": "^5.1.3",
- "eslint-plugin-import": "^2.20.2",
- "eslint-plugin-jsx-a11y": "^6.2.3",
- "eslint-plugin-prettier": "^3.1.3",
- "eslint-plugin-react": "^7.20.0",
- "eslint-plugin-react-hooks": "^2.5.1",
- "eslint-plugin-react-native": "^3.8.1",
- "jest-expo": "^38.0.0",
- "metro-react-native-babel-preset": "^0.59.0",
- "prettier": "2.0.5"
- },
- "private": true
- }
|