UNPKG

959 BJSONView Raw
1{
2 "name": "@nivo/calendar",
3 "version": "0.59.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 "calendar"
16 ],
17 "main": "./dist/nivo-calendar.cjs.js",
18 "module": "./dist/nivo-calendar.esm.js",
19 "files": [
20 "README.md",
21 "LICENSE.md",
22 "index.d.ts",
23 "dist/"
24 ],
25 "dependencies": {
26 "@nivo/core": "0.59.1",
27 "@nivo/legends": "0.59.1",
28 "@nivo/tooltip": "0.59.1",
29 "d3-scale": "^3.0.0",
30 "d3-time": "^1.0.10",
31 "d3-time-format": "^2.1.3",
32 "lodash.isdate": "^4.0.1",
33 "lodash.memoize": "^4.1.2",
34 "lodash.range": "^3.2.0",
35 "recompose": "^0.30.0"
36 },
37 "peerDependencies": {
38 "prop-types": ">= 15.5.10 < 16.0.0",
39 "react": ">= 16.8.4 < 17.0.0"
40 },
41 "publishConfig": {
42 "access": "public"
43 },
44 "gitHead": "fd0fae79df817805e2e83115650cd22fb73059ce"
45}