pad-app/package.json

24 lines
549 B
JSON
Raw Permalink Normal View History

2023-07-10 17:11:31 +08:00
{
2023-09-23 20:16:54 +08:00
"id": "zqs-select",
"name": "下拉多选,单选,搜索",
"displayName": "下拉多选,单选,搜索",
"version": "1.0.2",
"description": "下拉多选单选搜索纯uni 规范代码 不引入其他任何插件)",
"keywords": [
"multiSelector",
"单选",
"多选",
"下拉",
"筛选"
],
"dcloudext": {
"category": [
"前端组件",
"通用组件"
]
},
"dependencies": {
"crypto-js": "^4.1.1"
}
2023-07-17 17:10:05 +08:00
}