-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.96 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
{
"name": "case-report",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"antd": "^4.20.0",
"apache-arrow": "^8.0.0",
"axios": "^0.21.1",
"d3": "^7.9.0",
"d3-hexbin": "^0.2.2",
"history": "^5.0.0",
"html-to-image": "^1.6.2",
"html2canvas": "^1.0.0-rc.7",
"http-proxy-middleware": "^1.0.5",
"i18next": "^19.8.7",
"igv": "^3.1.0",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-container-dimensions": "^1.4.1",
"react-dom": "^18.2.0",
"react-i18next": "^11.8.6",
"react-icons": "^4.2.0",
"react-in-viewport": "^1.0.0-alpha.29",
"react-redux": "^7.2.2",
"react-resizable": "^3.0.5",
"react-router-dom": "^5.2.0",
"react-router-redux": "^4.0.8",
"react-scripts": "5.0.1",
"react-scroll-to": "^3.0.0-beta.6",
"react-svg-tooltip": "^0.0.11",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"regl": "^2.1.0",
"simple-statistics": "^7.8.3",
"string-to-react": "^1.0.2",
"styled-components": "^5.2.1",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"compile": "node compile_datafiles.js",
"db:create": "node db_create.js",
"db:load": "node db_load.js",
"api:start": "node api.js"
},
"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"
]
}
}