package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "id": "uni-indexed-list",
  3. "displayName": "uni-indexed-list 索引列表",
  4. "version": "1.2.2",
  5. "description": "索引列表组件,右侧带索引的列表,方便快速定位到具体内容,通常用于城市/机场选择等场景",
  6. "keywords": [
  7. "uni-ui",
  8. "索引列表",
  9. "索引",
  10. "列表"
  11. ],
  12. "repository": "https://github.com/dcloudio/uni-ui",
  13. "engines": {
  14. "HBuilderX": "",
  15. "uni-app": "^4.05",
  16. "uni-app-x": ""
  17. },
  18. "directories": {
  19. "example": "../../temps/example_temps"
  20. },
  21. "dcloudext": {
  22. "sale": {
  23. "regular": {
  24. "price": "0.00"
  25. },
  26. "sourcecode": {
  27. "price": "0.00"
  28. }
  29. },
  30. "contact": {
  31. "qq": ""
  32. },
  33. "declaration": {
  34. "ads": "无",
  35. "data": "无",
  36. "permissions": "无"
  37. },
  38. "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
  39. "type": "component-vue",
  40. "darkmode": "x",
  41. "i18n": "x",
  42. "widescreen": "x"
  43. },
  44. "uni_modules": {
  45. "dependencies": [
  46. "uni-scss",
  47. "uni-icons"
  48. ],
  49. "encrypt": [],
  50. "platforms": {
  51. "cloud": {
  52. "tcb": "x",
  53. "aliyun": "x",
  54. "alipay": "x"
  55. },
  56. "client": {
  57. "uni-app": {
  58. "vue": {
  59. "vue2": "√",
  60. "vue3": "√"
  61. },
  62. "web": {
  63. "safari": "√",
  64. "chrome": "√"
  65. },
  66. "app": {
  67. "vue": "√",
  68. "nvue": "√",
  69. "android": "√",
  70. "ios": "√",
  71. "harmony": "√"
  72. },
  73. "mp": {
  74. "weixin": "√",
  75. "alipay": "√",
  76. "toutiao": "√",
  77. "baidu": "√",
  78. "kuaishou": "-",
  79. "jd": "-",
  80. "harmony": "-",
  81. "qq": "√",
  82. "lark": "-",
  83. "xhs": "-"
  84. },
  85. "quickapp": {
  86. "huawei": "√",
  87. "union": "√"
  88. }
  89. },
  90. "uni-app-x": {
  91. "web": {
  92. "safari": "-",
  93. "chrome": "-"
  94. },
  95. "app": {
  96. "android": "-",
  97. "ios": "-",
  98. "harmony": "-"
  99. },
  100. "mp": {
  101. "weixin": "-"
  102. }
  103. }
  104. }
  105. }
  106. }
  107. }