pad-app/package.json

24 lines
549 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"id": "zqs-select",
"name": "下拉多选,单选,搜索",
"displayName": "下拉多选,单选,搜索",
"version": "1.0.2",
"description": "下拉多选单选搜索纯uni 规范代码 不引入其他任何插件)",
"keywords": [
"multiSelector",
"单选",
"多选",
"下拉",
"筛选"
],
"dcloudext": {
"category": [
"前端组件",
"通用组件"
]
},
"dependencies": {
"crypto-js": "^4.1.1"
}
}