Skip to content

Commit 2d8c1ef

Browse files
committed
Add dashboard page
1 parent 6383591 commit 2d8c1ef

File tree

8 files changed

+2151
-1703
lines changed

8 files changed

+2151
-1703
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/node_modules/
2+
/.idea/.gitignore
3+
/.idea/misc.xml
4+
/.idea/modules.xml
5+
/.idea/inspectionProfiles/Project_Default.xml
6+
/.idea/React-Material-Admin-Full_frontend.iml
7+
/.idea/vcs.xml

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,36 @@
1313
"dependencies": {
1414
"@emotion/react": "^11.8.2",
1515
"@emotion/styled": "^11.8.1",
16-
"@mui/styles": "^5.6.2",
1716
"@mui/icons-material": "^5.5.1",
1817
"@mui/material": "^5.5.1",
1918
"@mui/styled-engine-sc": "^5.4.2",
19+
"@mui/styles": "^5.6.2",
2020
"@mui/x-data-grid": "^5.6.1",
2121
"@mui/x-date-pickers": "^5.0.0-alpha.1",
2222
"axios": "^0.21.1",
2323
"babel-eslint": "10.1.0",
24-
"date-fns": "2.28.0",
2524
"classnames": "^2.2.6",
2625
"connected-react-router": "^6.0.0",
2726
"css-loader": "2.1.1",
27+
"date-fns": "2.28.0",
2828
"eslint": "^6.8.0",
2929
"eslint-config-react-app": "^5.2.1",
3030
"file-loader": "3.0.1",
3131
"formik": "2.2.9",
32+
"history": "4.10.1",
3233
"jsonwebtoken": "^8.5.1",
34+
"moment": "2.29.1",
3335
"query-string": "7.1.0",
3436
"react": "^17.0.2",
3537
"react-dom": "^17.0.2",
3638
"react-redux": "^7.2.4",
3739
"react-router-dom": "^5.2.0",
3840
"react-scripts": "3.4.3",
39-
"history": "4.10.1",
4041
"react-syntax-highlighter": "^11.0.2",
41-
"tinycolor2": "^1.4.2",
42-
"moment": "2.29.1",
42+
"recharts": "^2.1.10",
4343
"redux": "^4.0.5",
4444
"redux-thunk": "^2.3.0",
45+
"tinycolor2": "^1.4.2",
4546
"typescript": "^4.1.2",
4647
"url-loader": "2.3.0",
4748
"yup": "^0.32.9"

0 commit comments

Comments
 (0)