Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

62 wiersze
1.9 KiB

  1. {
  2. "name": "lesspass-mobile",
  3. "version": "9.1.13",
  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. "ios": "react-native run-ios",
  10. "ios-pod-install": "pod install --project-directory=./ios",
  11. "start": "react-native start",
  12. "test": "jest",
  13. "lint": "eslint .",
  14. "postinstall": "pod-install",
  15. "clean": "react-native-clean-project"
  16. },
  17. "dependencies": {
  18. "@react-native-community/async-storage": "^1.12.1",
  19. "@react-native-community/clipboard": "^1.5.1",
  20. "@react-native-community/masked-view": "^0.1.10",
  21. "@react-navigation/bottom-tabs": "^5.11.2",
  22. "@react-navigation/material-bottom-tabs": "^5.3.10",
  23. "@react-navigation/native": "^5.8.10",
  24. "@react-navigation/stack": "^5.12.8",
  25. "axios": "^0.21.1",
  26. "fuse.js": "^3.4.5",
  27. "lesspass-fingerprint": "latest",
  28. "lesspass-render-password": "latest",
  29. "lodash": "^4.17.20",
  30. "memoize-one": "^5.1.1",
  31. "react": "16.13.1",
  32. "react-native": "0.63.4",
  33. "react-native-gesture-handler": "^1.9.0",
  34. "react-native-keychain": "^6.2.0",
  35. "react-native-paper": "^3.8.0",
  36. "react-native-reanimated": "^1.13.2",
  37. "react-native-safe-area-context": "^0.7.3",
  38. "react-native-screens": "^2.16.1",
  39. "react-native-touch-id": "^4.1.0",
  40. "react-native-vector-icons": "^7.1.0",
  41. "react-redux": "^7.2.2",
  42. "redux": "^4.0.5",
  43. "redux-persist": "^6.0.0",
  44. "redux-thunk": "^2.3.0"
  45. },
  46. "devDependencies": {
  47. "@babel/core": "^7.8.4",
  48. "@babel/runtime": "^7.8.4",
  49. "@react-native-community/eslint-config": "^1.1.0",
  50. "babel-jest": "^25.1.0",
  51. "eslint": "^7.16.0",
  52. "jest": "^25.1.0",
  53. "metro-react-native-babel-preset": "^0.59.0",
  54. "pod-install": "^0.1.14",
  55. "react-native-clean-project": "^3.4.0",
  56. "react-test-renderer": "16.13.1"
  57. },
  58. "jest": {
  59. "preset": "react-native"
  60. }
  61. }