package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "id": "uni-test",
  3. "displayName": "Test 测试插件",
  4. "version": "2.0.13",
  5. "description": "测试插件 ",
  6. "keywords": [
  7. "test"
  8. ],
  9. "repository": "https://github.com/dcloudio/uni-ui",
  10. "engines": {
  11. "HBuilderX": "^3.1.3"
  12. },
  13. "directories": {
  14. "example": "../../temps/example_temps"
  15. },
  16. "dcloudext": {
  17. "category": [
  18. "前端组件",
  19. "通用组件"
  20. ],
  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. },
  39. "uni_modules": {
  40. "dependencies": ["uni-scss"],
  41. "encrypt": [],
  42. "platforms": {
  43. "cloud": {
  44. "tcb": "y",
  45. "aliyun": "y"
  46. },
  47. "client": {
  48. "App": {
  49. "app-vue": "y",
  50. "app-nvue": "y"
  51. },
  52. "H5-mobile": {
  53. "Safari": "y",
  54. "Android Browser": "y",
  55. "微信浏览器(Android)": "y",
  56. "QQ浏览器(Android)": "y"
  57. },
  58. "H5-pc": {
  59. "Chrome": "y",
  60. "IE": "y",
  61. "Edge": "y",
  62. "Firefox": "y",
  63. "Safari": "y"
  64. },
  65. "小程序": {
  66. "微信": "y",
  67. "阿里": "y",
  68. "百度": "y",
  69. "字节跳动": "y",
  70. "QQ": "y"
  71. },
  72. "快应用": {
  73. "华为": "y",
  74. "联盟": "y"
  75. },
  76. "Vue": {
  77. "vue2": "y",
  78. "vue3": "y"
  79. }
  80. }
  81. }
  82. }
  83. }