31 lines
630 B
JSON
31 lines
630 B
JSON
{
|
|
"name": "@bytedo/wcui",
|
|
"version": "1.0.4",
|
|
"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": "^2.4.2",
|
|
"chokidar": "^1.7.0",
|
|
"es.shim": "^2.0.1",
|
|
"iofs": "^1.5.2",
|
|
"sass": "^1.32.5",
|
|
"terser": "^5.0.0"
|
|
}
|
|
}
|
JavaScript
95.2%
CSS
4.8%