detection-business/package.json
2025-08-08 14:27:37 +08:00

23 lines
430 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "qianziyu-select",
"displayName": "基于uview2.x封装的下拉框",
"version": "1.2",
"description": "公共选择下拉框基于uview2.x。支持下拉加载、列表搜索、单选多选",
"keywords": [
"下拉",
"单选",
"多选",
"uview"
],
"dcloudext": {
"category": [
"前端组件",
"通用组件"
]
},
"dependencies": {
"cos-js-sdk-v5": "^1.8.7",
"uqrcodejs": "^4.0.7"
}
}