UNPKG

tinper-bee

Version:

React Components living for enterprise-class pc backend application

168 lines (167 loc) 4.68 kB
{ "name": "tinper-bee", "version": "2.4.0", "description": "React Components living for enterprise-class pc backend application", "main": "environment.js", "scripts": { "buildOnline": "gulp online", "buildOnlinePrefix": "gulp onlinePrefix", "build": "gulp", "build-lib": "webpack --color --progress --config webpack.modules.js", "test": "mocha tests/index.js", "update": "gulp update", "coveralls": "istanbul cover _mocha tests/index.js -- -R spec", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "getVersion": "node utils/getVersion.js" }, "repository": { "type": "git", "url": "git+https://github.com/iuap-design/tinper-bee.git" }, "keywords": [ "react", "react-component", "component", "components", "ui", "framework", "frontend", "tinper", "tinper-bee", "bee" ], "author": "iuap", "license": "MIT", "bugs": { "url": "https://github.com/iuap-design/tinper-bee/issues" }, "homepage": "https://github.com/iuap-design/tinper-bee#readme", "devDependencies": { "autoprefixer": "^7.1.6", "console-polyfill": "^0.2.2", "cross-env": "^5.1.1", "css-loader": "^0.28.7", "cssnano": "^3.10.0", "cz-conventional-changelog": "^2.1.0", "es5-shim": "^4.5.9", "eslint": "^2.13.1", "eslint-config-airbnb": "~9.0.1", "eslint-plugin-import": "^1.9.2", "eslint-plugin-jsx-a11y": "^1.5.3", "eslint-plugin-react": "^5.2.2", "expect.js": "^0.3.1", "extract-text-webpack-plugin": "^3.0.2", "fs": "0.0.1-security", "fs-extra": "^8.1.0", "glob": "^7.1.2", "gulp": "^4.0.0", "gulp-clean": "~0.3.2", "gulp-clean-css": "~2.0.9", "gulp-cleancss": "~0.2.2", "gulp-concat": "~2.6.0", "gulp-css-wrap": "^0.1.2", "gulp-postcss": "^7.0.0", "gulp-replace": "^1.0.0", "gulp-sass": "^2.3.2", "istanbul": "^0.4.5", "latest-version": "^5.1.0", "less-plugin-autoprefix": "~1.5.1", "less-plugin-inline-urls": "~1.1.0", "lodash": "^4.13.1", "mocha": "^2.5.3", "node-sass": "^4.7.2", "object-assign": "^4.1.0", "path": "^0.12.7", "postcss": "^6.0.13", "postcss-loader": "^2.0.9", "prop-types": "^15.6.0", "react": "^15.3.2", "react-dom": "^15.3.2", "rimraf": "~2.5.2", "sass": "^0.5.0", "sass-loader": "^6.0.6", "style-loader": "^0.19.1", "tinper-bee-core": "2.0.36", "webpack": "^3.8.1", "webpack-merge": "^4.1.0" }, "peerDependencies": { "react": ">= 15.3.0", "react-dom": ">= 15.3.2", "prop-types": ">= 15.6.0" }, "dependencies": { "bee-affix": "1.0.18", "bee-alert": "2.0.1", "bee-anchor": "0.0.6", "bee-animate": "1.0.0", "bee-autocomplete": "2.0.5", "bee-backtop": "1.0.2", "bee-badge": "2.0.1", "bee-breadcrumb": "2.0.2", "bee-button": "2.0.20", "bee-button-group": "2.0.2", "bee-calendar": "2.1.3", "bee-carousel": "1.0.2", "bee-cascader": "2.1.8", "bee-checkbox": "2.0.11", "bee-clipboard": "2.0.5", "bee-collapse": "1.0.3", "bee-colorpicker": "0.0.15", "bee-complex-grid": "2.2.1", "bee-datepicker": "2.3.28", "bee-dnd": "3.0.0", "bee-drawer": "0.0.7", "bee-dropdown": "2.0.12", "bee-form": "2.0.13", "bee-form-control": "2.0.24", "bee-form-group": "2.0.1", "bee-icon": "1.0.15", "bee-input-group": "2.0.4", "bee-input-group-addon": "2.0.1", "bee-input-number": "2.2.40", "bee-label": "1.0.1", "bee-layout": "1.2.8", "bee-loading": "3.0.1", "bee-loading-state": "2.0.5", "bee-locale": "1.0.6", "bee-menus": "2.0.14", "bee-message": "2.1.7", "bee-modal": "2.2.3", "bee-navbar": "2.0.1", "bee-notification": "2.0.5", "bee-overlay": "1.0.32", "bee-page-layout": "1.0.1", "bee-pagination": "3.0.2", "bee-panel": "2.0.2", "bee-popconfirm": "2.0.2", "bee-popover": "3.1.1", "bee-progress-bar": "2.0.2", "bee-radio": "2.1.6", "bee-rate": "2.0.4", "bee-search-panel": "3.0.2", "bee-select": "2.0.26", "bee-slider": "2.0.2", "bee-step": "2.0.3", "bee-svgicon": "0.0.2", "bee-switch": "2.0.7", "bee-table": "2.2.61", "bee-tabs": "3.0.3", "bee-tag": "0.0.4", "bee-tile": "1.0.0", "bee-timeline": "2.0.2", "bee-timepicker": "2.0.14", "bee-tooltip": "2.1.8", "bee-transfer": "2.0.13", "bee-transition": "1.0.0", "bee-tree": "2.1.22", "bee-tree-select": "0.0.7", "bee-upload": "2.1.3" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "prefix": "" }