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

28 lines
648 B
JSON
Raw Normal View History

{
"name": "doui-anot",
"version": "2.0.1",
2019-07-22 10:11:52 +08:00
"description": "基于Anot框架的doUI组件库。仅支持type=module的现代浏览器。",
"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"
},
"keywords": ["doui", "Anot"],
"author": "yutent",
"license": "MIT",
2018-07-22 16:58:50 +08:00
"dependencies": {},
"devDependencies": {
2019-09-03 21:27:25 +08:00
"anot": "^2.1.1",
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
}
}