-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.35 KB
/
package.json
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "@modbros/mobro-chart-widgets",
"version": "0.0.11",
"description": "",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "17.0.45",
"prettier": "2.6.2",
"@modbros/dashboard-cli": "0.0.29"
},
"dependencies": {
"react": "17.0.2",
"styled-components": "6.1.8",
"@visx/visx": "3.10.2",
"@visx/annotation": "3.3.0",
"@visx/axis": "3.10.1",
"@visx/bounds": "3.3.0",
"@visx/brush": "3.6.1",
"@visx/clip-path": "3.3.0",
"@visx/curve": "3.3.0",
"@visx/delaunay": "3.5.0",
"@visx/drag": "3.3.0",
"@visx/event": "3.3.0",
"@visx/geo": "3.5.0",
"@visx/glyph": "3.3.0",
"@visx/gradient": "3.3.0",
"@visx/grid": "3.5.0",
"@visx/group": "3.3.0",
"@visx/heatmap": "3.3.0",
"@visx/hierarchy": "3.3.0",
"@visx/legend": "3.5.0",
"@visx/marker": "3.5.0",
"@visx/mock-data": "3.3.0",
"@visx/network": "3.3.0",
"@visx/pattern": "3.3.0",
"@visx/point": "3.3.0",
"@visx/responsive": "3.10.2",
"@visx/scale": "3.5.0",
"@visx/shape": "3.5.0",
"@visx/text": "3.3.0",
"@visx/threshold": "3.5.0",
"@visx/tooltip": "3.3.0",
"@visx/voronoi": "3.3.0",
"@visx/wordcloud": "3.3.0",
"@visx/xychart": "3.10.2",
"@visx/zoom": "3.3.0",
"d3": "7.9.0",
"d3-array": "3.2.4",
"d3-axis": "3.0.0",
"d3-brush": "3.0.0",
"d3-chord": "3.0.1",
"d3-color": "3.1.0",
"d3-contour": "4.0.2",
"d3-delaunay": "6.0.4",
"d3-dispatch": "3.0.1",
"d3-drag": "3.0.0",
"d3-dsv": "3.0.1",
"d3-ease": "3.0.1",
"d3-fetch": "3.0.1",
"d3-force": "3.0.0",
"d3-format": "3.1.0",
"d3-geo": "3.1.1",
"d3-hierarchy": "3.1.2",
"d3-interpolate": "3.0.1",
"d3-path": "3.1.0",
"d3-polygon": "3.0.1",
"d3-quadtree": "3.0.1",
"d3-random": "3.0.1",
"d3-scale": "4.0.2",
"d3-scale-chromatic": "3.1.0",
"d3-selection": "3.0.0",
"d3-shape": "3.2.0",
"d3-time": "3.1.0",
"d3-time-format": "4.1.0",
"d3-timer": "3.0.1",
"d3-transition": "3.0.1",
"d3-zoom": "3.0.0",
"react-dom": "17.0.2",
"react-spring": "9.7.3",
"lodash-es": "4.17.21",
"@tanstack/react-query": "4.36.1",
"recoil": "0.7.7",
"@modbros/dashboard-sdk": "0.0.17",
"@modbros/dashboard-core": "0.0.30"
},
"scripts": {
"dev": "dashboard-cli dev"
}
}