This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0
wcui/package.json

32 lines
653 B
JSON

{
"name": "@bytedo/wcui",
"version": "1.0.8",
"type": "module",
"description": "基于wc开发的一套UI库, 面向未来, 面向electron",
"scripts": {
"start": "node ./build.dev.js",
"prod": "node ./build.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytedo/wcui.git"
},
"main": "dist/",
"keywords": [
"web-components",
"wc",
"components",
"yutent"
],
"author": "yutent",
"license": "MIT",
"devDependencies": {
"chalk": "^5.0.0",
"chokidar": "^3.5.2",
"es.shim": "^2.0.2",
"iofs": "^1.5.2",
"sass": "^1.43.4",
"esbuild": "^0.13.15"
}
}
wcui是一套基于`Web Components`的UI组件库, 宗旨是追求简单、实用、不花哨。
JavaScript 95.2%
CSS 4.8%