Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

69 rindas
2.3 KiB

  1. {
  2. "name": "lesspass-mobile",
  3. "version": "9.7.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. "log:android": "react-native log-android",
  10. "clean:android": "cd android && ./gradlew clean && cd ../",
  11. "test:android-release": "react-native run-android --variant=release",
  12. "ios": "react-native run-ios",
  13. "log:ios": "react-native log-ios",
  14. "clean:ios": "cd ios && xcodebuild clean && cd ../",
  15. "ios-pod-install": "pod install --project-directory=./ios",
  16. "start": "react-native start",
  17. "test": "jest",
  18. "test:watch": "jest --watch",
  19. "lint": "eslint .",
  20. "postinstall": "pod-install",
  21. "clean": "react-native-clean-project",
  22. "prettier": "prettier --write src"
  23. },
  24. "dependencies": {
  25. "@react-native-community/async-storage": "^1.12.1",
  26. "@react-native-community/clipboard": "^1.5.1",
  27. "@react-native-community/masked-view": "^0.1.11",
  28. "@react-navigation/bottom-tabs": "^6.0.9",
  29. "@react-navigation/material-bottom-tabs": "^6.0.9",
  30. "@react-navigation/native": "^6.0.6",
  31. "@react-navigation/stack": "^6.0.11",
  32. "axios": "^0.23.0",
  33. "fuzzysort": "^1.1.4",
  34. "lesspass-fingerprint": "latest",
  35. "lesspass-render-password": "latest",
  36. "lodash": "^4.17.21",
  37. "memoize-one": "^5.2.1",
  38. "prettier": "^2.4.1",
  39. "react": "17.0.2",
  40. "react-native": "0.66.0",
  41. "react-native-gesture-handler": "^1.10.3",
  42. "react-native-keychain": "^8.0.0",
  43. "react-native-paper": "^4.9.2",
  44. "react-native-safe-area-context": "^3.3.2",
  45. "react-native-screens": "^3.8.0",
  46. "react-native-touch-id": "^4.1.0",
  47. "react-native-vector-icons": "^8.1.0",
  48. "react-redux": "^7.2.5",
  49. "redux": "^4.1.1",
  50. "redux-persist": "^6.0.0",
  51. "redux-thunk": "^2.3.0"
  52. },
  53. "devDependencies": {
  54. "@babel/core": "^7.15.8",
  55. "@babel/runtime": "^7.15.4",
  56. "@react-native-community/eslint-config": "^3.0.1",
  57. "babel-jest": "^27.2.5",
  58. "eslint": "^8.0.0",
  59. "jest": "^27.2.5",
  60. "metro-react-native-babel-preset": "^0.66.2",
  61. "pod-install": "^0.1.28",
  62. "react-native-clean-project": "^3.6.7",
  63. "react-test-renderer": "17.0.2"
  64. },
  65. "jest": {
  66. "preset": "react-native"
  67. }
  68. }