package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "name": "@zebra-ui/swiper",
  3. "id": "zebra-swiper",
  4. "displayName": "zebra-swiper 3D轮播,全面对标swiperjs并实现全端兼容。",
  5. "version": "2.2.6",
  6. "description": "适配多端的高自定义轮播组件,多种3D效果。全面对标swiperjs。",
  7. "main": "index.js",
  8. "keywords": [
  9. "zebra",
  10. "swiper",
  11. "轮播",
  12. "3D",
  13. "banner"
  14. ],
  15. "repository": "https://github.com/zebra-ui/zebra-uniapp-swiper",
  16. "bugs": {
  17. "url": "https://github.com/zebra-ui/zebra-uniapp-swiper/issues"
  18. },
  19. "homepage": "https://github.com/zebra-ui/zebra-uniapp-swiper#readme",
  20. "author": "zebra-ui",
  21. "license": "ISC",
  22. "publishConfig": {
  23. "access": "public"
  24. },
  25. "engines": {
  26. "HBuilderX": "^3.1.0"
  27. },
  28. "dcloudext": {
  29. "sale": {
  30. "regular": {
  31. "price": "0.00"
  32. },
  33. "sourcecode": {
  34. "price": "0.00"
  35. }
  36. },
  37. "contact": {
  38. "qq": ""
  39. },
  40. "declaration": {
  41. "ads": "无",
  42. "data": "插件不采集任何数据",
  43. "permissions": "无"
  44. },
  45. "npmurl": "https://www.npmjs.com/package/@zebra-ui/swiper",
  46. "type": "component-vue"
  47. },
  48. "uni_modules": {
  49. "dependencies": [],
  50. "encrypt": [],
  51. "platforms": {
  52. "cloud": {
  53. "tcb": "y",
  54. "aliyun": "y"
  55. },
  56. "client": {
  57. "Vue": {
  58. "vue2": "y",
  59. "vue3": "y"
  60. },
  61. "App": {
  62. "app-vue": "y",
  63. "app-nvue": "n"
  64. },
  65. "H5-mobile": {
  66. "Safari": "y",
  67. "Android Browser": "y",
  68. "微信浏览器(Android)": "y",
  69. "QQ浏览器(Android)": "y"
  70. },
  71. "H5-pc": {
  72. "Chrome": "y",
  73. "IE": "y",
  74. "Edge": "y",
  75. "Firefox": "y",
  76. "Safari": "y"
  77. },
  78. "小程序": {
  79. "微信": "y",
  80. "阿里": "y",
  81. "百度": "y",
  82. "字节跳动": "y",
  83. "QQ": "y",
  84. "钉钉": "u",
  85. "快手": "y",
  86. "飞书": "y",
  87. "京东": "u"
  88. },
  89. "快应用": {
  90. "华为": "y",
  91. "联盟": "y"
  92. }
  93. }
  94. }
  95. }
  96. }