UNPKG

highcharts-react-official

Version:

Official minimal [Highcharts](https://www.highcharts.com/) wrapper for React.

50 lines (49 loc) 1.52 kB
{ "name": "highcharts-react-official", "version": "2.2.1", "main": "./dist/highcharts-react.min.js", "types": "./dist/highcharts-react.min.d.ts", "license": "SEE LICENSE IN <LICENSE>", "repository": { "type": "git", "url": "git+https://github.com/highcharts/highcharts-react" }, "keywords": [ "highcharts", "highstock", "highmaps", "react" ], "scripts": { "test": "babel-tape-runner ./tests/*.node.js & browserify ./tests/chartRender.browser.js ./tests/testingEnvironment.browser.js -t [ babelify --presets [ env react ] ] | tape-run", "build-demo": "browserify ./demo/demo.jsx -o ./demo/bundle.js -t [ babelify --presets [ env react ] ]", "build": "webpack --config webpack.config.js", "release": "standard-version" }, "peerDependencies": { "highcharts": ">=5.0.0", "react": ">=16.0" }, "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "babel-tape-runner": "^2.0.1", "babelify": "^7.3.0", "browserify": "^14.3.0", "extend-tape": "^1.2.0", "highcharts": "^6.0.0", "react": "^16.4.0", "react-addons-test-utils": "^15.6.2", "react-dom": "^16.4.0", "react-test-renderer": "^16.4.0", "react-unit": "^3.0.0", "standard": "^10.0.2", "standard-version": "^4.4.0", "tape": "^4.9.1", "tape-run": "^3.0.0", "webpack": "^3.12.0" } }