Touch Up Dashboard

This commit is contained in:
2022-05-26 15:14:34 +07:00
parent 79c4a5c241
commit e8bb61be2f
19 changed files with 993 additions and 502 deletions

View File

@@ -12,13 +12,18 @@
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.25",
"laravel-mix": "^6.0.6",
"axios": "^0.25.0",
"laravel-mix": "^6.0.43",
"lodash": "^4.17.21",
"postcss": "^8.1.14"
"postcss": "^8.4.14"
},
"dependencies": {
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1"
"@mui/material": "^5.8.1",
"apexcharts": "^3.35.3",
"numeral": "^2.0.6",
"react": "^18.1.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.1.0"
}
}