{ "name": "bizcharts", "version": "3.5.10", "description": "A powerful React chart library based G2 for browser", "main": "umd/BizCharts.js", "browser": "umd/BizCharts.js", "module": "es6/index.js", "jsnext:main": "es6/index.js", "types": "typings/index.d.ts", "files": [ "*.md", "demo", "es6", "lib", "umd", "src", "typings" ], "keywords": [ "visualization", "canvas", "react", "reactjs", "chart", "react-component", "g2", "BizCharts" ], "scripts": { "build": "npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min && npm run build-animate", "build-cjs": "rimraf lib && babel ./src -d lib --plugins=transform-es2015-modules-commonjs", "build-es6": "rimraf es6 && babel ./src -d es6", "build-umd": "cross-env NODE_ENV=development webpack src/index.jsx umd/BizCharts.js", "build-min": "cross-env NODE_ENV=production webpack src/index.jsx umd/BizCharts.min.js", "build-animate": "cross-env NODE_ENV=production webpack src/index.jsx umd/BizCharts.min.animate.js", "demo": "webpack-dev-server --progress --port 3510 --content-base demo --inline --config demo/webpack.config.js", "testDemo": "webpack-dev-server --progress --port 9000 --content-base testDemo --inline --config testDemo/webpack.config.js", "test": "npm run lint", "lint": "eslint src/ --ext '.js,.jsx'", "autofix": "eslint src --fix", "bundle-analyse": "cross-env NODE_ENV=analyse webpack src/index.jsx build/BizCharts.js" }, "pre-commit": [ "lint" ], "publishConfig":{ "tag": "v3-latest" }, "repository": { "type": "git", "url": "git+https://github.com/alibaba/BizCharts.git" }, "author": "bizcharts group", "bugs": { "url": "https://github.com/alibaba/BizCharts/issues" }, "homepage": "https://alibaba.github.io/BizCharts/", "peerDependencies": { "react": "^15.0.0 || ^16.0.0" }, "dependencies": { "@antv/g2": "3.5.19", "@babel/runtime": "^7.7.6", "invariant": "^2.2.2", "lodash.debounce": "^4.0.8", "prop-types": "^15.6.0", "resize-observer-polyfill": "^1.5.1", "warning": "^3.0.0" }, "devDependencies": { "@antv/data-set": "^0.9.1", "@babel/traverse": "^7.1.4", "@babel/types": "^7.1.3", "babel-cli": "^6.18.0", "babel-core": "^6.18.2", "babel-eslint": "^10.0.1", "babel-loader": "^6.2.8", "babel-plugin-add-module-exports": "~0.1.2", "babel-plugin-istanbul": "3.0.0", "babel-plugin-lodash": "^3.2.10", "babel-plugin-transform-class-properties": "^6.19.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-es2015-modules-commonjs": "6.26.0", "babel-plugin-transform-export-extensions": "^6.8.0", "babel-plugin-transform-function-bind": "^6.8.0", "babel-plugin-transform-object-assign": "~6.5.0", "babel-plugin-transform-object-rest-spread": "^6.19.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "~6.5.0", "bizcharts-plugin-slider": "^2.0.1", "chai": "^3.5.0", "chai-enzyme": "^1.0.0-beta.1", "core-js": "2.5.3", "cross-env": "^3.1.4", "enzyme": "^3.7.0", "enzyme-adapter-react-16": "^1.6.0", "escope": "^3.6.0", "eslint": "^5.6.1", "eslint-config-airbnb": "^12.0.0", "eslint-config-ais": "0.0.16", "eslint-config-ali": "^4.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^2.2.0", "eslint-plugin-react": "^7.11.1", "estraverse-fb": "^1.3.1", "interface-es6": "1.0.1", "json-loader": "^0.5.4", "karma": "^1.3.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.0.0", "karma-coveralls": "^1.1.2", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.3.0", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.1", "lodash-webpack-plugin": "^0.10.5", "mocha": "^3.1.0", "pre-commit": "^1.2.2", "react": "16.8.0", "react-addons-test-utils": "^15.6.2", "react-dom": ">=16.0.1", "react-hot-loader": "^1.3.0", "react-router": "^3.0.1", "react-test-renderer": "^16.5.2", "rimraf": "^2.5.3", "sinon": "^7.1.0", "webpack": "^2.2.0", "webpack-bundle-analyzer": "^2.13.1", "webpack-dev-server": "2.9.1" }, "license": "MIT", "directories": { "doc": "doc", "test": "test" } }