26 lines
613 B
JSON
26 lines
613 B
JSON
{
|
|
"name": "@bytedo/wcui",
|
|
"version": "1.0.5",
|
|
"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": "^3.0.0",
|
|
"chokidar": "^3.5.2",
|
|
"es.shim": "^2.0.2",
|
|
"iofs": "^1.5.2",
|
|
"sass": "^1.43.4",
|
|
"esbuild": "^0.13.15"
|
|
}
|
|
}
|
JavaScript
95.2%
CSS
4.8%