package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "id": "uni-swipe-action",
  3. "displayName": "uni-swipe-action 滑动操作",
  4. "version": "1.3.8",
  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. },
  17. "directories": {
  18. "example": "../../temps/example_temps"
  19. },
  20. "dcloudext": {
  21. "sale": {
  22. "regular": {
  23. "price": "0.00"
  24. },
  25. "sourcecode": {
  26. "price": "0.00"
  27. }
  28. },
  29. "contact": {
  30. "qq": ""
  31. },
  32. "declaration": {
  33. "ads": "无",
  34. "data": "无",
  35. "permissions": "无"
  36. },
  37. "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
  38. "type": "component-vue"
  39. },
  40. "uni_modules": {
  41. "dependencies": ["uni-scss"],
  42. "encrypt": [],
  43. "platforms": {
  44. "cloud": {
  45. "tcb": "y",
  46. "aliyun": "y"
  47. },
  48. "client": {
  49. "App": {
  50. "app-vue": "y",
  51. "app-nvue": "y"
  52. },
  53. "H5-mobile": {
  54. "Safari": "y",
  55. "Android Browser": "y",
  56. "微信浏览器(Android)": "y",
  57. "QQ浏览器(Android)": "y"
  58. },
  59. "H5-pc": {
  60. "Chrome": "y",
  61. "IE": "y",
  62. "Edge": "y",
  63. "Firefox": "y",
  64. "Safari": "y"
  65. },
  66. "小程序": {
  67. "微信": "y",
  68. "阿里": "y",
  69. "百度": "y",
  70. "字节跳动": "y",
  71. "QQ": "y"
  72. },
  73. "快应用": {
  74. "华为": "y",
  75. "联盟": "u"
  76. },
  77. "Vue": {
  78. "vue2": "y",
  79. "vue3": "y"
  80. }
  81. }
  82. }
  83. }
  84. }