package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "com.izouma.leitongxue",
  3. "displayName": "LeiTongXue",
  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.4",
  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-remote-injection": "^0.5.2",
  23. "cordova-plugin-splashscreen": "^5.0.2",
  24. "cordova-plugin-statusbar": "^2.4.2",
  25. "cordova-plugin-wechatv2": "^2.1.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. "sharp": "^0.20.2"
  30. },
  31. "cordova": {
  32. "plugins": {
  33. "cordova-plugin-whitelist": {},
  34. "cordova-plugin-inappbrowser": {},
  35. "cordova-plugin-camera": {},
  36. "cordova-plugin-device": {},
  37. "cordova-plugin-x-toast": {},
  38. "cordova-plugin-clipboard-x": {},
  39. "cordova-plugin-wkwebview-engine": {},
  40. "cordova-plugin-statusbar": {},
  41. "cordova-plugin-wechatv2": {
  42. "WECHATAPPID": "wx4f228b18e366330c"
  43. },
  44. "cordova-plugin-file": {},
  45. "cordova-plugin-remote-injection": {},
  46. "cordova-plugin-splashscreen": {},
  47. "cordova-plugin-crosswalk-webview": {
  48. "XWALK_VERSION": "23+",
  49. "XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
  50. "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
  51. "XWALK_MODE": "embedded",
  52. "XWALK_MULTIPLEAPK": "true"
  53. }
  54. },
  55. "platforms": [
  56. "android",
  57. "ios"
  58. ]
  59. }
  60. }