2017-12-04 02:02:18 +08:00
|
|
|
{
|
2020-07-29 17:46:14 +08:00
|
|
|
"name": "@bd/wcui",
|
2020-07-27 16:01:30 +08:00
|
|
|
"version": "2.0.0",
|
2020-07-28 20:12:42 +08:00
|
|
|
"description": "基于wc开发的一套UI库, 面向未来, 面向electron",
|
2017-12-23 18:41:36 +08:00
|
|
|
"main": "index.js",
|
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",
|
|
|
|
"url": "git+https://github.com/yutent/doui.git"
|
|
|
|
},
|
2020-07-27 16:01:30 +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
|
|
|
"dependencies": {},
|
|
|
|
"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",
|
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",
|
2019-05-08 11:05:05 +08:00
|
|
|
"uglify-es": "^3.3.9"
|
2018-05-23 17:25:13 +08:00
|
|
|
}
|
2017-12-04 02:02:18 +08:00
|
|
|
}
|