You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

66 lines
2.1 KiB

  1. {
  2. "name": "lesspass-mobile",
  3. "version": "9.2.0",
  4. "description": "LessPass mobile application",
  5. "license": "(MPL-2.0 OR GPL-3.0)",
  6. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  7. "scripts": {
  8. "android": "react-native run-android",
  9. "android-log": "react-native log-android",
  10. "ios": "react-native run-ios",
  11. "ios-pod-install": "pod install --project-directory=./ios",
  12. "start": "react-native start",
  13. "test": "jest",
  14. "test:watch": "jest --watch",
  15. "lint": "eslint .",
  16. "postinstall": "pod-install",
  17. "clean": "react-native-clean-project",
  18. "prettier": "prettier --write src"
  19. },
  20. "dependencies": {
  21. "@react-native-community/async-storage": "^1.12.1",
  22. "@react-native-community/clipboard": "^1.5.1",
  23. "@react-native-community/masked-view": "^0.1.11",
  24. "@react-navigation/bottom-tabs": "^5.11.11",
  25. "@react-navigation/material-bottom-tabs": "^5.3.15",
  26. "@react-navigation/native": "^5.9.4",
  27. "@react-navigation/stack": "^5.14.5",
  28. "axios": "^0.21.1",
  29. "fuse.js": "^6.4.6",
  30. "lesspass-fingerprint": "latest",
  31. "lesspass-render-password": "latest",
  32. "lodash": "^4.17.21",
  33. "memoize-one": "^5.2.1",
  34. "prettier": "^2.3.1",
  35. "react": "17.0.2",
  36. "react-native": "0.64.1",
  37. "react-native-gesture-handler": "^1.10.3",
  38. "react-native-keychain": "^7.0.0",
  39. "react-native-paper": "^4.8.1",
  40. "react-native-reanimated": "^2.1.0",
  41. "react-native-safe-area-context": "^3.2.0",
  42. "react-native-screens": "^3.2.0",
  43. "react-native-touch-id": "^4.1.0",
  44. "react-native-vector-icons": "^8.1.0",
  45. "react-redux": "^7.2.4",
  46. "redux": "^4.1.0",
  47. "redux-persist": "^6.0.0",
  48. "redux-thunk": "^2.3.0"
  49. },
  50. "devDependencies": {
  51. "@babel/core": "^7.14.3",
  52. "@babel/runtime": "^7.14.0",
  53. "@react-native-community/eslint-config": "^2.0.0",
  54. "babel-jest": "^26.6.3",
  55. "eslint": "^7.26.0",
  56. "jest": "^26.6.3",
  57. "metro-react-native-babel-preset": "^0.66.0",
  58. "pod-install": "^0.1.23",
  59. "react-native-clean-project": "^3.6.4",
  60. "react-test-renderer": "17.0.2"
  61. },
  62. "jest": {
  63. "preset": "react-native"
  64. }
  65. }