UNPKG

@ahmaddzidnii/react-github-heatmap

Version:

React-github-heatmap is a React library for displaying contribution-style heatmaps similar to GitHub's profile activity graph. It is designed to be lightweight, customizable, and easy to integrate into any React project. With support for custom data, flex

65 lines (64 loc) 2.02 kB
{ "name": "@ahmaddzidnii/react-github-heatmap", "version": "1.2.2", "description": "React-github-heatmap is a React library for displaying contribution-style heatmaps similar to GitHub's profile activity graph. It is designed to be lightweight, customizable, and easy to integrate into any React project. With support for custom data, flexible theming, and responsive design, this library is perfect for visualizing user activity, analytics, and time-based data patterns. 🚀", "license": "MIT", "author": "ahmaddzidnii", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist" ], "type": "module", "types": "dist/index.d.ts", "scripts": { "dev": "vite", "build": "rollup -c --bundleConfigAsCjs" }, "keywords": [ "react", "heatmap", "calendar-heatmap", "github-heatmap", "react-heatmap", "react-github-heatmap", "react-calendar-heatmap", "react-activity-heatmap", "react-activity-graph", "react-activity-calendar" ], "repository": { "type": "git", "url": "git+https://github.com/ahmaddzidnii/react-github-heatmap.git" }, "homepage": "https://github.com/ahmaddzidnii/react-github-heatmap#readme", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.4", "@vitejs/plugin-react": "^4.3.4", "react": "^18.3.1", "react-dom": "^18.3.1", "rollup": "^4.36.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.8.1", "typescript": "^5.8.2", "vite": "^6.2.0" }, "dependencies": { "classnames": "^2.5.1", "react-tooltip": "^5.28.0" }, "peerDependencies": { "react": ">=18.0.0 <19.0.0", "react-dom": ">=18.0.0 <19.0.0" }, "publishConfig": { "access": "public" } }