Files
imexmobile/package.json
2020-11-12 15:47:47 -08:00

58 lines
1.7 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.2.5",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.10.7",
"@react-navigation/drawer": "^5.10.7",
"@react-navigation/native": "^5.8.7",
"@react-navigation/stack": "^5.12.4",
"dinero.js": "^1.8.1",
"expo": "^39.0.4",
"expo-camera": "~9.0.0",
"expo-file-system": "~9.2.0",
"expo-font": "~8.3.0",
"expo-image-picker": "~9.1.1",
"expo-localization": "~9.0.0",
"expo-media-library": "~9.2.1",
"expo-permissions": "~9.3.0",
"expo-sqlite": "~8.4.0",
"expo-status-bar": "~1.0.2",
"firebase": "7.9.0",
"formik": "^2.2.3",
"graphql": "^15.4.0",
"i18next": "^19.8.3",
"native-base": "^2.13.14",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-i18next": "^11.7.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-gesture-handler": "~1.7.0",
"react-native-indicators": "^0.17.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-web": "~0.13.7",
"react-redux": "^7.2.2",
"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.18"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"babel-preset-expo": "^8.3.0"
},
"private": true
}