build(组件依赖清理): 组件依赖清理

组件依赖清理

BREAKING CHANGE: 组件依赖清理
This commit is contained in:
jonymrshi 2017-11-02 10:06:38 +08:00
parent 17a8e458bd
commit 0871a4393c
1 changed files with 64 additions and 60 deletions

View File

@ -20,7 +20,10 @@
"license": "MIT",
"main": "./build/index.js",
"config": {
"port": 3000
"port": 3000,
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"dev": "bee-tools run start",
@ -47,15 +50,16 @@
"prop-types": "15.6.0"
},
"devDependencies": {
"bee-button": "latest",
"bee-layout": "latest",
"bee-panel": "latest",
"chai": "^3.5.0",
"console-polyfill": "~0.2.1",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^2.4.1",
"es5-shim": "~4.1.10",
"react": "15.3.2",
"react-addons-test-utils": "15.3.2",
"react-dom": "15.3.2",
"console-polyfill": "~0.2.1",
"es5-shim": "~4.1.10",
"bee-panel": "latest",
"bee-layout": "latest",
"bee-button": "latest"
"react-dom": "15.3.2"
}
}