package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "id": "as-tree-select",
  3. "displayName": "as-tree-select",
  4. "version": "1.1.2",
  5. "description": "as-tree-select",
  6. "keywords": [
  7. "as-tree-select",
  8. "tree-select",
  9. "树形下拉"
  10. ],
  11. "repository": "",
  12. "engines": {
  13. "HBuilderX": "^3.1.0"
  14. },
  15. "dcloudext": {
  16. "type": "component-vue",
  17. "sale": {
  18. "regular": {
  19. "price": "0.00"
  20. },
  21. "sourcecode": {
  22. "price": "0.00"
  23. }
  24. },
  25. "contact": {
  26. "qq": ""
  27. },
  28. "declaration": {
  29. "ads": "无",
  30. "data": "无",
  31. "permissions": "无"
  32. },
  33. "npmurl": ""
  34. },
  35. "uni_modules": {
  36. "dependencies": [
  37. "as-nav-bar",
  38. "uni-icons",
  39. "as-empty",
  40. "as-popup"
  41. ],
  42. "encrypt": [],
  43. "platforms": {
  44. "cloud": {
  45. "tcb": "y",
  46. "aliyun": "y"
  47. },
  48. "client": {
  49. "Vue": {
  50. "vue2": "y",
  51. "vue3": "y"
  52. },
  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. "钉钉": "y",
  77. "快手": "y",
  78. "飞书": "y",
  79. "京东": "y"
  80. },
  81. "快应用": {
  82. "华为": "y",
  83. "联盟": "y"
  84. }
  85. }
  86. }
  87. }
  88. }