27 lines
637 B
JSON
27 lines
637 B
JSON
{
|
|
"name": "@bytedo/wcui",
|
|
"version": "1.0.1",
|
|
"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",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"chalk": "^2.4.2",
|
|
"chokidar": "^1.7.0",
|
|
"es.shim": "^1.1.2",
|
|
"iofs": "^1.3.2",
|
|
"node-sass": "^4.12.0",
|
|
"terser": "^5.0.0"
|
|
}
|
|
}
|
JavaScript
95.2%
CSS
4.8%