ui/package.json

24 lines
420 B
JSON

{
"name": "@bd/ui",
"version": "0.1.18",
"type": "module",
"description": "",
"files": [
"dist/*"
],
"scripts": {
"start": "wcui-cli dev",
"build": "wcui-cli build",
"build:es6": "wcui-cli build-es6"
},
"repository": {
"type": "git",
"url": "git+https://git.wkit.fun/bd/ui.git"
},
"author": "yutent",
"license": "MIT",
"devDependencies": {
"@bd/cli": "^1.2.3"
}
}
百搭WCUI组件库, 基于web components开发。面向下一代的UI组件库
JavaScript 98.9%
CSS 1.1%