|
|
|
@ -10,53 +10,55 @@ |
|
|
|
"lint:fix": "yarn lint --fix" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"@expo/vector-icons": "^10.0.6", |
|
|
|
"@react-native-community/masked-view": "0.1.5", |
|
|
|
"@react-navigation/drawer": "^5.1.1", |
|
|
|
"@react-navigation/native": "^5.0.9", |
|
|
|
"@react-navigation/stack": "^5.1.1", |
|
|
|
"@reduxjs/toolkit": "^1.2.3", |
|
|
|
"axios": "^0.19.2", |
|
|
|
"color": "^3.1.2", |
|
|
|
"expo": "~36.0.0", |
|
|
|
"expo-constants": "~8.0.0", |
|
|
|
"expo-font": "~8.0.0", |
|
|
|
"formik": "^2.1.2", |
|
|
|
"i18n-js": "^3.5.1", |
|
|
|
"lodash": "^4.17.15", |
|
|
|
"native-base": "2.13.8", |
|
|
|
"@expo/vector-icons": "^10.2.1", |
|
|
|
"@react-native-async-storage/async-storage": "^1.13.2", |
|
|
|
"@react-native-community/masked-view": "0.1.10", |
|
|
|
"@react-navigation/drawer": "^5.11.3", |
|
|
|
"@react-navigation/native": "^5.8.9", |
|
|
|
"@react-navigation/stack": "^5.12.6", |
|
|
|
"@reduxjs/toolkit": "^1.4.0", |
|
|
|
"axios": "^0.21.0", |
|
|
|
"color": "^3.1.3", |
|
|
|
"expo": "~39.0.4", |
|
|
|
"expo-constants": "~9.2.0", |
|
|
|
"expo-font": "~8.3.0", |
|
|
|
"expo-status-bar": "~1.0.2", |
|
|
|
"formik": "^2.2.5", |
|
|
|
"i18n-js": "^3.8.0", |
|
|
|
"lodash": "^4.17.20", |
|
|
|
"native-base": "2.13.14", |
|
|
|
"prop-types": "^15.7.2", |
|
|
|
"react": "~16.9.0", |
|
|
|
"react-dom": "~16.9.0", |
|
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz", |
|
|
|
"react-native-gesture-handler": "~1.5.0", |
|
|
|
"react-native-reanimated": "~1.4.0", |
|
|
|
"react-native-safe-area-context": "0.6.0", |
|
|
|
"react-native-safe-area-view": "^1.0.0", |
|
|
|
"react-native-screens": "2.0.0-alpha.12", |
|
|
|
"react-native-web": "~0.11.7", |
|
|
|
"react-redux": "^7.1.3", |
|
|
|
"react": "17.0.1", |
|
|
|
"react-dom": "17.0.1", |
|
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz", |
|
|
|
"react-native-gesture-handler": "~1.7.0 ", |
|
|
|
"react-native-reanimated": "~1.13.2", |
|
|
|
"react-native-safe-area-context": "3.1.4", |
|
|
|
"react-native-safe-area-view": "^1.1.1", |
|
|
|
"react-native-screens": "~2.10.1", |
|
|
|
"react-native-web": "~0.14.8", |
|
|
|
"react-redux": "^7.2.2", |
|
|
|
"redux-persist": "^6.0.0", |
|
|
|
"redux-saga": "^1.1.3", |
|
|
|
"reselect": "^4.0.0", |
|
|
|
"yup": "^0.28.0" |
|
|
|
"yup": "^0.29.3" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@babel/core": "^7.0.0", |
|
|
|
"@types/i18n-js": "^3.0.1", |
|
|
|
"@types/react": "~16.9.0", |
|
|
|
"@types/react-native": "~0.60.23", |
|
|
|
"@types/react-redux": "^7.1.7", |
|
|
|
"@types/yup": "^0.26.29", |
|
|
|
"babel-eslint": "^10.0.3", |
|
|
|
"babel-preset-expo": "~8.0.0", |
|
|
|
"eslint": "^6.8.0", |
|
|
|
"eslint-config-airbnb": "^18.0.1", |
|
|
|
"eslint-config-prettier": "^6.10.0", |
|
|
|
"eslint-plugin-import": "^2.20.1", |
|
|
|
"eslint-plugin-jsx-a11y": "^6.2.3", |
|
|
|
"eslint-plugin-react": "^7.18.3", |
|
|
|
"prettier": "^1.19.1" |
|
|
|
"@babel/core": "~7.12.3", |
|
|
|
"@types/i18n-js": "^3.0.3", |
|
|
|
"@types/react": "~16.9.56", |
|
|
|
"@types/react-native": "~0.63.35", |
|
|
|
"@types/react-redux": "^7.1.11", |
|
|
|
"@types/yup": "^0.29.9", |
|
|
|
"babel-eslint": "~10.1.0", |
|
|
|
"babel-preset-expo": "~8.3.0", |
|
|
|
"eslint": "^7.13.0", |
|
|
|
"eslint-config-airbnb": "^18.2.1", |
|
|
|
"eslint-config-prettier": "^6.15.0", |
|
|
|
"eslint-plugin-import": "^2.22.1", |
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1", |
|
|
|
"eslint-plugin-react": "^7.21.5", |
|
|
|
"prettier": "^2.1.2" |
|
|
|
}, |
|
|
|
"private": true |
|
|
|
} |
|
|
|
|