-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.56 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
{
"homepage": "https://glygen.ccrc.uga.edu/ggarray",
"name": "glygen-array-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@devexpress/dx-react-core": "^2.7.6",
"@devexpress/dx-react-grid": "^2.7.6",
"@devexpress/dx-react-grid-material-ui": "^2.7.6",
"@fontsource/roboto": "^4.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@welldone-software/why-did-you-render": "^6.1.4",
"@wojtekmaj/react-datetimerange-picker": "^2.4.0",
"bootstrap": "~4.3.1",
"devextreme": "22.1.4",
"devextreme-react": "22.1.4",
"env-cmd": "~10.1.0",
"image-decode": "^1.2.2",
"material-ui": "^0.20.2",
"moment": "^2.29.1",
"react": "^16.10.2",
"react-animated-tree": "^1.0.10",
"react-beautiful-dnd": "~10.0.4",
"react-bootstrap": "~1.0.0-beta.14",
"react-bootstrap-range-slider": "^1.2.2",
"react-bootstrap-typeahead": "^5.1.4",
"react-bootstrap-wizard": "0.0.7",
"react-copy-to-clipboard": "^5.0.2",
"react-datetime": "^3.0.4",
"react-dom": "~16.10.2",
"react-helmet": "~5.2.1",
"react-icons": "^4.3.1",
"react-iframe": "^1.8.0",
"react-loader-spinner": "~3.1.14",
"react-multi-toggle": "~1.1.0",
"react-promise-tracker": "~2.1.0",
"react-resumable-js": "~1.1.24",
"react-router-bootstrap": "~0.25.0",
"react-router-dom": "~5.1.2",
"react-scripts": "3.2.0",
"react-scroll": "^1.8.1",
"react-scroll-to": "~3.0.0-beta.6",
"react-table": "~6.10.3",
"react-twitter-embed": "^3.0.3",
"resumablejs": "~1.1.0"
},
"scripts": {
"start": "env-cmd -f .env.dev react-scripts start",
"build": "env-cmd -f .env.prod react-scripts build",
"test": "env-cmd -f .env.dev react-scripts 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"
]
},
"devDependencies": {
"babel-eslint": "~10.0.3",
"eslint": "~6.5.1",
"eslint-plugin-react": "~7.16.0",
"eslint-plugin-react-hooks": "~2.5.1"
},
"resolutions": {
"@babel/preset-env": "~7.8.7"
}
}