UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@nivo/core",
3 "version": "0.85.1",
4 "license": "MIT",
5 "author": {
6 "name": "Raphaël Benitte",
7 "url": "https://github.com/plouc"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/plouc/nivo.git",
12 "directory": "packages/core"
13 },
14 "main": "./dist/nivo-core.cjs.js",
15 "module": "./dist/nivo-core.es.js",
16 "types": "./index.d.ts",
17 "files": [
18 "README.md",
19 "LICENSE.md",
20 "index.d.ts",
21 "dist/"
22 ],
23 "dependencies": {
24 "@nivo/recompose": "0.85.0",
25 "@nivo/tooltip": "0.85.1",
26 "@react-spring/web": "9.4.5 || ^9.7.2",
27 "@types/d3-shape": "^2.0.0",
28 "d3-color": "^3.1.0",
29 "d3-format": "^1.4.4",
30 "d3-interpolate": "^3.0.1",
31 "d3-scale": "^4.0.2",
32 "d3-scale-chromatic": "^3.0.0",
33 "d3-shape": "^1.3.5",
34 "d3-time-format": "^3.0.0",
35 "lodash": "^4.17.21",
36 "prop-types": "^15.7.2"
37 },
38 "peerDependencies": {
39 "react": ">= 16.14.0 < 19.0.0"
40 },
41 "publishConfig": {
42 "access": "public"
43 },
44 "funding": {
45 "type": "opencollective",
46 "url": "https://opencollective.com/nivo/donate"
47 },
48 "gitHead": "06bb46f82832d132c4e1bce56f57d056eba2a5fd"
49}