-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
73 lines (73 loc) · 2.08 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
{
"name": "glygen-frontend",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-free": "^6.2.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.16.9",
"@mui/material": "^5.16.9",
"@mui/styled-engine-sc": "^5.14.12",
"@mui/styles": "^5.16.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.1.3",
"bootstrap": "^5.2.2",
"bootstrap-switch-button-react": "^1.2.0",
"d3": "^5.16.0",
"downloadjs": "^1.4.7",
"file-loader": "^6.2.0",
"isotope-layout": "^3.0.6",
"jss": "^10.9.2",
"jss-preset-default": "^10.9.2",
"jss-rtl": "^0.3.0",
"match-sorter": "^6.3.1",
"molstar": "^3.28.0",
"protvista-manager": "^3.4.0",
"protvista-navigation": "^3.5.1",
"protvista-sequence": "^3.5.1",
"protvista-tooltip": "^3.5.8",
"protvista-track": "^3.4.0",
"query-string": "^7.1.3",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.6.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^17.0.2",
"react-ga4": "^2.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.7.1",
"react-iframe": "^1.8.5",
"react-pdf": "^6.0.3",
"react-router-dom": "^6.4.3",
"react-scripts": "^4.0.3",
"react-twitter-embed": "^4.0.4",
"reactstrap": "^9.1.5",
"styled": "^1.0.0",
"styled-components": "^5.3.6"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"react-error-overlay": "^6.0.9"
}
}