UNPKG

dce-charts

Version:
64 lines (63 loc) 1.87 kB
{ "name": "dce-charts", "version": "1.0.2", "description": "Harvard DCE's React Charting Wrapper", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist && rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/harvard-edtech/dce-charts.git" }, "keywords": [ "dce", "harvard", "charts", "data", "visualization" ], "author": "Gabe Abrams <gabeabrams@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/harvard-edtech/dce-charts/issues" }, "homepage": "https://github.com/harvard-edtech/dce-charts#readme", "devDependencies": { "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.2.1", "@rollup/plugin-typescript": "^8.3.3", "@types/papaparse": "^5.3.5", "@types/react": "^17.0.7", "@typescript-eslint/eslint-plugin": "^5.31.0", "@typescript-eslint/parser": "^5.31.0", "eslint": "^8.21.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "rollup": "^2.70.2", "rollup-plugin-dts": "^4.2.1", "rollup-plugin-sourcemaps": "^0.6.3", "typescript": "^4.6.3" }, "peerDependencies": { "@fortawesome/free-regular-svg-icons": "^6.x.x", "@fortawesome/free-solid-svg-icons": "^6.x.x", "@fortawesome/react-fontawesome": "^0.x.x", "bootstrap": "^5.x.x", "react": "^x.x.x" }, "dependencies": { "chart.js": "^3.8.2", "fast-clone": "^1.5.13", "papaparse": "^5.3.2", "react-chartjs-2": "^4.3.1" } }