package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "id": "uni-icons",
  3. "displayName": "uni-icons 图标",
  4. "version": "2.0.12",
  5. "description": "图标组件,用于展示移动端常见的图标,可自定义颜色、大小。",
  6. "keywords": [
  7. "uni-ui",
  8. "uniui",
  9. "icon",
  10. "图标"
  11. ],
  12. "repository": "https://github.com/dcloudio/uni-ui",
  13. "engines": {
  14. "HBuilderX": "^3.2.14",
  15. "uni-app": "^4.08",
  16. "uni-app-x": "^4.61"
  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. ],
  48. "encrypt": [],
  49. "platforms": {
  50. "cloud": {
  51. "tcb": "x",
  52. "aliyun": "x",
  53. "alipay": "x"
  54. },
  55. "client": {
  56. "uni-app": {
  57. "vue": {
  58. "vue2": "√",
  59. "vue3": "√"
  60. },
  61. "web": {
  62. "safari": "√",
  63. "chrome": "√"
  64. },
  65. "app": {
  66. "vue": "√",
  67. "nvue": "-",
  68. "android": {
  69. "extVersion": "",
  70. "minVersion": "29"
  71. },
  72. "ios": "√",
  73. "harmony": "√"
  74. },
  75. "mp": {
  76. "weixin": "√",
  77. "alipay": "√",
  78. "toutiao": "√",
  79. "baidu": "√",
  80. "kuaishou": "-",
  81. "jd": "-",
  82. "harmony": "-",
  83. "qq": "√",
  84. "lark": "-"
  85. },
  86. "quickapp": {
  87. "huawei": "√",
  88. "union": "√"
  89. }
  90. },
  91. "uni-app-x": {
  92. "web": {
  93. "safari": "√",
  94. "chrome": "√"
  95. },
  96. "app": {
  97. "android": {
  98. "extVersion": "",
  99. "minVersion": "29"
  100. },
  101. "ios": "√",
  102. "harmony": "√"
  103. },
  104. "mp": {
  105. "weixin": "√"
  106. }
  107. }
  108. }
  109. }
  110. }
  111. }