This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0
wcui/package.json

27 lines
634 B
JSON
Raw Normal View History

{
2020-07-27 16:01:30 +08:00
"name": "wcui",
"version": "2.0.0",
"description": "基于c开发的一套UI库, 面向未来, 面向electron",
"main": "index.js",
"scripts": {
"start": "node ./build.dev.js",
2019-02-20 15:34:02 +08:00
"prod": "node ./build.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yutent/doui.git"
},
2020-07-27 16:01:30 +08:00
"keywords": ["web-components", "wc", "components", "yutent"],
"author": "yutent",
"license": "MIT",
2018-07-22 16:58:50 +08:00
"dependencies": {},
"devDependencies": {
2019-07-22 10:11:52 +08:00
"chalk": "^2.4.2",
"chokidar": "^1.7.0",
2019-08-06 21:11:41 +08:00
"es.shim": "^1.1.2",
2020-01-18 19:08:06 +08:00
"iofs": "^1.3.2",
2019-07-22 10:11:52 +08:00
"node-sass": "^4.12.0",
"uglify-es": "^3.3.9"
2018-05-23 17:25:13 +08:00
}
}