package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "id": "uni-section",
  3. "displayName": "uni-section 标题栏",
  4. "version": "0.0.1",
  5. "description": "标题栏组件",
  6. "keywords": [
  7. "uni-ui",
  8. "uniui",
  9. "标题栏"
  10. ],
  11. "repository": "https://github.com/dcloudio/uni-ui",
  12. "engines": {
  13. "HBuilderX": "",
  14. "uni-app": "^4.05",
  15. "uni-app-x": ""
  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. "darkmode": "x",
  40. "i18n": "x",
  41. "widescreen": "x"
  42. },
  43. "uni_modules": {
  44. "dependencies": [
  45. "uni-scss"
  46. ],
  47. "encrypt": [],
  48. "platforms": {
  49. "cloud": {
  50. "tcb": "x",
  51. "aliyun": "x",
  52. "alipay": "x"
  53. },
  54. "client": {
  55. "uni-app": {
  56. "vue": {
  57. "vue2": "√",
  58. "vue3": "√"
  59. },
  60. "web": {
  61. "safari": "√",
  62. "chrome": "√"
  63. },
  64. "app": {
  65. "vue": "√",
  66. "nvue": "√",
  67. "android": "√",
  68. "ios": "√",
  69. "harmony": "√"
  70. },
  71. "mp": {
  72. "weixin": "√",
  73. "alipay": "√",
  74. "toutiao": "√",
  75. "baidu": "√",
  76. "kuaishou": "-",
  77. "jd": "-",
  78. "harmony": "-",
  79. "qq": "√",
  80. "lark": "-"
  81. },
  82. "quickapp": {
  83. "huawei": "√",
  84. "union": "√"
  85. }
  86. },
  87. "uni-app-x": {
  88. "web": {
  89. "safari": "-",
  90. "chrome": "-"
  91. },
  92. "app": {
  93. "android": "-",
  94. "ios": "-",
  95. "harmony": "-"
  96. },
  97. "mp": {
  98. "weixin": "-"
  99. }
  100. }
  101. }
  102. }
  103. }
  104. }