package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "id": "wot-design-uni",
  3. "name": "wot-design-uni",
  4. "displayName": "wot-design-uni 基于vue3+Typescript的高颜值组件库",
  5. "version": "1.13.0",
  6. "license": "MIT",
  7. "description": "一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。",
  8. "keywords": [
  9. "wot-design-uni",
  10. "国际化",
  11. "组件库",
  12. "vue3",
  13. "暗黑模式"
  14. ],
  15. "main": "index.ts",
  16. "repository": "https://github.com/Moonofweisheng/wot-design-uni.git",
  17. "engines": {
  18. "HBuilderX": "^3.8.7",
  19. "uni-app": "^3.98",
  20. "uni-app-x": ""
  21. },
  22. "dcloudext": {
  23. "type": "component-vue",
  24. "sale": {
  25. "regular": {
  26. "price": "0.00"
  27. },
  28. "sourcecode": {
  29. "price": "0.00"
  30. }
  31. },
  32. "contact": {
  33. "qq": ""
  34. },
  35. "declaration": {
  36. "ads": "无",
  37. "data": "插件不采集任何数据",
  38. "permissions": "无"
  39. },
  40. "npmurl": "https://www.npmjs.com/package/wot-design-uni",
  41. "darkmode": "√",
  42. "i18n": "√",
  43. "widescreen": "√"
  44. },
  45. "vetur": {
  46. "tags": "tags.json",
  47. "attributes": "attributes.json"
  48. },
  49. "web-types": "web-types.json",
  50. "uni_modules": {
  51. "dependencies": [],
  52. "encrypt": [],
  53. "platforms": {
  54. "cloud": {
  55. "tcb": "√",
  56. "aliyun": "√",
  57. "alipay": "√"
  58. },
  59. "client": {
  60. "uni-app": {
  61. "vue": {
  62. "vue2": "x",
  63. "vue3": "√"
  64. },
  65. "web": {
  66. "safari": "√",
  67. "chrome": "√"
  68. },
  69. "app": {
  70. "vue": "√",
  71. "nvue": "x",
  72. "android": {
  73. "extVersion": "",
  74. "minVersion": "26"
  75. },
  76. "ios": "√",
  77. "harmony": "√"
  78. },
  79. "mp": {
  80. "weixin": "√",
  81. "alipay": "√",
  82. "toutiao": "-",
  83. "baidu": "-",
  84. "kuaishou": "-",
  85. "jd": "-",
  86. "harmony": "-",
  87. "qq": "√",
  88. "lark": "-"
  89. },
  90. "quickapp": {
  91. "huawei": "-",
  92. "union": "-"
  93. }
  94. },
  95. "uni-app-x": {
  96. "web": {
  97. "safari": "-",
  98. "chrome": "-"
  99. },
  100. "app": {
  101. "android": "-",
  102. "ios": "-",
  103. "harmony": "-"
  104. },
  105. "mp": {
  106. "weixin": "-"
  107. }
  108. }
  109. }
  110. }
  111. },
  112. "peerDependencies": {
  113. "vue": ">=3.2.47"
  114. }
  115. }