package.json 3.2 KB

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