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

32 lines
662 B
JSON
Raw Normal View History

{
2020-12-14 14:44:05 +08:00
"name": "@bytedo/wcui",
2023-02-09 18:09:08 +08:00
"version": "1.0.12",
2022-04-25 18:22:38 +08:00
"type": "module",
2020-07-28 20:12:42 +08:00
"description": "基于wc开发的一套UI库, 面向未来, 面向electron",
"scripts": {
"start": "node ./build.dev.js",
2019-02-20 15:34:02 +08:00
"prod": "node ./build.prod.js"
},
"repository": {
"type": "git",
2020-12-14 14:44:05 +08:00
"url": "git+https://github.com/bytedo/wcui.git"
},
2021-01-14 18:38:19 +08:00
"main": "dist/",
2022-04-25 18:22:38 +08:00
"keywords": [
"web-components",
"wc",
"components",
"yutent"
],
"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",
"@bytedo/sass": "^1.58.3",
2021-11-24 11:09:28 +08:00
"esbuild": "^0.13.15"
2018-05-23 17:25:13 +08:00
}
}