File size: 1,745 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
67
{
  "name": "nivo-codesandbox",
  "version": "1.0.0",
  "description": "Nivo example starter project",
  "keywords": [
    "nivo",
    "starter"
  ],
  "main": "src/index.js",
  "dependencies": {
    "@nivo/annotations": "0.86.0",
    "@nivo/arcs": "0.86.0",
    "@nivo/axes": "0.86.0",
    "@nivo/bar": "0.86.0",
    "@nivo/bullet": "0.86.0",
    "@nivo/bump": "0.86.0",
    "@nivo/calendar": "0.86.0",
    "@nivo/chord": "0.86.0",
    "@nivo/circle-packing": "0.86.0",
    "@nivo/colors": "0.86.0",
    "@nivo/core": "0.86.0",
    "@nivo/funnel": "0.86.0",
    "@nivo/generators": "0.86.0",
    "@nivo/geo": "0.86.0",
    "@nivo/heatmap": "0.86.0",
    "@nivo/legends": "0.86.0",
    "@nivo/line": "0.86.0",
    "@nivo/marimekko": "0.86.0",
    "@nivo/network": "0.86.0",
    "@nivo/parallel-coordinates": "0.86.0",
    "@nivo/pie": "0.86.0",
    "@nivo/radar": "0.86.0",
    "@nivo/sankey": "0.86.0",
    "@nivo/scales": "0.86.0",
    "@nivo/scatterplot": "0.86.0",
    "@nivo/stream": "0.86.0",
    "@nivo/sunburst": "0.86.0",
    "@nivo/swarmplot": "0.86.0",
    "@nivo/tooltip": "0.86.0",
    "@nivo/treemap": "0.86.0",
    "@nivo/voronoi": "0.86.0",
    "@nivo/waffle": "0.86.0",
    "history": "5.0.0",
    "otion": "0.6.2",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-router-dom": "6.0.0-beta.0",
    "react-scripts": "4.0.3"
  },
  "devDependencies": {
    "@types/react": "17.0.5",
    "@types/react-dom": "17.0.5",
    "typescript": "^5.8.3"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}