react-d3-calendar-heatmap
Version:
77 lines (76 loc) • 2.41 kB
JSON
{
"name": "react-d3-calendar-heatmap",
"version": "0.0.13",
"description": "Calendar Heatmap in D3",
"main": "dist/react.d3.calendar.heatmap.js",
"types": "dist/indexPackage.d.ts",
"style": "dist/react.d3.calendar.heatmap.css",
"scripts": {
"dev": "webpack serve --open --config ./webpack/webpack.config.dev.js",
"build": "rm -rf ./dist & webpack --progress --config ./webpack/webpack.config.prod.js",
"stats": "rm -rf ./dist & webpack --progress --config ./webpack/webpack.config.stats.js --profile --json > ./webpack/stats/stats.json",
"gatsby:deploy": "gatsby build --prefix-paths && gh-pages -d public",
"gatsby:develop": "gatsby develop",
"lint": "yarn eslint ./src --ext .js,.jsx,.ts,.tsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jquintozamora/react-d3-calendar-heatmap.git"
},
"keywords": [
"React",
"D3",
"Calendar Heatmap"
],
"author": {
"name": "Jose Quinto Zamora",
"email": "quintorel@hotmail.com",
"url": "https://blog.josequinto.com"
},
"license": "BSD-3-Clause",
"dependencies": {
"@types/d3-array": "2.9.0",
"@types/d3-format": "2.0.0",
"@types/d3-scale": "3.2.2",
"@types/d3-scale-chromatic": "2.0.0",
"@types/d3-time": "1.0.7",
"@types/d3-time-format": "3.0.0",
"classnames": "2.2.6",
"d3-array": "2.12.1",
"d3-format": "2.0.0",
"d3-scale": "3.2.3",
"d3-scale-chromatic": "2.0.0",
"d3-time": "2.1.1",
"d3-time-format": "3.0.0",
"react-use": "17.2.1"
},
"peerDependencies": {
"react": "15.x.x || 17.x.x",
"react-dom": "15.x.x || 17.x.x"
},
"devDependencies": {
"@types/node": "14.14.37",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"css-loader": "5.2.0",
"eslint": "7.23.0",
"gatsby": "3.1.2",
"gh-pages": "3.1.0",
"html-webpack-plugin": "5.3.1",
"mini-css-extract-plugin": "1.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-container-dimensions": "1.4.1",
"react-hot-loader": "4.13.0",
"source-map-loader": "2.0.1",
"style-loader": "2.0.0",
"ts-loader": "8.1.0",
"typescript": "4.2.3",
"webpack": "5.28.0",
"webpack-cli": "4.6.0",
"webpack-dev-server": "3.11.2",
"webpack-visualizer-plugin2": "1.0.0"
}
}