uni-Identify-quality/package.json

36 lines
797 B
JSON
Raw Permalink Normal View History

2023-09-19 03:22:28 +00: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": ""
},
"devDependencies": {
"sass-loader": "^8.0.2"
},
"author": "uView",
"license": "MIT",
"id": "uview-v1",
"dcloudext": {
"category": [
"前端组件",
"通用组件"
]
2024-04-03 05:14:50 +00:00
},
"dependencies": {
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
"sass": "^1.72.0"
2023-09-19 03:22:28 +00:00
}
2023-09-19 03:05:39 +00:00
}