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

38 lines
992 B
JSON
Raw Normal View History

{
"name": "doui-anot",
"version": "0.0.1",
2017-12-23 00:43:16 +08:00
"description": "基于Anot框架的doUI组件库。支持IE10+,及现代浏览器。",
"main": "index.js",
"scripts": {
"start": "node ./build.dev.js",
"prod": "node ./build.prod.js",
"next": "node ./build.next.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": {
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.3",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-for-of": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chalk": "^2.4.1",
"chokidar": "^1.7.0",
"iofs": "^1.1.0",
"node-sass": "^4.9.0",
"postcss": "^6.0.22",
"uglify-es": "^3.3.9"
2018-05-23 17:25:13 +08:00
}
}