package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "cordova-android": "^6.3.0",
  14. "cordova-ios": "^4.5.5",
  15. "cordova-plugin-camera": "^4.0.3",
  16. "cordova-plugin-clipboard-x": "^1.0.1",
  17. "cordova-plugin-crosswalk-webview": "git+https://github.com/fribace/cordova-plugin-crosswalk-webview.git",
  18. "cordova-plugin-device": "^2.0.2",
  19. "cordova-plugin-fastrde-injectview": "^0.2.0",
  20. "cordova-plugin-file": "^6.0.1",
  21. "cordova-plugin-inappbrowser": "^3.0.0",
  22. "cordova-plugin-pdfviewer": "https://github.com/x1ongzhu/cordova-plugin-pdfviewer.git",
  23. "cordova-plugin-remote-injection": "^0.5.2",
  24. "cordova-plugin-splashscreen": "git+https://github.com/x1ongzhu/cordova-plugin-splashscreen.git",
  25. "cordova-plugin-statusbar": "^2.4.2",
  26. "cordova-plugin-whitelist": "^1.3.3",
  27. "cordova-plugin-wkwebview-engine": "^1.1.4",
  28. "cordova-plugin-x-toast": "^2.6.2",
  29. "pdfviewer": "git+https://github.com/x1ongzhu/cordova-plugin-pdfviewer.git",
  30. "sharp": "^0.20.2"
  31. },
  32. "cordova": {
  33. "plugins": {
  34. "cordova-plugin-whitelist": {},
  35. "cordova-plugin-inappbrowser": {},
  36. "cordova-plugin-camera": {},
  37. "cordova-plugin-device": {},
  38. "cordova-plugin-x-toast": {},
  39. "cordova-plugin-clipboard-x": {},
  40. "cordova-plugin-wkwebview-engine": {},
  41. "cordova-plugin-statusbar": {},
  42. "cordova-plugin-file": {},
  43. "cordova-plugin-remote-injection": {},
  44. "cordova-plugin-crosswalk-webview": {},
  45. "cordova-plugin-splashscreen": {},
  46. "cordova-plugin-pdfviewer": {}
  47. },
  48. "platforms": [
  49. "android",
  50. "ios"
  51. ]
  52. }
  53. }