File size: 1,712 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
    "name": "@nivo/boxplot",
    "version": "0.99.0",
    "license": "MIT",
    "author": {
        "name": "Raphaël Benitte",
        "url": "https://github.com/plouc"
    },
    "contributors": [
        "Tomasz Konopka <tokonopka@gmail.com>"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/plouc/nivo.git",
        "directory": "packages/boxplot"
    },
    "keywords": [
        "nivo",
        "dataviz",
        "react",
        "d3",
        "charts",
        "boxplot",
        "statistics",
        "stats"
    ],
    "main": "./dist/nivo-boxplot.cjs.js",
    "module": "./dist/nivo-boxplot.mjs",
    "types": "./dist/types/index.d.ts",
    "files": [
        "README.md",
        "LICENSE.md",
        "dist/",
        "!dist/tsconfig.tsbuildinfo"
    ],
    "dependencies": {
        "@nivo/annotations": "workspace:*",
        "@nivo/axes": "workspace:*",
        "@nivo/colors": "workspace:*",
        "@nivo/core": "workspace:*",
        "@nivo/legends": "workspace:*",
        "@nivo/scales": "workspace:*",
        "@nivo/theming": "workspace:*",
        "@nivo/tooltip": "workspace:*",
        "@react-spring/web": "9.4.5 || ^9.7.2 || ^10.0",
        "@types/d3-scale": "^4.0.8",
        "@types/d3-shape": "^3.1.6",
        "d3-scale": "^4.0.2",
        "d3-shape": "^3.2.0",
        "lodash": "^4.17.21"
    },
    "peerDependencies": {
        "react": "^16.14 || ^17.0 || ^18.0 || ^19.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "exports": {
        ".": {
            "types": "./dist/types/index.d.ts",
            "import": "./dist/nivo-boxplot.mjs",
            "require": "./dist/nivo-boxplot.cjs.js"
        }
    }
}