package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "id": "uni-swipe-action",
  3. "displayName": "uni-swipe-action 滑动操作",
  4. "version": "1.3.16",
  5. "description": "SwipeAction 滑动操作操作组件",
  6. "keywords": [
  7. "",
  8. "uni-ui",
  9. "uniui",
  10. "滑动删除",
  11. "侧滑删除"
  12. ],
  13. "repository": "https://github.com/dcloudio/uni-ui",
  14. "engines": {
  15. "HBuilderX": "",
  16. "uni-app": "^4.27",
  17. "uni-app-x": ""
  18. },
  19. "directories": {
  20. "example": "../../temps/example_temps"
  21. },
  22. "dcloudext": {
  23. "sale": {
  24. "regular": {
  25. "price": "0.00"
  26. },
  27. "sourcecode": {
  28. "price": "0.00"
  29. }
  30. },
  31. "contact": {
  32. "qq": ""
  33. },
  34. "declaration": {
  35. "ads": "无",
  36. "data": "无",
  37. "permissions": "无"
  38. },
  39. "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
  40. "type": "component-vue",
  41. "darkmode": "x",
  42. "i18n": "x",
  43. "widescreen": "x"
  44. },
  45. "uni_modules": {
  46. "dependencies": [
  47. "uni-scss"
  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. "extVersion": "1.3.14",
  61. "minVersion": ""
  62. },
  63. "vue3": {
  64. "extVersion": "1.3.14",
  65. "minVersion": ""
  66. }
  67. },
  68. "web": {
  69. "safari": "-",
  70. "chrome": "-"
  71. },
  72. "app": {
  73. "vue": "-",
  74. "nvue": "-",
  75. "android": "-",
  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. }