{ "name": "lesspass-mobile", "version": "9.7.0", "description": "LessPass mobile application", "license": "(MPL-2.0 OR GPL-3.0)", "author": "Guillaume Vincent ", "scripts": { "android": "react-native run-android", "log:android": "react-native log-android", "clean:android": "cd android && ./gradlew clean && cd ../", "test:android-release": "react-native run-android --variant=release", "ios": "react-native run-ios", "log:ios": "react-native log-ios", "clean:ios": "cd ios && xcodebuild clean && cd ../", "ios-pod-install": "pod install --project-directory=./ios", "start": "react-native start", "test": "jest", "test:watch": "jest --watch", "lint": "eslint .", "postinstall": "pod-install", "clean": "react-native-clean-project", "prettier": "prettier --write src" }, "dependencies": { "@react-native-community/async-storage": "^1.12.1", "@react-native-community/clipboard": "^1.5.1", "@react-native-community/masked-view": "^0.1.11", "@react-navigation/bottom-tabs": "^6.0.9", "@react-navigation/material-bottom-tabs": "^6.0.9", "@react-navigation/native": "^6.0.6", "@react-navigation/stack": "^6.0.11", "axios": "^0.23.0", "fuzzysort": "^1.1.4", "lesspass-fingerprint": "latest", "lesspass-render-password": "latest", "lodash": "^4.17.21", "memoize-one": "^5.2.1", "prettier": "^2.4.1", "react": "17.0.2", "react-native": "0.66.0", "react-native-gesture-handler": "^1.10.3", "react-native-keychain": "^8.0.0", "react-native-paper": "^4.9.2", "react-native-safe-area-context": "^3.3.2", "react-native-screens": "^3.8.0", "react-native-touch-id": "^4.1.0", "react-native-vector-icons": "^8.1.0", "react-redux": "^7.2.5", "redux": "^4.1.1", "redux-persist": "^6.0.0", "redux-thunk": "^2.3.0" }, "devDependencies": { "@babel/core": "^7.15.8", "@babel/runtime": "^7.15.4", "@react-native-community/eslint-config": "^3.0.1", "babel-jest": "^27.2.5", "eslint": "^8.0.0", "jest": "^27.2.5", "metro-react-native-babel-preset": "^0.66.2", "pod-install": "^0.1.28", "react-native-clean-project": "^3.6.7", "react-test-renderer": "17.0.2" }, "jest": { "preset": "react-native" } }