2017-12-04 02:02:18 +08:00
|
|
|
{
|
2020-12-14 14:44:05 +08:00
|
|
|
"name": "@bytedo/wcui",
|
2021-09-20 00:59:56 +08:00
|
|
|
"version": "1.0.4",
|
2020-07-28 20:12:42 +08:00
|
|
|
"description": "基于wc开发的一套UI库, 面向未来, 面向electron",
|
2017-12-04 02:02:18 +08:00
|
|
|
"scripts": {
|
|
|
|
"start": "node ./build.dev.js",
|
2019-02-20 15:34:02 +08:00
|
|
|
"prod": "node ./build.prod.js"
|
2017-12-04 02:02:18 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-12-14 14:44:05 +08:00
|
|
|
"url": "git+https://github.com/bytedo/wcui.git"
|
2017-12-04 02:02:18 +08:00
|
|
|
},
|
2021-01-14 18:38:19 +08:00
|
|
|
"main": "dist/",
|
2021-04-18 23:59:39 +08:00
|
|
|
"keywords": [
|
|
|
|
"web-components",
|
|
|
|
"wc",
|
|
|
|
"components",
|
|
|
|
"yutent"
|
|
|
|
],
|
2017-12-04 02:02:18 +08:00
|
|
|
"author": "yutent",
|
|
|
|
"license": "MIT",
|
2018-07-22 16:58:50 +08:00
|
|
|
"devDependencies": {
|
2019-07-22 10:11:52 +08:00
|
|
|
"chalk": "^2.4.2",
|
2017-12-04 02:02:18 +08:00
|
|
|
"chokidar": "^1.7.0",
|
2021-01-29 11:11:21 +08:00
|
|
|
"es.shim": "^2.0.1",
|
|
|
|
"iofs": "^1.5.2",
|
|
|
|
"sass": "^1.32.5",
|
2020-12-14 14:44:05 +08:00
|
|
|
"terser": "^5.0.0"
|
2018-05-23 17:25:13 +08:00
|
|
|
}
|
2017-12-04 02:02:18 +08:00
|
|
|
}
|