-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.16 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
{
"name": "GyeetaUI",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.2.0",
"@bedrock-layout/use-forwarded-ref": "^1.0.6",
"@bedrock-layout/use-stateful-ref": "^1.0.2",
"@craco/craco": "^5.6.4",
"@react-hook/window-size": "^3.0.7",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "^4.2.5",
"array.prototype.fill": "^1.0.2",
"axios": "0.25",
"colorbrewer": "^1.3.0",
"craco-less": "^1.17.0",
"d3-array": "^2.4.0",
"d3-axis": "^1.0.12",
"d3-ease": "^1.0.6",
"d3-format": "^1.4.4",
"d3-scale": "^3.2.1",
"d3-selection": "^1.4.1",
"d3-selection-multi": "^1.0.1",
"d3-shape": "^1.3.7",
"d3-time": "^1.1.0",
"d3-time-format": "^2.2.3",
"d3-transition": "^1.3.2",
"debounce-fn": "^4.0.0",
"dotenv": "^10.0.0",
"easy-peasy": "^4.0.1",
"esm": "^3.2.25",
"history": "5",
"invariant": "^2.2.4",
"lodash": "^4.17.15",
"merge": "^1.2.1",
"moment": "^2.26.0",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.32",
"pondjs": "^0.9.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-flow-renderer": "^8.3.1",
"react-frame-component": "^4.1.3",
"react-highlight-words": "^0.16.0",
"react-hot-loader": "^4.12.21",
"react-query": "^1.5.5",
"react-resizable": "^1.10.1",
"react-responsive": "^8.1.0",
"react-router-dom": "6.0.0-beta.8",
"react-scripts": "3.4.1",
"react-window": "^1.8.5",
"recoil": "^0.6.1",
"ringjs": "^0.0.1",
"tinyqueue": "^2.0.3"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"scarfSettings": {
"enabled": false
},
"proxy": "https://localhost:10039"
}