package.json 3.5 KB

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