UNPKG

hc-materials

Version:

基于react的通用组件库

77 lines (73 loc) 1.96 kB
{ "name": "hc-materials", "version": "0.2.18", "main": "./lib/index.js", "author": "dtboost <dtboost@aliyun.com>", "description": "基于react的通用组件库", "keywords": [ "rc-components", "component", "beatle", "honeycomb" ], "homepage": "https://node-honeycomb.github.io/hc-materials", "dependencies": { "react-redux-loading-bar": "4.2.0", "moment": "2.24.0", "react-dnd": "7.4.3", "react-dnd-html5-backend": "7.4.0", "seamless-immutable": "7.1.4", "hoist-non-react-statics": "3.3.0", "react-router": "5.0.0", "react-joyride": "2.0.5", "react-grid-layout": "0.16.6", "lodash": "4.17.11", "async-validator": "1.11.0", "classnames": "2.2.5", "url": "0.11.0", "qs": "6.5.2" }, "peerDependencies": { "react": ">=15.0.0", "react-dom": ">=15.0.0" }, "devDependencies": { "beatle": "2.0.5", "antd": "3.15.2", "react": "16.8.6", "react-dom": "16.8.6", "antd-tools": "7.1.2", "babel-eslint": "8.0.3", "babel-loader": "7.1.2", "babel-preset-es2015": "6.6.0", "babel-preset-power-assert": "1.0.0", "babel-preset-react": "6.5.0", "babel-preset-stage-0": "6.24.1", "babel-register": "6.26.0", "babel-plugin-import": "1.11.0", "eslint": "4.13.1", "eslint-config-aliyun": "2.0.1", "eslint-plugin-class-property": "1.0.6", "eslint-plugin-react": "7.5.1", "bisheng-plugin-description": "^0.1.4", "bisheng-plugin-react": "^1.0.0", "bisheng-plugin-toc": "^0.4.4", "bisheng-theme-one": "^0.2.35", "bisheng": "1.2.4", "react-document-title": "2.0.3" }, "repository": { "type": "git", "url": "default" }, "readmeFilename": "README.md", "bugs": { "url": "https://node-honeycomb.github.io/hc-materials" }, "scripts": { "lint": "eslint ./src", "dist": "antd-tools run dist", "compile": "antd-tools run compile" }, "license": "MIT" }