{ "name": "react-for-echarts", "version": "1.0.0", "description": "a simple React wrapper for Echarts", "homepage": "https://github.com/AttackXiaoJinJin/react-for-echarts", "repository": "https://github.com/AttackXiaoJinJin/react-for-echarts", "bugs": "https://github.com/AttackXiaoJinJin/react-for-echarts/issues", "keywords": [ "echarts", "react-for-echarts" ], "author": "webchen", "main": "index.js", "scripts": { "build": "webpack --watch", "start": "webpack-dev-server " }, "dependencies": { "@babel/core": "^7.9.6", "@babel/polyfill": "^7.8.7", "@babel/preset-env": "^7.9.6", "@babel/preset-react": "^7.9.4", "add": "^2.0.6", "babel-loader": "^8.1.0", "babel-plugin-transform-class-properties": "^6.24.1", "clean-webpack-plugin": "^3.0.0", "echarts": "^4.7.0", "fast-deep-equal": "^3.1.1", "html-webpack-plugin": "^4.3.0", "prop-types": "^15.7.2", "react": "^16.13.1", "react-dom": "^16.13.1", "size-sensor": "^1.0.0", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.11.0", "yarn": "^1.22.4" }, "license": "MIT" }