main
commit
e4c933e8d0
2 changed files with 958 additions and 949 deletions
@ -1,35 +1,36 @@ |
|||||||
{ |
{ |
||||||
"name": "uView", |
"name": "uView", |
||||||
"version": "1.8.6", |
"version": "1.8.6", |
||||||
"description": "uView UI,是uni-app生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水", |
"description": "uView UI,是uni-app生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水", |
||||||
"main": "index.js", |
"main": "index.js", |
||||||
"keywords": [ |
"keywords": [ |
||||||
"uview", |
"uview", |
||||||
"ui", |
"ui", |
||||||
"uni-app" |
"uni-app" |
||||||
], |
], |
||||||
"scripts": { |
"scripts": { |
||||||
"test": "echo \"Error: no test specified\" && exit 1" |
"test": "echo \"Error: no test specified\" && exit 1" |
||||||
}, |
}, |
||||||
"repository": { |
"repository": { |
||||||
"type": "git", |
"type": "git", |
||||||
"url": "" |
"url": "" |
||||||
}, |
}, |
||||||
"devDependencies": { |
"devDependencies": { |
||||||
"node-sass": "^4.14.0", |
"node-sass": "^4.14.0", |
||||||
"sass-loader": "^8.0.2" |
"sass-loader": "^8.0.2" |
||||||
}, |
}, |
||||||
"author": "uView", |
"author": "uView", |
||||||
"license": "MIT", |
"license": "MIT", |
||||||
"id": "uview-v1", |
"id": "uview-v1", |
||||||
"dcloudext": { |
"dcloudext": { |
||||||
"category": [ |
"category": [ |
||||||
"前端组件", |
"前端组件", |
||||||
"通用组件" |
"通用组件" |
||||||
] |
] |
||||||
}, |
}, |
||||||
"dependencies": { |
"dependencies": { |
||||||
"@microsoft/fetch-event-source": "^2.0.1", |
"@microsoft/fetch-event-source": "^2.0.1", |
||||||
"abort-controller": "^3.0.0" |
"abort-controller": "^3.0.0", |
||||||
} |
"marked": "^13.0.3" |
||||||
|
} |
||||||
} |
} |
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue