package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "id": "uni-title",
  3. "displayName": "uni-title 章节标题",
  4. "version": "1.1.1",
  5. "description": "章节标题,通常用于记录页面标题,使用当前组件,uni-app 如果开启统计,将会自动统计页面标题",
  6. "keywords": [
  7. "uni-ui",
  8. "uniui",
  9. "标题",
  10. "章节",
  11. "章节标题",
  12. ""
  13. ],
  14. "repository": "https://github.com/dcloudio/uni-ui",
  15. "engines": {
  16. "HBuilderX": ""
  17. },
  18. "directories": {
  19. "example": "../../temps/example_temps"
  20. },
  21. "dcloudext": {
  22. "category": [
  23. "前端组件",
  24. "通用组件"
  25. ],
  26. "sale": {
  27. "regular": {
  28. "price": "0.00"
  29. },
  30. "sourcecode": {
  31. "price": "0.00"
  32. }
  33. },
  34. "contact": {
  35. "qq": ""
  36. },
  37. "declaration": {
  38. "ads": "无",
  39. "data": "无",
  40. "permissions": "无"
  41. },
  42. "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui"
  43. },
  44. "uni_modules": {
  45. "dependencies": ["uni-scss"],
  46. "encrypt": [],
  47. "platforms": {
  48. "cloud": {
  49. "tcb": "y",
  50. "aliyun": "y"
  51. },
  52. "client": {
  53. "App": {
  54. "app-vue": "y",
  55. "app-nvue": "y"
  56. },
  57. "H5-mobile": {
  58. "Safari": "y",
  59. "Android Browser": "y",
  60. "微信浏览器(Android)": "y",
  61. "QQ浏览器(Android)": "y"
  62. },
  63. "H5-pc": {
  64. "Chrome": "y",
  65. "IE": "y",
  66. "Edge": "y",
  67. "Firefox": "y",
  68. "Safari": "y"
  69. },
  70. "小程序": {
  71. "微信": "y",
  72. "阿里": "y",
  73. "百度": "y",
  74. "字节跳动": "y",
  75. "QQ": "y"
  76. },
  77. "快应用": {
  78. "华为": "u",
  79. "联盟": "u"
  80. },
  81. "Vue": {
  82. "vue2": "y",
  83. "vue3": "y"
  84. }
  85. }
  86. }
  87. }
  88. }