2017-12-04 02:02:18 +08:00
|
|
|
{
|
2018-02-03 02:10:34 +08:00
|
|
|
"name": "doui-anot",
|
2017-12-04 02:02:18 +08:00
|
|
|
"version": "0.0.1",
|
2017-12-23 00:43:16 +08:00
|
|
|
"description": "基于Anot框架的doUI组件库。支持IE10+,及现代浏览器。",
|
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",
|
|
|
|
"build": "node ./build.prod.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/yutent/doui.git"
|
|
|
|
},
|
2018-01-22 02:01:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"doui",
|
2018-02-03 02:10:34 +08:00
|
|
|
"Anot"
|
2018-01-22 02:01:44 +08:00
|
|
|
],
|
2017-12-04 02:02:18 +08:00
|
|
|
"author": "yutent",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2018-01-22 02:01:44 +08:00
|
|
|
"autoprefixer": "^7.2.5",
|
2017-12-04 02:02:18 +08:00
|
|
|
"babel-core": "^6.26.0",
|
2018-02-03 02:10:34 +08:00
|
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
2017-12-04 02:02:18 +08:00
|
|
|
"babel-preset-es2015": "^6.24.1",
|
|
|
|
"babel-preset-minify": "^0.2.0",
|
2017-12-21 22:39:45 +08:00
|
|
|
"chalk": "^2.3.0",
|
2017-12-04 02:02:18 +08:00
|
|
|
"chokidar": "^1.7.0",
|
2017-12-23 18:41:36 +08:00
|
|
|
"iofs": "^1.0.3",
|
2018-01-22 02:01:44 +08:00
|
|
|
"node-sass": "^4.7.2",
|
|
|
|
"postcss": "^6.0.16"
|
2017-12-04 02:02:18 +08:00
|
|
|
}
|
|
|
|
}
|