zssh-h5/package.json

34 lines
775 B
JSON
Raw Permalink Normal View History

2024-07-09 15:49:34 +08:00
{
"name": "uView",
"version": "1.8.6",
"description": "uView UI是uni-app生态优秀的UI框架全面的组件和便捷的工具会让您信手拈来如鱼得水",
"main": "index.js",
"keywords": [
"uview",
"ui",
"uni-app"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "uView",
"license": "MIT",
"id": "uview-v1",
"dcloudext": {
"category": [
"前端组件",
"通用组件"
]
},
"dependencies": {
"normalize.css": "^8.0.1",
"urlencode": "^2.0.0",
"uview-ui": "^2.0.37",
"vconsole": "^3.15.1"
}
}