-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.11 KB
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
{
"name": "metalica",
"version": "1.0.0",
"author": "Antonio Machado",
"email": "dev.antoniomachado@gmail.com",
"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": []
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.1.3",
"@coreui/react": "^4.11.1",
"@coreui/react-chartjs": "^3.0.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.10",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.15.10",
"@mui/x-date-pickers": "^6.19.4",
"@react-pdf-viewer/core": "3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@reduxjs/toolkit": "^2.2.1",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"formik": "^2.4.5",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"pdfjs-dist": "3.4.120",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-google-charts": "^4.0.1",
"react-hook-form": "^7.51.0",
"react-material-ui-form-validator": "^3.0.1",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.0",
"react-scripts": "^5.0.1",
"react-toastify": "^10.0.4",
"react-vis": "^1.12.1",
"shortid": "^2.2.16",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"yup": "^1.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"axios-mock-adapter": "^1.22.0",
"cross-env": "^7.0.3",
"customize-cra": "^1.0.0",
"gh-pages": "^6.1.1"
}
}