package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "id": "kex-file-uploader",
  3. "displayName": "任意文件 附件上传 选择任意附件 附件上传 |App全端|H5|小程序",
  4. "version": "1.2.0",
  5. "description": "附件上传(Vue3):任意文件、多端含鸿蒙、列表/缩略图、多端支持chooseFile选择文件、uploadFile上传文件",
  6. "keywords": [
  7. "kex-file-uploader",
  8. "upload",
  9. "附件上传",
  10. "文件上传",
  11. "chooseFile"
  12. ],
  13. "repository": "",
  14. "engines": {
  15. "HBuilderX": "^3.1.0",
  16. "uni-app": "^3.8.0",
  17. "uni-app-x": ""
  18. },
  19. "dcloudext": {
  20. "type": "component-vue",
  21. "sale": {
  22. "regular": {
  23. "price": "0.00"
  24. },
  25. "sourcecode": {
  26. "price": "0.00"
  27. }
  28. },
  29. "contact": {
  30. "qq": ""
  31. },
  32. "declaration": {
  33. "ads": "无",
  34. "data": "无",
  35. "permissions": "文件系统/相册(选文件时由系统授权)"
  36. },
  37. "npmurl": "",
  38. "darkmode": "x",
  39. "i18n": "x",
  40. "widescreen": "x"
  41. },
  42. "uni_modules": {
  43. "dependencies": [],
  44. "encrypt": [],
  45. "platforms": {
  46. "cloud": {
  47. "tcb": "x",
  48. "aliyun": "x",
  49. "alipay": "x"
  50. },
  51. "client": {
  52. "uni-app": {
  53. "vue": {
  54. "vue2": "√",
  55. "vue3": "√"
  56. },
  57. "web": {
  58. "safari": "√",
  59. "chrome": "√"
  60. },
  61. "app": {
  62. "vue": "√",
  63. "nvue": "-",
  64. "android": "√",
  65. "ios": "√",
  66. "harmony": "√"
  67. },
  68. "mp": {
  69. "weixin": "√",
  70. "alipay": "-",
  71. "toutiao": "-",
  72. "baidu": "-",
  73. "kuaishou": "-",
  74. "jd": "-",
  75. "harmony": "√",
  76. "qq": "-",
  77. "lark": "-",
  78. "xhs": "-"
  79. },
  80. "quickapp": {
  81. "huawei": "-",
  82. "union": "-"
  83. }
  84. },
  85. "uni-app-x": {
  86. "web": {
  87. "safari": "-",
  88. "chrome": "-"
  89. },
  90. "app": {
  91. "android": "-",
  92. "ios": "-",
  93. "harmony": "-"
  94. },
  95. "mp": {
  96. "weixin": "-"
  97. }
  98. }
  99. }
  100. }
  101. }
  102. }