UNPKG

ac-grids

Version:
78 lines 1.97 kB
{ "name": "ac-grids", "version": "0.2.0", "description": "AcGrids ui component for react", "keywords": [ "react", "react-component", "ac-grids", "iuap-design", "tinper-bee", "AcGrids" ], "engines": { "node": ">=4.0.0" }, "homepage": "https://github.com/tinper-acs/ac-grids.git", "author": "Yonyou FED", "repository": "http://github.com/tinper-bee/ac-grids", "bugs": "https://github.com/tinper-acs/ac-grids.git/issues", "license": "MIT", "main": "./build/index.js", "config": { "port": 3000, "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "scripts": { "dev": "bee-tools run start", "build": "bee-tools run build", "lint": "bee-tools-test run lint", "test": "bee-tools-test run test", "chrome": "bee-tools-test run chrome", "coveralls": "bee-tools-test run coverage", "browsers": "bee-tools-test run browsers", "pub": "bee-tools run pub", "changelog": "bee-tools run changelog" }, "dependencies": { "ac-btns": "latest", "async-validator": "^3.0.1", "babel-runtime": "^6.23.0", "bee-button-group": "^2.0.1", "bee-complex-grid": "^2.0.23", "bee-datepicker": "^2.2.7", "bee-form-control": "^2.0.6", "bee-icon": "^1.0.11", "bee-input-number": "^2.1.4", "bee-pagination": "^2.0.8", "bee-select": "^2.0.15", "bee-tooltip": "^2.1.2", "classnames": "^2.2.5", "lodash.clonedeep": "^4.5.0", "lodash.isequal": "^4.5.0", "moment": "^2.24.0", "rc-input-number": "^4.4.5" }, "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-drawer": "0.0.2", "bee-clipboard": "^2.0.0", "bee-panel": "latest", "bee-layout": "latest", "bee-button": "latest" }, "peerDependencies": { "react": ">= 15.3.0", "react-dom": ">= 15.3.0", "prop-types": ">= 15.6.0" } }