62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "react-apexcharts",
|
|
"version": "1.4.0",
|
|
"description": "React.js wrapper for ApexCharts",
|
|
"main": "dist/react-apexcharts.min.js",
|
|
"types": "types/react-apexcharts.d.ts",
|
|
"scripts": {
|
|
"build": "concurrently \"rollup -c rollup.config.js\" \"gulp\"",
|
|
"dev-build": "concurrently \"rollup -c rollup.config.js\" \"gulp devBuild\"",
|
|
"test": "jest"
|
|
},
|
|
"keywords": [
|
|
"react-charts",
|
|
"react",
|
|
"charts",
|
|
"graphs",
|
|
"apexcharts",
|
|
"data-visualization"
|
|
],
|
|
"author": {
|
|
"name": "Juned Chhipa",
|
|
"email": "juned.chhipa@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/apexcharts/react-apexcharts/issues"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prop-types": "^15.5.7"
|
|
},
|
|
"peerDependencies": {
|
|
"apexcharts": "^3.18.0",
|
|
"react": ">=0.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.8.8",
|
|
"babel-core": "^6.26.3",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-3": "^6.24.1",
|
|
"concurrently": "^4.1.0",
|
|
"eslint": "^5.14.1",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"gulp": "^4.0.2",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-react": "^3.1.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"jest": "^25.1.0",
|
|
"react": "^16.6.3",
|
|
"react-dom": "^16.6.3",
|
|
"react-test-renderer": "^16.6.3",
|
|
"rollup": "1.27.14",
|
|
"rollup-plugin-babel": "^3.0.4",
|
|
"rollup-plugin-node-resolve": "^3.4.0",
|
|
"rollup-plugin-postcss": "^2.0.6",
|
|
"rollup-plugin-uglify": "^3.0.0"
|
|
}
|
|
}
|