package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "com.izouma.huanbaojia",
  3. "displayName": "HuanBaoJia",
  4. "version": "1.0.0",
  5. "description": "A sample Apache Cordova application that responds to the deviceready event.",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "Apache Cordova Team",
  11. "license": "Apache-2.0",
  12. "dependencies": {
  13. "ali-oss": "^6.1.1",
  14. "alloyfinger": "^0.1.15",
  15. "cordova-plugin-clipboard-x": "^1.0.1",
  16. "cordova-plugin-device": "^2.0.2",
  17. "cordova-plugin-fastrde-injectview": "^0.2.0",
  18. "cordova-plugin-file": "^6.0.1",
  19. "cordova-plugin-inappbrowser": "^3.0.0",
  20. "cordova-plugin-jcore": "^1.2.6",
  21. "cordova-plugin-remote-injection": "^0.5.2",
  22. "cordova-plugin-splashscreen": "^5.0.2",
  23. "cordova-plugin-statusbar": "^2.4.2",
  24. "cordova-plugin-wkwebview-engine": "^1.1.4",
  25. "cordova-plugin-x-toast": "^2.6.2",
  26. "cross-spawn": "^6.0.5",
  27. "date-fns": "^2.5.1",
  28. "jpush-phonegap-plugin": "^3.5.1",
  29. "minimist": "^1.2.0",
  30. "ora": "^3.0.0",
  31. "pdfviewer": "git+https://github.com/x1ongzhu/cordova-plugin-pdfviewer.git",
  32. "progress": "^2.0.3",
  33. "request": "^2.88.0",
  34. "sharp": "^0.20.2"
  35. },
  36. "cordova": {
  37. "plugins": {
  38. "cordova-plugin-inappbrowser": {},
  39. "cordova-plugin-device": {},
  40. "cordova-plugin-x-toast": {},
  41. "cordova-plugin-clipboard-x": {},
  42. "cordova-plugin-statusbar": {},
  43. "cordova-plugin-file": {},
  44. "cordova-plugin-remote-injection": {},
  45. "cordova-plugin-splashscreen": {},
  46. "cordova-plugin-wkwebview-engine": {},
  47. "jpush-phonegap-plugin": {
  48. "APP_KEY": "9c6e3cd69bd572f7c548ac83"
  49. },
  50. "cordova-plugin-camera": {
  51. "ANDROIDX_CORE_VERSION": "1.6.+"
  52. }
  53. },
  54. "platforms": [
  55. "android"
  56. ]
  57. },
  58. "devDependencies": {
  59. "cordova-android": "^10.1.2",
  60. "cordova-plugin-camera": "^6.0.0"
  61. }
  62. }