UNPKG

764 BJSONView Raw
1{
2 "name": "@nivo/waffle",
3 "version": "0.52.1",
4 "license": "MIT",
5 "author": {
6 "name": "Raphaël Benitte",
7 "url": "https://github.com/plouc"
8 },
9 "keywords": [
10 "nivo",
11 "dataviz",
12 "react",
13 "d3",
14 "charts",
15 "waffle-chart"
16 ],
17 "main": "./index.js",
18 "files": [
19 "README.md",
20 "LICENSE.md",
21 "index.js",
22 "index.d.ts",
23 "cjs/",
24 "umd/"
25 ],
26 "dependencies": {
27 "@nivo/core": "0.52.1",
28 "@nivo/legends": "0.52.1",
29 "lodash": "^4.17.4",
30 "react-motion": "^0.5.2",
31 "recompose": "^0.26.0"
32 },
33 "peerDependencies": {
34 "prop-types": "^15.5.10",
35 "react": ">= 16.2.0 < 17.0.0"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "gitHead": "c51598c8feee3468f965a426f6ee89a8a0a2b0a7"
41}