65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "bee-table",
|
|
"version": "0.1.2",
|
|
"description": "Table ui component for react",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"bee-table",
|
|
"iuap-design",
|
|
"tinper-bee",
|
|
"Table"
|
|
],
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"homepage": "https://github.com/tinper-bee/bee-table.git",
|
|
"author": "Yonyou FED",
|
|
"repository": "http://github.com/tinper-bee/bee-table",
|
|
"bugs": "https://github.com/tinper-bee/bee-table.git/issues",
|
|
"license": "MIT",
|
|
"main": "./build/index.js",
|
|
"config": {
|
|
"port": 3000
|
|
},
|
|
"scripts": {
|
|
"dev": "bee-tools run start",
|
|
"build": "bee-tools run build",
|
|
"lint": "bee-tools run lint",
|
|
"test": "bee-tools run test",
|
|
"chrome": "bee-tools run chrome",
|
|
"coveralls": "bee-tools run coverage",
|
|
"browsers": "bee-tools run browsers",
|
|
"pub": "bee-tools run pub"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.5",
|
|
"object-path": "^0.11.3",
|
|
"shallowequal": "^0.2.2",
|
|
"tinper-bee-core": "^0.1.6",
|
|
"warning": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"bee-animate": "latest",
|
|
"bee-button": "latest",
|
|
"bee-checkbox": "^0.2.4",
|
|
"bee-datepicker": "^0.1.3",
|
|
"bee-form-control": "^0.1.8",
|
|
"bee-icon": "0.0.5",
|
|
"bee-input-group": "^0.1.12",
|
|
"bee-layout": "latest",
|
|
"bee-pagination": "^0.1.7",
|
|
"bee-panel": "latest",
|
|
"bee-popconfirm": "^0.2.2",
|
|
"bee-select": "^0.1.6",
|
|
"bee-tools": "^0.3.2",
|
|
"chai": "^3.5.0",
|
|
"console-polyfill": "~0.2.1",
|
|
"enzyme": "^2.4.1",
|
|
"es5-shim": "~4.1.10",
|
|
"react": "^15.5.0",
|
|
"react-addons-test-utils": "^15.5.0",
|
|
"react-dom": "^15.5.0"
|
|
}
|
|
}
|