Description
package.json
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"clean": "expo r -c",
"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/react-native": "^4.1.0",
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"@expo/metro-config": "^0.1.73",
"@expo/react-native-read-more-text": "^1.1.0",
"@expo/vector-icons": "^12.0.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/segmented-control": "^2.2.2",
"@react-navigation/bottom-tabs": "5.11.2",
"@react-navigation/native": "~5.8.10",
"@react-navigation/stack": "~5.12.8",
"babel-plugin-import": "^1.13.3",
"babel-plugin-inline-import": "^3.0.0",
"expo": "~41.0.1",
"expo-asset": "~8.3.1",
"expo-blur": "^9.0.3",
"expo-constants": "~10.1.3",
"expo-font": "~9.1.0",
"expo-linking": "~2.2.3",
"expo-splash-screen": "~0.10.2",
"expo-status-bar": "~1.0.4",
"expo-step-indicator": "^0.1.2",
"expo-web-browser": "~9.1.0",
"lottie-react-native": "^4.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-autoheight-webview": "^1.5.8",
"react-native-debugger": "^1.1.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-mjrefresh": "^0.7.0",
"react-native-pager-view": "^5.2.0",
"react-native-read-more-text": "^1.1.2",
"react-native-reanimated": "~2.1.0",
"react-native-render-html": "^5.1.1",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-smart-refresh": "^1.1.6",
"react-native-smartrefreshlayout": "^0.6.7",
"react-native-sticky-parallax-header": "^0.4.0",
"react-native-svg": "12.1.0",
"react-native-swiper": "^1.6.0",
"react-native-tinymce": "^0.1.2",
"react-native-web": "~0.13.12",
"react-native-webview": "11.2.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"jest-expo": "~41.0.0",
"typescript": "~4.0.0"
},
"private": true
}