2017-12-04 02:02:18 +08:00
|
|
|
{
|
2020-12-14 14:44:05 +08:00
|
|
|
"name": "@bytedo/wcui",
|
2023-01-10 17:16:45 +08:00
|
|
|
"version": "1.0.7",
|
2022-04-25 18:22:38 +08:00
|
|
|
"type": "module",
|
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/",
|
2022-04-25 18:22:38 +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": {
|
2022-04-25 18:22:38 +08:00
|
|
|
"chalk": "^5.0.0",
|
2021-11-24 11:09:28 +08:00
|
|
|
"chokidar": "^3.5.2",
|
|
|
|
"es.shim": "^2.0.2",
|
2021-01-29 11:11:21 +08:00
|
|
|
"iofs": "^1.5.2",
|
2021-11-24 11:09:28 +08:00
|
|
|
"sass": "^1.43.4",
|
|
|
|
"esbuild": "^0.13.15"
|
2018-05-23 17:25:13 +08:00
|
|
|
}
|
2017-12-04 02:02:18 +08:00
|
|
|
}
|