[WIP] Update Dashboard Claim Final LOG

This commit is contained in:
R
2023-03-08 01:53:16 +07:00
parent ed96878dda
commit b587178c85
14 changed files with 1138 additions and 288 deletions

View File

@@ -1,29 +1,31 @@
{
"private": true,
"scripts": {
"start": "cd frontend && pnpm run start",
"build": "cd frontend && pnpm run build",
"dev": "npm run development",
"development": "mix",
"development": "vite",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
"production": "vite build"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"axios": "^0.25.0",
"laravel-mix": "^6.0.43",
"lodash": "^4.17.21",
"postcss": "^8.4.14"
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
},
"dependencies": {
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"apexcharts": "^3.35.3",
"laravel-vite-plugin": "^0.7.4",
"numeral": "^2.0.6",
"react": "^18.1.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.1.0"
"react-dom": "^18.1.0",
"vite": "^4.1.4"
}
}