UNPKG

react-echarts-v3

Version:

React.js component wrap for ECharts.js(v3.x+)

52 lines (51 loc) 1.23 kB
{ "name": "react-echarts-v3", "version": "1.0.19", "description": "React.js component wrap for ECharts.js(v3.x+)", "keywords": [ "echarts", "library", "react", "react-echarts", "react-echarts-v3" ], "homepage": "https://github.com/xlsdg/react-echarts-v3", "bugs": { "url": "https://github.com/xlsdg/react-echarts-v3/issues" }, "license": "MIT", "author": "xLsDg <xlsdg@qq.com> (https://blog.xlsdg.org/)", "files": [ "dist", "src" ], "main": "dist/react-echarts.js", "repository": { "type": "git", "url": "https://github.com/xlsdg/react-echarts-v3.git" }, "scripts": { "build": "webpack --progress --hide-modules" }, "dependencies": { "element-resize-detector": "latest", "lodash": "latest" }, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-lodash": "^3.3.2", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "lodash-webpack-plugin": "^0.11.4", "webpack": "^3.10.0" }, "peerDependencies": { "echarts": "*", "prop-types": "*", "react": "*", "react-dom": "*" }, "title": "react-echarts-v3" }