37 lines
967 B
JSON
37 lines
967 B
JSON
{
|
|
"name": "doui-anot",
|
|
"version": "0.0.1",
|
|
"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",
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|
JavaScript
95.2%
CSS
4.8%