-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.55 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
{
"name": "matx-react",
"version": "3.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ghp": "react-scripts build && gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@auth0/auth0-spa-js": "^2.0.4",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.123",
"@mui/material": "^5.11.13",
"@react-keycloak/web": "^3.4.0",
"@reduxjs/toolkit": "^1.9.3",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",
"formik": "^2.2.9",
"keycloak-js": "^23.0.1",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-material-ui-form-validator": "^3.0.1",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-scripts": "^5.0.1",
"shortid": "^2.2.16",
"yup": "^1.0.2"
},
"devDependencies": {
"@babel/runtime": "^7.21.0",
"axios-mock-adapter": "^1.21.2",
"babel-plugin-import": "^1.13.6",
"cross-env": "^7.0.3",
"customize-cra": "^1.0.0",
"gh-pages": "^5.0.0",
"react-app-rewired": "^2.2.1"
}
}