package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "id": "lime-overlay",
  3. "displayName": "lime-overlay 遮罩层",
  4. "version": "0.1.3",
  5. "description": "lime-overlay 通过遮罩层,可以强调部分内容,兼容uniapp/uniappx",
  6. "keywords": [
  7. "lime-overlay",
  8. "overlay",
  9. "遮罩层"
  10. ],
  11. "repository": "",
  12. "engines": {
  13. "HBuilderX": "^4.28",
  14. "uni-app": "^4.52",
  15. "uni-app-x": "^4.75"
  16. },
  17. "dcloudext": {
  18. "type": "component-vue",
  19. "sale": {
  20. "regular": {
  21. "price": "0.00"
  22. },
  23. "sourcecode": {
  24. "price": "0.00"
  25. }
  26. },
  27. "contact": {
  28. "qq": ""
  29. },
  30. "declaration": {
  31. "ads": "无",
  32. "data": "无",
  33. "permissions": "无"
  34. },
  35. "npmurl": "",
  36. "darkmode": "x",
  37. "i18n": "x",
  38. "widescreen": "x"
  39. },
  40. "uni_modules": {
  41. "dependencies": [
  42. "lime-style",
  43. "lime-shared",
  44. "lime-transition"
  45. ],
  46. "encrypt": [],
  47. "platforms": {
  48. "cloud": {
  49. "tcb": "x",
  50. "aliyun": "x",
  51. "alipay": "x"
  52. },
  53. "client": {
  54. "uni-app": {
  55. "vue": {
  56. "vue2": "√",
  57. "vue3": "√"
  58. },
  59. "web": {
  60. "safari": "√",
  61. "chrome": "√"
  62. },
  63. "app": {
  64. "vue": "√",
  65. "nvue": "-",
  66. "android": {
  67. "extVersion": "",
  68. "minVersion": "21"
  69. },
  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. },
  84. "quickapp": {
  85. "huawei": "-",
  86. "union": "-"
  87. }
  88. },
  89. "uni-app-x": {
  90. "web": {
  91. "safari": "√",
  92. "chrome": "√"
  93. },
  94. "app": {
  95. "android": {
  96. "extVersion": "",
  97. "minVersion": "21"
  98. },
  99. "ios": "√",
  100. "harmony": "√"
  101. },
  102. "mp": {
  103. "weixin": "√"
  104. }
  105. }
  106. }
  107. }
  108. }
  109. }