UNPKG

jc-biz-components

Version:

jc component library based on Antd

145 lines (144 loc) 4.4 kB
{ "name": "jc-biz-components", "version": "1.0.3", "description": "jc component library based on Antd", "main": "lib/index.js", "module": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "node ./scripts/compile.js", "dev": "webpack-dev-server --open --hot --mode development", "start": "rimraf _site && node ./scripts/generateColorLess.js && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js" }, "keywords": [ "jc", "component", "Antd" ], "author": "", "license": "ISC", "dependencies": { "antd": "^3.4.4", "array-tree-filter": "^2.0.0", "babel-runtime": "6.x", "classnames": "~2.2.0", "create-react-class": "^15.6.0", "css-animation": "^1.2.5", "dom-closest": "^0.2.0", "enquire.js": "^2.1.1", "lodash": "^4.17.5", "moment": "^2.19.3", "omit.js": "^1.0.0", "prop-types": "^15.5.7", "rc-animate": "^2.4.1", "rc-calendar": "~9.6.0", "rc-cascader": "~0.12.0", "rc-checkbox": "~2.1.5", "rc-collapse": "~1.8.0", "rc-dialog": "~7.1.0", "rc-dropdown": "~2.1.0", "rc-editor-mention": "^1.0.2", "rc-form": "^2.1.0", "rc-input-number": "~4.0.0", "rc-menu": "~7.0.2", "rc-notification": "~3.1.0", "rc-pagination": "~1.16.1", "rc-progress": "~2.2.2", "rc-rate": "~2.4.0", "rc-select": "~8.0.1", "rc-slider": "~8.6.0", "rc-steps": "~3.1.0", "rc-switch": "~1.6.0", "rc-table": "~6.1.0", "rc-tabs": "~9.2.0", "rc-time-picker": "~3.3.0", "rc-tooltip": "~3.7.0", "rc-tree": "~1.8.0", "rc-tree-select": "~1.12.0", "rc-upload": "~2.4.0", "rc-util": "^4.0.4", "react": "^16.3.2", "react-dom": "16.0.0", "react-hot-loader": "^4.2.0", "react-lazy-load": "^3.0.12", "react-router-dom": "^4.2.2", "react-slick": "~0.23.1", "shallowequal": "^1.0.1", "warning": "~3.0.0" }, "devDependencies": { "ant-design-palettes": "^1.1.2", "antd": "^3.4.4", "antd-tools": "5.1.2", "autoprefixer": "^8.4.1", "babel-core": "^6.26.3", "babel-eslint": "7.2.3", "babel-loader": "^7.1.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-import": "1.6.7", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "bisheng": "^0.28.0", "bisheng-plugin-antd": "^0.16.0", "bisheng-plugin-description": "^0.1.1", "bisheng-plugin-react": "^0.6.0", "bisheng-plugin-toc": "^0.4.0", "cross-env": "^5.0.3", "css-loader": "^0.28.11", "css-split-webpack-plugin": "^0.2.5", "docsearch.js": "^2.5.2", "enquire-js": "^0.2.1", "eslint": "3.19.0", "eslint-config-prettier": "^2.3.0", "eslint-config-react-app": "^1.0.5", "eslint-loader": "1.7.1", "eslint-plugin-flowtype": "2.34.0", "eslint-plugin-import": "2.2.0", "eslint-plugin-jsx-a11y": "5.0.3", "eslint-plugin-prettier": "^2.1.2", "eslint-plugin-react": "7.1.0", "gulp": "^3.9.1", "gulp-babel": "^7.0.0", "html-webpack-plugin": "^3.2.0", "intersection-observer": "^0.5.0", "less-loader": "^4.1.0", "lz-string": "^1.4.4", "merge2": "^1.2.0", "postcss-flexbugs-fixes": "^3.3.1", "postcss-loader": "^2.1.4", "rc-drawer-menu": "^0.5.3", "rc-queue-anim": "^1.4.1", "rc-scroll-anim": "^2.2.1", "rc-tween-one": "^1.7.2", "react": "^16.0.0", "react-color": "^2.11.7", "react-copy-to-clipboard": "^5.0.0", "react-dnd": "^2.5.4", "react-dnd-html5-backend": "^2.5.4", "react-document-title": "^2.0.1", "react-dom": "^16.0.0", "react-github-button": "^0.1.1", "react-infinite-scroller": "^1.0.15", "react-intl": "^2.0.1", "react-sublime-video": "^0.2.0", "react-virtualized": "~9.18.5", "remark-frontmatter": "^1.1.0", "remark-parse": "^5.0.0", "remark-stringify": "^5.0.0", "remark-yaml-config": "^4.0.1", "reqwest": "^2.0.5", "rimraf": "^2.6.1", "scrollama": "^1.4.1", "style-loader": "^0.21.0", "stylelint": "^8.0.0", "stylelint-config-standard": "^16.0.0", "stylelint-scss": "^2.1.0", "stylelint-webpack-plugin": "^0.8.0", "through2": "^2.0.1", "typescript": "~2.8.1", "webpack": "^4.6.0", "webpack-cli": "^2.1.2", "webpack-dev-server": "^3.1.3" } }