package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "id": "lime-textarea",
  3. "displayName": "lime-textarea 多行文本框",
  4. "version": "0.1.2",
  5. "description": "lime-textarea 多行文本框用于多行文本信息输入,统计字数,限制字数, 兼容uniapp/uniappx",
  6. "keywords": [
  7. "lime-textarea",
  8. "textarea",
  9. "多行文本框"
  10. ],
  11. "repository": "",
  12. "engines": {
  13. "HBuilderX": "^4.28",
  14. "uni-app": "^4.74",
  15. "uni-app-x": "^4.75"
  16. },
  17. "dcloudext": {
  18. "type": "component-vue",
  19. "sale": {
  20. "regular": {
  21. "price": "0.00"
  22. },
  23. "sourcecode": {
  24. "price": "0.00"
  25. }
  26. },
  27. "contact": {
  28. "qq": ""
  29. },
  30. "declaration": {
  31. "ads": "无",
  32. "data": "无",
  33. "permissions": "无"
  34. },
  35. "npmurl": "",
  36. "darkmode": "√",
  37. "i18n": "x",
  38. "widescreen": "x"
  39. },
  40. "uni_modules": {
  41. "dependencies": [
  42. "lime-style",
  43. "lime-shared"
  44. ],
  45. "encrypt": [],
  46. "platforms": {
  47. "cloud": {
  48. "tcb": "√",
  49. "aliyun": "√",
  50. "alipay": "√"
  51. },
  52. "client": {
  53. "uni-app": {
  54. "vue": {
  55. "vue2": "√",
  56. "vue3": "√"
  57. },
  58. "web": {
  59. "safari": "√",
  60. "chrome": "√"
  61. },
  62. "app": {
  63. "vue": "√",
  64. "nvue": "-",
  65. "android": {
  66. "extVersion": "",
  67. "minVersion": "21"
  68. },
  69. "ios": "√",
  70. "harmony": "√"
  71. },
  72. "mp": {
  73. "weixin": "√",
  74. "alipay": "-",
  75. "toutiao": "-",
  76. "baidu": "-",
  77. "kuaishou": "-",
  78. "jd": "-",
  79. "harmony": "-",
  80. "qq": "-",
  81. "lark": "-"
  82. },
  83. "quickapp": {
  84. "huawei": "-",
  85. "union": "-"
  86. }
  87. },
  88. "uni-app-x": {
  89. "web": {
  90. "safari": "√",
  91. "chrome": "√"
  92. },
  93. "app": {
  94. "android": {
  95. "extVersion": "",
  96. "minVersion": "21"
  97. },
  98. "ios": "√",
  99. "harmony": "√"
  100. },
  101. "mp": {
  102. "weixin": "√"
  103. }
  104. }
  105. }
  106. }
  107. }
  108. }