react-grid-heatmapjs
Version:
React for the user interface, Tailwind CSS for styling, and CSS Grid for layout. A heatmap is a data visualization technique that uses color to represent the magnitude of values within a two-dimensional grid or matrix.
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "react-grid-heatmapjs",
"version": "1.0.0",
"description": "React for the user interface, Tailwind CSS for styling, and CSS Grid for layout. A heatmap is a data visualization technique that uses color to represent the magnitude of values within a two-dimensional grid or matrix.",
"type": "module",
"private": false,
"scripts": {
"build": "vite build && tsc"
},
"publishConfig": {
"@hex909:registry": "https://npm.pkg.github.com"
},
"keywords": [
"react-heatmap",
"react-grid-heatmap",
"react-grid-heatmap",
"react-grid-heatmapjs",
"heatmap"
],
"author": "hex909",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.23",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"react": "^18.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"main": "dist/index.umd.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"react": "^18.2.0"
}
}