-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.04 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
{
"name": "matxreact",
"version": "3.0.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.19.2",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.1.1",
"@mui/lab": "^5.0.0-alpha.55",
"@mui/material": "^5.0.6",
"autosuggest-highlight": "^3.2.0",
"axios": "^0.24.0",
"babel-polyfill": "^6.26.0",
"clsx": "^1.1.1",
"cross-fetch": "^3.1.4",
"date-fns": "^2.26.0",
"echarts": "^5.2.2",
"echarts-for-react": "^3.0.2",
"formik": "^2.2.9",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.19",
"merge": "^2.1.1",
"moment": "^2.29.1",
"notistack": "^2.0.3",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-material-ui-form-validator": "^3.0.0",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.2",
"react-scripts": "^4.0.3",
"redux": "^4.1.2",
"redux-thunk": "^2.4.0",
"shortid": "^2.2.16",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-app-rewired start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ghp": "react-scripts build && gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/runtime": "^7.10.5",
"axios-mock-adapter": "^1.18.2",
"babel-plugin-import": "^1.13.0",
"cross-env": "^7.0.3",
"customize-cra": "^1.0.0",
"gh-pages": "^3.2.3",
"react-app-rewired": "^2.1.8"
}
}