package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "id": "KieranYin9527-tree",
  3. "displayName": "Uni Tree View",
  4. "version": "0.6.2",
  5. "description": "适用于 uni-app 与 Vue 3 的跨平台树形组件,支持单选、多选、筛选、懒加载和虚拟列表",
  6. "author": "OFreshman <415561402@qq.com>",
  7. "license": "MIT",
  8. "homepage": "https://ofreshman.github.io/uni-tree-view/",
  9. "repository": "https://github.com/OFreshman/uni-tree-view",
  10. "bugs": "https://github.com/OFreshman/uni-tree-view/issues",
  11. "keywords": [
  12. "树形组件",
  13. "tree",
  14. "tree-view",
  15. "uni-app",
  16. "vue3"
  17. ],
  18. "engines": {
  19. "HBuilderX": "^4.15.0",
  20. "uni-app": "^4.15",
  21. "uni-app-x": ""
  22. },
  23. "dcloudext": {
  24. "type": "component-vue",
  25. "sale": {
  26. "regular": {
  27. "price": "0.00"
  28. },
  29. "sourcecode": {
  30. "price": "0.00"
  31. }
  32. },
  33. "contact": {
  34. "qq": ""
  35. },
  36. "declaration": {
  37. "ads": "无",
  38. "data": "插件不采集任何数据",
  39. "permissions": "无"
  40. },
  41. "npmurl": "https://www.npmjs.com/package/uni-tree-view",
  42. "darkmode": "x",
  43. "i18n": "x",
  44. "widescreen": "√"
  45. },
  46. "uni_modules": {
  47. "dependencies": [],
  48. "encrypt": [],
  49. "platforms": {
  50. "client": {
  51. "uni-app": {
  52. "vue": {
  53. "vue2": "x",
  54. "vue3": "√"
  55. },
  56. "web": {
  57. "safari": "√",
  58. "chrome": "√"
  59. },
  60. "app": {
  61. "vue": "-",
  62. "nvue": "-",
  63. "android": "-",
  64. "ios": "-",
  65. "harmony": "-"
  66. },
  67. "mp": {
  68. "weixin": "√",
  69. "alipay": "√",
  70. "toutiao": "-",
  71. "baidu": "-",
  72. "kuaishou": "-",
  73. "jd": "-",
  74. "harmony": "-",
  75. "qq": "-",
  76. "lark": "-",
  77. "xhs": "-"
  78. },
  79. "quickapp": {
  80. "huawei": "x",
  81. "union": "x"
  82. }
  83. },
  84. "uni-app-x": {
  85. "web": {
  86. "safari": "x",
  87. "chrome": "x"
  88. },
  89. "app": {
  90. "android": "x",
  91. "ios": "x",
  92. "harmony": "x"
  93. },
  94. "mp": {
  95. "weixin": "x"
  96. }
  97. }
  98. },
  99. "cloud": {
  100. "aliyun": "x",
  101. "tcb": "x",
  102. "alipay": "x"
  103. }
  104. }
  105. }
  106. }