UNPKG

react-best-heatmap

Version:

Build and customize an heatmap for exactly what you need.

67 lines (66 loc) 1.75 kB
{ "name": "react-best-heatmap", "description": "Build and customize an heatmap for exactly what you need.", "author": "Lucas Fernando", "main": "dist/index.js", "module": "dist/index.esm.js", "version": "2.0.0", "private": false, "keywords": [ "heatmap", "github", "github-heatmap", "heat", "map", "calendar", "tasks", "custom map" ], "repository": { "type": "git", "url": "https://github.com/lucasfernando06/react-best-heatmap" }, "scripts": { "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "build-lib": "rollup -c" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": { "date-fns": "^2.25.0", "react-tooltip": "^4.2.17" }, "devDependencies": { "@babel/core": "^7.14.6", "@babel/eslint-parser": "^7.17.0", "@babel/preset-react": "^7.14.5", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-node-resolve": "^13.0.0", "@storybook/addon-actions": "^6.2.9", "@storybook/addon-essentials": "^6.2.9", "@storybook/addon-links": "^6.2.9", "@storybook/node-logger": "^6.2.9", "@storybook/preset-create-react-app": "^3.1.7", "@storybook/react": "^6.2.9", "rollup": "^2.52.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.0", "rollup-plugin-terser": "^7.0.2" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }