-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 2 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
{
"name": "tms-react",
"version": "3.0.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.19.2",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "4.10.2",
"@material-ui/icons": "4.9.1",
"@mui/icons-material": "^5.1.1",
"@mui/lab": "^5.0.0-alpha.138",
"@mui/material": "^5.0.6",
"@mui/x-date-pickers": "^6.10.2",
"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",
"dayjs": "^1.11.9",
"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",
"material-react-table": "^1.12.0",
"material-ui-dropzone": "3.2.1",
"material-ui-upload": "1.2.1",
"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-svg-pan-zoom": "^3.12.1",
"react-to-print": "^2.14.13",
"react-toastify": "^5.5.0",
"redux": "^4.1.2",
"redux-thunk": "^2.4.0",
"shortid": "^2.2.16",
"yup": "^0.32.11"
},
"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"
],
"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",
"react-scripts": "^4.0.3"
}
}