UNPKG

react-fusioncharts-fix

Version:

Fork of react-fusioncharts-component (https://github.com/fusioncharts/react-fusioncharts-component) with react 17 support

76 lines (75 loc) 2.35 kB
{ "name": "react-fusioncharts-fix", "version": "0.0.1", "description": "Fork of react-fusioncharts-component (https://github.com/fusioncharts/react-fusioncharts-component) with react 17 support", "main": "lib/ReactFC.js", "author": { "name": "Joonhyung Cho", "email": "choms46@gmail.com" }, "license": "MIT", "homepage": "https://github.com/illunex/react-fusioncharts-component-fix", "repository": { "type": "git", "url": "https://github.com/illunex/react-fusioncharts-component-fix.git" }, "dependencies": { "uuid": "^3.2.1" }, "devDependencies": { "@babel/cli": "^7.1.0", "@babel/core": "^7.1.0", "@babel/preset-env": "^7.1.0", "@babel/preset-es2015": "^7.0.0-beta.53", "@babel/preset-react": "^7.0.0", "@babel/preset-stage-0": "^7.0.0", "babel-loader": "^8.0.4", "eslint": "^4.19.0", "eslint-config-airbnb": "^16.1.0", "eslint-config-prettier": "^3.1.0", "eslint-plugin-import": "^2.9.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.7.0", "fusioncharts": "^3.13.5-sr.1", "jest": "^22.4.2", "lodash": "^4.17.11", "nodemon": "^2.0.2", "prop-types": "^15.6.2", "react": "^16.12.0", "react-addons-test-utils": "15.3.0", "react-component-gulp-tasks": "^0.7.6", "react-dom": "^16.12.0", "react-test-renderer": "^16.2.0", "serve": "^10.0.1", "webpack": "^4.20.2", "webpack-cli": "^3.1.1" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" }, "scripts": { "build:lib": "babel ./src -d ./lib && mv ./lib/DrillDown.js ./components/DrillDown.js", "build:umd": "webpack", "build": "npm run build:lib && npm run build:umd", "build:example": "npm run build:lib && webpack --config webpack.config.example.js", "start": "npm run build:example && serve example/", "test": "jest --coverage --verbose", "test:report": "npm test && serve coverage/lcov-report -o", "watch": "nodemon --ignore example/dist --watch example --watch src --exec \"npm run start\"" }, "keywords": [ "react", "react-component", "component", "fusioncharts", "javascript-charts", "interactive-charts", "charts", "graphs", "visualization", "data-visualization", "dataviz", "browserify", "webpack" ] }