2021-02-26 16:05:46 +00:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-09 23:00:47 +00:00
|
|
|
"@react-native-async-storage/async-storage": "~1.17.3",
|
2022-05-09 22:04:11 +00:00
|
|
|
"@react-navigation/bottom-tabs": "^6.3.1",
|
|
|
|
"@react-navigation/core": "^6.2.1",
|
|
|
|
"@react-navigation/native": "^6.0.10",
|
|
|
|
"@react-navigation/stack": "^6.2.1",
|
2022-05-09 23:00:47 +00:00
|
|
|
"expo": "^45.0.0",
|
|
|
|
"expo-image-picker": "~13.1.1",
|
|
|
|
"expo-linking": "~3.1.0",
|
|
|
|
"expo-status-bar": "~1.3.0",
|
|
|
|
"expo-web-browser": "~10.2.0",
|
2021-07-01 20:44:48 +00:00
|
|
|
"mime": "^2.5.2",
|
2022-05-09 23:00:47 +00:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-45.0.0.tar.gz",
|
|
|
|
"react-native-gesture-handler": "~2.2.0",
|
|
|
|
"react-native-pager-view": "5.4.15",
|
2021-03-01 14:24:20 +00:00
|
|
|
"react-native-popup-menu": "^0.15.10",
|
2022-05-09 23:00:47 +00:00
|
|
|
"react-native-reanimated": "~2.8.0",
|
2021-07-14 16:05:32 +00:00
|
|
|
"react-native-render-html": "^5.1.1",
|
2022-05-09 23:00:47 +00:00
|
|
|
"react-native-safe-area-context": "4.2.4",
|
|
|
|
"react-native-screens": "~3.11.1",
|
2021-04-10 16:31:32 +00:00
|
|
|
"react-native-tab-view": "^2.16.0",
|
2022-05-09 23:00:47 +00:00
|
|
|
"react-native-web": "0.17.7",
|
|
|
|
"react-navigation-stack": "^2.8.2",
|
|
|
|
"@react-native-masked-view/masked-view": "0.2.6"
|
2021-02-26 16:05:46 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-09 23:00:47 +00:00
|
|
|
"@babel/core": "^7.12.9",
|
2021-02-26 16:05:46 +00:00
|
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
2022-05-09 23:00:47 +00:00
|
|
|
"babel-preset-expo": "~9.1.0"
|
2021-02-26 16:05:46 +00:00
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|