-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.25 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
{
"name": "crystal-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.0",
"@nivo/circle-packing": "^0.79.1",
"@nivo/core": "^0.79.0",
"@popperjs/core": "^2.10.2",
"@react-three/fiber": "^7.0.21",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"bootstrap": "^5.1.3",
"cif-to-json": "^1.0.0",
"classnames": "^2.3.1",
"csv-parser": "^3.0.0",
"csvtojson": "^2.0.10",
"d3": "^5.16.0",
"graphology": "^0.23.1",
"immer": "^9.0.7",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"react": "17.0",
"react-animate-height": "^2.0.23",
"react-bootstrap": "^2.0.1",
"react-d3-graph": "^2.6.0",
"react-dom": "^17.0.2",
"react-force-graph-2d": "^1.23.10",
"react-headless-tabs": "^3.0.3",
"react-icons": "^4.3.1",
"react-scripts": "4.0.3",
"react-sigma-v2": "^1.3.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.0",
"sass": "^1.49.9",
"sigma": "^2.1.2",
"tailwindcss": "^2.2.19",
"three": "^0.137.5",
"treemap": "^1.0.4",
"usehooks-ts": "^2.0.2",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@nivo/sunburst": "^0.79.1",
"@react-three/drei": "^8.8.4",
"@reduxjs/toolkit": "^1.6.2",
"@trendmicro/react-sidenav": "^0.5.0",
"@types/lodash": "^4.14.177",
"prop-types": "^15.7.2",
"react-bootstrap-select-dropdown": "^1.3.2",
"react-d3-library": "^1.1.8",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-sigma": "^1.2.35",
"react-sizeme": "^3.0.2",
"react-tabs": "^3.2.3",
"valtio": "^1.3.0"
}
}