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.
 
 
 
 
 
 

48 rivejä
1.3 KiB

  1. {
  2. "name": "lesspass-mobile",
  3. "version": "3.1.3",
  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.3.0",
  19. "lesspass-fingerprint": "file:../packages/lesspass-fingerprint",
  20. "lesspass-render-password": "file:../packages/lesspass-render-password",
  21. "lodash": "4.17.11",
  22. "memoize-one": "4.0.3",
  23. "react": "16.4.1",
  24. "react-native": "0.56.1",
  25. "react-native-gesture-handler": "1.0.10",
  26. "react-native-keychain": "3.0.0",
  27. "react-native-paper": "2.0.1",
  28. "react-native-touch-id": "4.1.0",
  29. "react-native-vector-icons": "6.1.0",
  30. "react-navigation": "3.0.2",
  31. "react-navigation-material-bottom-tabs": "1.0.0",
  32. "react-redux": "5.0.7",
  33. "redux": "4.0.0",
  34. "redux-persist": "5.10.0",
  35. "redux-thunk": "2.3.0"
  36. },
  37. "devDependencies": {
  38. "babel-core": "7.0.0-bridge.0",
  39. "babel-jest": "23.6.0",
  40. "babel-preset-react-native": "5.0.2",
  41. "jest": "23.6.0",
  42. "react-test-renderer": "16.4.1"
  43. },
  44. "jest": {
  45. "preset": "react-native"
  46. }
  47. }