package.json 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "vip.raex.nft",
  3. "displayName": "绿洲数字藏品中心",
  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. "keywords": [
  11. "ecosystem:cordova"
  12. ],
  13. "author": "Apache Cordova Team",
  14. "license": "Apache-2.0",
  15. "devDependencies": {
  16. "code-push": "^2.0.4",
  17. "cordova-android": "^9.1.0",
  18. "cordova-ios": "^6.2.0",
  19. "cordova-plugin-add-swift-support": "^2.0.2",
  20. "cordova-plugin-android-notch": "^1.0.3",
  21. "cordova-plugin-appinfo": "^2.1.2",
  22. "cordova-plugin-code-push": "^1.11.7",
  23. "cordova-plugin-compat": "^1.2.0",
  24. "cordova-plugin-device": "^2.0.3",
  25. "cordova-plugin-dialogs": "^2.0.2",
  26. "cordova-plugin-enable-cleartext-traffic": "^2.1.0",
  27. "cordova-plugin-file": "git+https://github.com/apache/cordova-plugin-file.git#4.3.3",
  28. "cordova-plugin-file-transfer": "git+https://github.com/apache/cordova-plugin-file-transfer.git#1.6.3",
  29. "cordova-plugin-inappbrowser": "^5.0.0",
  30. "cordova-plugin-network-information": "^3.0.0",
  31. "cordova-plugin-purchase": "^10.6.1",
  32. "cordova-plugin-qrscanner": "^3.0.1",
  33. "cordova-plugin-remote-injection": "git+https://github.com/x1ongzhu/cordova-plugin-remote-injection.git",
  34. "cordova-plugin-splashscreen": "^6.0.0",
  35. "cordova-plugin-statusbar": "^3.0.0",
  36. "cordova-plugin-umeng": "file:../UmengPlugin",
  37. "cordova-plugin-whitelist": "^1.3.5",
  38. "cordova-plugin-wkwebview-engine": "^1.2.2",
  39. "cordova-plugin-x-socialsharing": "^6.0.3",
  40. "cordova-plugin-zip": "^3.1.0",
  41. "cordova-save-image-gallery": "git+https://github.com/agomezmoron/cordova-save-image-gallery.git",
  42. "es6-promise-plugin": "^4.2.2",
  43. "ionic-plugin-deeplinks": "^1.0.24"
  44. },
  45. "cordova": {
  46. "plugins": {
  47. "cordova-plugin-whitelist": {},
  48. "cordova-plugin-wkwebview-engine": {},
  49. "cordova-plugin-enable-cleartext-traffic": {},
  50. "cordova-plugin-statusbar": {},
  51. "cordova-plugin-network-information": {},
  52. "cordova-plugin-splashscreen": {},
  53. "cordova-plugin-code-push": {},
  54. "cordova-save-image-gallery": {},
  55. "cordova-plugin-remote-injection": {},
  56. "cordova-plugin-android-notch": {},
  57. "cordova-plugin-appinfo": {},
  58. "cordova-plugin-purchase": {},
  59. "cordova-plugin-x-socialsharing": {
  60. "PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.",
  61. "PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly."
  62. },
  63. "cordova-plugin-qrscanner": {},
  64. "ionic-plugin-deeplinks": {
  65. "URL_SCHEME": "raex",
  66. "DEEPLINK_SCHEME": "https",
  67. "DEEPLINK_HOST": "www.raex.vip",
  68. "ANDROID_PATH_PREFIX": "/",
  69. "ANDROID_2_PATH_PREFIX": "/",
  70. "ANDROID_3_PATH_PREFIX": "/",
  71. "ANDROID_4_PATH_PREFIX": "/",
  72. "ANDROID_5_PATH_PREFIX": "/",
  73. "DEEPLINK_2_SCHEME": " ",
  74. "DEEPLINK_2_HOST": " ",
  75. "DEEPLINK_3_SCHEME": " ",
  76. "DEEPLINK_3_HOST": " ",
  77. "DEEPLINK_4_SCHEME": " ",
  78. "DEEPLINK_4_HOST": " ",
  79. "DEEPLINK_5_SCHEME": " ",
  80. "DEEPLINK_5_HOST": " "
  81. },
  82. "cordova-plugin-umeng": {},
  83. "cordova-plugin-inappbrowser": {}
  84. },
  85. "platforms": [
  86. "android",
  87. "ios"
  88. ]
  89. },
  90. "dependencies": {
  91. "cordova-build-increment": "^0.1.0",
  92. "sharp": "^0.29.3"
  93. }
  94. }