53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"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": {
|
|
"@apollo/client": "^3.1.3",
|
|
"@react-native-community/async-storage": "^1.11.0",
|
|
"@react-native-community/masked-view": "0.1.10",
|
|
"@react-navigation/bottom-tabs": "^5.8.0",
|
|
"@react-navigation/drawer": "^5.9.0",
|
|
"@react-navigation/native": "^5.7.3",
|
|
"@react-navigation/stack": "^5.9.0",
|
|
"dinero.js": "^1.8.1",
|
|
"expo": "~38.0.8",
|
|
"expo-camera": "~8.3.1",
|
|
"expo-font": "~8.2.1",
|
|
"expo-localization": "~8.2.1",
|
|
"expo-status-bar": "^1.0.2",
|
|
"firebase": "^7.17.1",
|
|
"formik": "^2.1.5",
|
|
"graphql": "^15.3.0",
|
|
"i18next": "^19.6.3",
|
|
"native-base": "^2.13.13",
|
|
"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-gesture-handler": "~1.6.0",
|
|
"react-native-indicators": "^0.17.0",
|
|
"react-native-reanimated": "~1.9.0",
|
|
"react-native-safe-area-context": "~3.0.7",
|
|
"react-native-screens": "~2.9.0",
|
|
"react-native-web": "~0.11.7",
|
|
"react-redux": "^7.2.1",
|
|
"redux": "^4.0.5",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-saga": "^1.1.3",
|
|
"reselect": "^4.0.0",
|
|
"subscriptions-transport-ws": "^0.9.17"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.6",
|
|
"babel-preset-expo": "~8.1.0"
|
|
},
|
|
"private": true
|
|
}
|