package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "id": "uni-transition",
  3. "displayName": "uni-transition 过渡动画",
  4. "version": "1.3.5",
  5. "description": "元素的简单过渡动画",
  6. "keywords": [
  7. "uni-ui",
  8. "uniui",
  9. "动画",
  10. "过渡",
  11. "过渡动画"
  12. ],
  13. "repository": "https://github.com/dcloudio/uni-ui",
  14. "engines": {
  15. "HBuilderX": "",
  16. "uni-app": "^4.01",
  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": "√",
  53. "aliyun": "√",
  54. "alipay": "x"
  55. },
  56. "client": {
  57. "uni-app": {
  58. "vue": {
  59. "vue2": "√",
  60. "vue3": "√"
  61. },
  62. "web": {
  63. "safari": "√",
  64. "chrome": "√"
  65. },
  66. "app": {
  67. "vue": "√",
  68. "nvue": "√",
  69. "android": "√",
  70. "ios": "√",
  71. "harmony": "-"
  72. },
  73. "mp": {
  74. "weixin": {
  75. "extVersion": "1.0.2",
  76. "minVersion": ""
  77. },
  78. "alipay": {
  79. "extVersion": "1.0.2",
  80. "minVersion": ""
  81. },
  82. "toutiao": {
  83. "extVersion": "1.0.2",
  84. "minVersion": ""
  85. },
  86. "baidu": {
  87. "extVersion": "1.0.2",
  88. "minVersion": ""
  89. },
  90. "kuaishou": {
  91. "extVersion": "1.1.0",
  92. "minVersion": ""
  93. },
  94. "jd": {
  95. "extVersion": "1.0.2",
  96. "minVersion": ""
  97. },
  98. "harmony": "x",
  99. "qq": "-",
  100. "lark": "-"
  101. },
  102. "quickapp": {
  103. "huawei": "-",
  104. "union": "-"
  105. }
  106. },
  107. "uni-app-x": {
  108. "web": {
  109. "safari": "-",
  110. "chrome": "-"
  111. },
  112. "app": {
  113. "android": "-",
  114. "ios": "-",
  115. "harmony": "-"
  116. },
  117. "mp": {
  118. "weixin": "-"
  119. }
  120. }
  121. }
  122. }
  123. }
  124. }