| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "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",
- "storybook": "start-storybook -p 7007"
- },
- "jest": {
- "preset": "jest-expo"
- },
- "dependencies": {
- "@ant-design/react-native": "^3.3.0",
- "@babel/polyfill": "^7.8.7",
- "@eva-design/eva": "^2.0.0",
- "@expo/vector-icons": "^10.0.0",
- "@react-native-community/masked-view": "0.1.6",
- "@react-navigation/bottom-tabs": "^5.0.0",
- "@react-navigation/core": "^3.7.6",
- "@react-navigation/material-top-tabs": "^5.2.8",
- "@react-navigation/native": "^5.4.3",
- "@react-navigation/stack": "^5.0.0",
- "@react-navigation/web": "~1.0.0-alpha.9",
- "@ui-kitten/components": "^5.0.0",
- "@ui-kitten/eva-icons": "^5.0.0",
- "@umijs/hooks": "^1.9.3",
- "axios": "^0.19.2",
- "beeshell": "^2.0.11",
- "chokidar": "^3.4.0",
- "expo": "^37.0.0",
- "expo-asset": "~8.1.5",
- "expo-constants": "~9.0.0",
- "expo-file-system": "~8.1.0",
- "expo-font": "~8.1.0",
- "expo-image-picker": "~8.1.0",
- "expo-linking": "~1.0.1",
- "expo-localization": "~8.1.0",
- "expo-splash-screen": "^0.2.3",
- "expo-web-browser": "~8.2.1",
- "flooks": "^1.2.0",
- "i18n-js": "^3.5.1",
- "moment": "^2.25.3",
- "qs": "^6.9.4",
- "react": "16.9.0",
- "react-dom": "16.9.0",
- "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
- "react-native-action-button": "^2.8.5",
- "react-native-gesture-handler": "~1.6.0",
- "react-native-maps": "0.26.1",
- "react-native-modal": "^11.5.6",
- "react-native-number-please": "^1.0.5",
- "react-native-reanimated": "~1.7.0",
- "react-native-safe-area-context": "0.7.3",
- "react-native-screens": "~2.2.0",
- "react-native-tab-view": "^2.14.0",
- "react-native-textarea": "^1.0.4",
- "react-native-web": "^0.11.7",
- "teaset": "^0.7.4",
- "zarm": "^2.3.2"
- },
- "devDependencies": {
- "@babel/cli": "^7.10.0",
- "@babel/core": "^7.10.0",
- "@babel/preset-env": "^7.9.6",
- "@expo/webpack-config": "^0.11.25",
- "@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.1.0",
- "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": "^37.0.0",
- "metro-react-native-babel-preset": "^0.59.0",
- "prettier": "^2.0.5",
- "react-native-svg": "11.0.1"
- },
- "private": true
- }
|