uni-ui-plus
Version:
uni-ui-plus 一个现代化的 uni-app 组件库
83 lines (82 loc) • 1.79 kB
JSON
{
"id": "uni-ui-plus",
"name": "uni-ui-plus",
"displayName": "uni-ui-plus",
"version": "0.0.70",
"description": "uni-ui-plus 一个现代化的 uni-app 组件库",
"author": "Icey Wu <3128006406@qq.com>",
"license": "MIT",
"homepage": "https://github.com/iceywu/uni-ui-plus#readme",
"repository": {
"type": "git",
"url": "https://github.com/iceywu/uni-ui-plus.git"
},
"bugs": "https://github.com/iceywu/uni-ui-plus/issues",
"keywords": [
"uni-ui-plus",
"组件库",
"vue3",
"uniapp",
"暗黑模式",
"国际化"
],
"main": "index.ts",
"sideEffects": [
"*.scss",
"*/components/**/*.vue"
],
"vetur": {
"tags": "tags.json",
"attributes": "attributes.json"
},
"web-types": "web-types.json",
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y",
"alipay": "n"
},
"client": {
"Vue": {
"vue2": "n",
"vue3": "y"
},
"App": {
"app-vue": "y",
"app-nvue": "n",
"app-uvue": "n"
},
"H5-mobile": {
"Safari": "y",
"Android Browser": "y",
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
},
"H5-pc": {
"Chrome": "y",
"IE": "u",
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "u",
"字节跳动": "u",
"QQ": "y",
"钉钉": "y",
"快手": "u",
"飞书": "u",
"京东": "u"
}
}
}
},
"peerDependencies": {
"vue": ">=3.2.0"
}
}