molibox-zhoulei
Version:
Zhoulei ui component for react
63 lines (62 loc) • 1.61 kB
JSON
{
"name": "molibox-zhoulei",
"version": "0.0.1",
"description": "Zhoulei ui component for react",
"keywords": [
"react",
"react-component",
"molibox-zhoulei",
"yonyou moli",
"molibox",
"Zhoulei"
],
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/molibox/molibox-zhoulei.git",
"author": "Yonyou Moli",
"repository": "http://github.com/molibox/molibox-zhoulei",
"bugs": "https://github.com/molibox/molibox-zhoulei.git/issues",
"license": "MIT",
"main": "./build/index.js",
"config": {
"port": 3000,
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"dev": "molibox run start",
"build": "molibox run build",
"lint": "molibox-test run lint",
"test": "molibox-test run test",
"chrome": "molibox-test run chrome",
"coveralls": "molibox-test run coverage",
"browsers": "molibox-test run browsers",
"pub": "molibox run pub",
"changelog": "molibox run changelog"
},
"dependencies": {
"classnames": "^2.2.5",
"tinper-bee-core": "latest",
"babel-runtime": "^6.23.0"
},
"devDependencies": {
"chai": "^3.5.0",
"enzyme": "^2.4.1",
"react": "15.3.2",
"react-addons-test-utils": "15.3.2",
"react-dom": "15.3.2",
"console-polyfill": "~0.2.1",
"cz-conventional-changelog": "^2.1.0",
"es5-shim": "~4.1.10",
"bee-panel": "latest",
"bee-layout": "latest",
"bee-button": "latest"
},
"peerDependencies": {
"react": ">= 15.3.0",
"react-dom": ">= 15.3.0",
"prop-types": ">= 15.6.0"
}
}