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.

пре 5 година
пре 5 година
пре 5 година
пре 5 година
пре 5 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "lesspass-mobile",
  3. "version": "8.0.2",
  4. "description": "LessPass mobile application",
  5. "license": "(MPL-2.0 OR GPL-3.0)",
  6. "author": {
  7. "name": "Guillaume Vincent",
  8. "email": "guillaume@oslab.fr",
  9. "url": "https://guillaumevincent.com"
  10. },
  11. "scripts": {
  12. "start": "node node_modules/react-native/local-cli/cli.js start",
  13. "test": "jest"
  14. },
  15. "dependencies": {
  16. "axios": "0.18.0",
  17. "debounce": "1.2.0",
  18. "fuse.js": "^3.4.4",
  19. "lesspass-fingerprint": "../packages/lesspass-fingerprint",
  20. "lesspass-render-password": "../packages/lesspass-render-password",
  21. "lodash": "^4.17.11",
  22. "memoize-one": "^5.0.4",
  23. "react": "16.8.3",
  24. "react-native": "0.59.4",
  25. "react-native-gesture-handler": "^1.1.0",
  26. "react-native-keychain": "^3.1.1",
  27. "react-native-paper": "^2.15.2",
  28. "react-native-touch-id": "^4.4.1",
  29. "react-native-vector-icons": "^6.4.2",
  30. "react-navigation": "^3.6.1",
  31. "react-navigation-material-bottom-tabs": "1.0.0",
  32. "react-redux": "^7.0.1",
  33. "redux": "^4.0.1",
  34. "redux-persist": "5.10.0",
  35. "redux-thunk": "2.3.0"
  36. },
  37. "devDependencies": {
  38. "@babel/core": "^7.4.3",
  39. "@babel/runtime": "^7.4.3",
  40. "babel-jest": "^24.7.1",
  41. "jest": "^24.7.1",
  42. "metro-react-native-babel-preset": "^0.53.1",
  43. "react-test-renderer": "16.8.3"
  44. },
  45. "jest": {
  46. "preset": "react-native"
  47. }
  48. }