|
- {
- "name": "lesspass-mobile",
- "version": "9.1.10",
- "description": "LessPass mobile application",
- "license": "(MPL-2.0 OR GPL-3.0)",
- "author": {
- "name": "Guillaume Vincent",
- "email": "guillaume@oslab.fr",
- "url": "https://guillaumevincent.com"
- },
- "scripts": {
- "android": "react-native run-android",
- "ios": "react-native run-ios",
- "ios-pod-install": "pod install --project-directory=./ios",
- "start": "react-native start",
- "test": "jest",
- "lint": "eslint .",
- "postinstall": "pod-install",
- "clean": "react-native-clean-project"
- },
- "dependencies": {
- "@react-native-community/async-storage": "^1.9.0",
- "@react-native-community/masked-view": "^0.1.9",
- "@react-navigation/bottom-tabs": "^5.2.6",
- "@react-navigation/material-bottom-tabs": "^5.1.8",
- "@react-navigation/native": "^5.1.5",
- "@react-navigation/stack": "^5.2.10",
- "axios": "^0.19.2",
- "fuse.js": "^3.4.5",
- "lesspass-fingerprint": "^9.1.4",
- "lesspass-render-password": "^9.1.4",
- "lodash": "^4.17.19",
- "memoize-one": "^5.1.1",
- "react": "16.11.0",
- "react-native": "0.62.2",
- "react-native-gesture-handler": "^1.6.1",
- "react-native-keychain": "^4.0.1",
- "react-native-paper": "^3.8.0",
- "react-native-reanimated": "^1.8.0",
- "react-native-safe-area-context": "^0.7.3",
- "react-native-screens": "^2.4.0",
- "react-native-touch-id": "^4.4.1",
- "react-native-vector-icons": "^6.6.0",
- "react-redux": "^7.2.0",
- "redux": "^4.0.5",
- "redux-persist": "^6.0.0",
- "redux-thunk": "^2.3.0"
- },
- "devDependencies": {
- "@babel/core": "^7.10.4",
- "@babel/runtime": "^7.10.4",
- "@react-native-community/eslint-config": "^2.0.0",
- "babel-jest": "^26.1.0",
- "eslint": "^7.4.0",
- "jest": "^26.1.0",
- "metro-react-native-babel-preset": "^0.60.0",
- "pod-install": "^0.1.8",
- "react-native-clean-project": "^3.3.0",
- "react-test-renderer": "16.11.0"
- },
- "jest": {
- "preset": "react-native"
- }
- }
|