UNPKG

react-google-charts

Version:
31 lines (30 loc) 694 B
{ "name": "react-google-charts", "version": "4.0.1", "description": "react-google-charts React component", "type": "module", "sideEffects": false, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "require": "./dist/index.cjs", "import": "./dist/index.js" }, "peerDependencies": { "react": ">=16.3.0", "react-dom": ">=16.3.0" }, "author": "Rakan Nimer", "homepage": "https://rakannimer.github.io/react-google-charts/", "license": "MIT", "repository": "https://github.com/RakanNimer/react-google-charts", "keywords": [ "react", "google", "charts" ], "files": [ "dist/" ] }