{ "name": "lesspass-mobile", "version": "9.7.2", "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 ../", "start": "react-native start", "test": "jest", "test:watch": "jest --watch", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "postversion": "react-native-version --never-amend", "postinstall": "pod install --project-directory=./ios", "prettier": "prettier --write src" }, "dependencies": { "@react-native-community/async-storage": "^1.12.1", "@react-navigation/bottom-tabs": "^6.4.0", "@react-navigation/native": "^6.0.13", "@react-navigation/native-stack": "^6.9.1", "@react-navigation/stack": "^6.3.2", "axios": "^0.27.2", "fuzzysort": "^2.0.1", "lesspass-fingerprint": "^9.1.9", "lesspass-render-password": "^9.1.9", "lodash": "^4.17.21", "react": "18.2.0", "react-native": "0.70.3", "react-native-gesture-handler": "^2.7.1", "react-native-keychain": "^8.1.1", "react-native-paper": "^4.12.5", "react-native-safe-area-context": "^4.4.1", "react-native-screens": "^3.18.2", "react-native-touch-id": "^4.4.1", "react-native-vector-icons": "^9.2.0", "react-redux": "^8.0.4", "redux": "^4.2.0", "redux-persist": "^6.0.0", "redux-thunk": "^2.4.1" }, "devDependencies": { "@babel/core": "^7.19.6", "@babel/runtime": "^7.12.5", "@react-native-community/eslint-config": "^3.1.0", "@tsconfig/react-native": "^2.0.2", "@types/jest": "^29.2.0", "@types/react-native": "^0.70.6", "@types/react-test-renderer": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", "babel-jest": "^29.2.1", "eslint": "^8.25.0", "jest": "^29.2.1", "metro-react-native-babel-preset": "0.73.2", "prettier": "^2.7.1", "react-native-version": "^4.0.0", "react-test-renderer": "18.2.0", "typescript": "^4.8.3" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }