|
|
@@ -18,42 +18,42 @@ |
|
|
|
"@react-native-community/async-storage": "^1.12.1", |
|
|
|
"@react-native-community/clipboard": "^1.5.1", |
|
|
|
"@react-native-community/masked-view": "^0.1.10", |
|
|
|
"@react-navigation/bottom-tabs": "^5.11.2", |
|
|
|
"@react-navigation/material-bottom-tabs": "^5.3.10", |
|
|
|
"@react-navigation/native": "^5.8.10", |
|
|
|
"@react-navigation/stack": "^5.12.8", |
|
|
|
"@react-navigation/bottom-tabs": "^5.11.9", |
|
|
|
"@react-navigation/material-bottom-tabs": "^5.3.15", |
|
|
|
"@react-navigation/native": "^5.9.4", |
|
|
|
"@react-navigation/stack": "^5.14.4", |
|
|
|
"axios": "^0.21.1", |
|
|
|
"fuse.js": "^3.4.5", |
|
|
|
"fuse.js": "^6.4.6", |
|
|
|
"lesspass-fingerprint": "latest", |
|
|
|
"lesspass-render-password": "latest", |
|
|
|
"lodash": "^4.17.20", |
|
|
|
"lodash": "^4.17.21", |
|
|
|
"memoize-one": "^5.1.1", |
|
|
|
"react": "16.13.1", |
|
|
|
"react-native": "0.63.4", |
|
|
|
"react-native-gesture-handler": "^1.9.0", |
|
|
|
"react-native-keychain": "^6.2.0", |
|
|
|
"react-native-paper": "^3.8.0", |
|
|
|
"react-native-reanimated": "^1.13.2", |
|
|
|
"react-native-safe-area-context": "^0.7.3", |
|
|
|
"react-native-screens": "^2.16.1", |
|
|
|
"react": "17.0.2", |
|
|
|
"react-native": "0.64.0", |
|
|
|
"react-native-gesture-handler": "^1.10.3", |
|
|
|
"react-native-keychain": "^7.0.0", |
|
|
|
"react-native-paper": "^4.7.2", |
|
|
|
"react-native-reanimated": "^2.1.0", |
|
|
|
"react-native-safe-area-context": "^3.2.0", |
|
|
|
"react-native-screens": "^3.1.1", |
|
|
|
"react-native-touch-id": "^4.1.0", |
|
|
|
"react-native-vector-icons": "^7.1.0", |
|
|
|
"react-redux": "^7.2.2", |
|
|
|
"react-native-vector-icons": "^8.1.0", |
|
|
|
"react-redux": "^7.2.3", |
|
|
|
"redux": "^4.0.5", |
|
|
|
"redux-persist": "^6.0.0", |
|
|
|
"redux-thunk": "^2.3.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@babel/core": "^7.8.4", |
|
|
|
"@babel/runtime": "^7.8.4", |
|
|
|
"@react-native-community/eslint-config": "^1.1.0", |
|
|
|
"babel-jest": "^25.1.0", |
|
|
|
"eslint": "^7.16.0", |
|
|
|
"jest": "^25.1.0", |
|
|
|
"metro-react-native-babel-preset": "^0.59.0", |
|
|
|
"pod-install": "^0.1.14", |
|
|
|
"react-native-clean-project": "^3.4.0", |
|
|
|
"react-test-renderer": "16.13.1" |
|
|
|
"@babel/core": "^7.12.9", |
|
|
|
"@babel/runtime": "^7.12.5", |
|
|
|
"@react-native-community/eslint-config": "^2.0.0", |
|
|
|
"babel-jest": "^26.6.3", |
|
|
|
"eslint": "^7.14.0", |
|
|
|
"jest": "^26.6.3", |
|
|
|
"metro-react-native-babel-preset": "^0.65.2", |
|
|
|
"pod-install": "^0.1.20", |
|
|
|
"react-native-clean-project": "^3.6.3", |
|
|
|
"react-test-renderer": "17.0.2" |
|
|
|
}, |
|
|
|
"jest": { |
|
|
|
"preset": "react-native" |
|
|
|