UNPKG

leetcode-heatmap-track

Version:

A lightweight React library that visualizes LeetCode user activity using a GitHub-style contribution heatmap. It fetches real submission data, supports hover tooltips, and includes a utility to access raw LeetCode statistics—perfect for portfolios and das

31 lines (30 loc) 1.02 kB
{ "name": "leetcode-heatmap-track", "version": "1.0.8", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "files": [ "dist" ], "scripts": { "build": "rollup -c" }, "keywords": ["leetcode-heatmap", "open-source", "leetcode-stats", "react" , ""], "author": "codeurge", "license": "ISC", "description": "A lightweight React library that visualizes LeetCode user activity using a GitHub-style contribution heatmap. It fetches real submission data, supports hover tooltips, and includes a utility to access raw LeetCode statistics—perfect for portfolios and dashboards.", "devDependencies": { "@babel/preset-react": "^7.28.5", "@rollup/plugin-babel": "^6.1.0", "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-terser": "^0.4.4", "react": "^19.2.3", "react-dom": "^19.2.3", "rollup": "^4.54.0", "rollup-plugin-postcss": "^4.0.2" }, "dependencies": { "react-calendar-heatmap": "^1.10.0" } }