This commit is contained in:
Server D3 Linksehat
2024-10-14 11:11:36 +07:00
parent 9128ff3b86
commit e5c647bb7c
16 changed files with 5006 additions and 11526 deletions

10
.gitignore vendored
View File

@@ -15,4 +15,12 @@ yarn-error.log
/public/dashboard
/public/dashboard-staging
/public/files
/public/dashboard-copy
/public/client-portal
/public/client-portal-staging
/public/hospital-portal
/public/hospital-portal-staging
/public/files

View File

@@ -13,7 +13,7 @@
"fruitcake/laravel-cors": "^3.0",
"guzzlehttp/guzzle": "^7.2",
"h4cc/wkhtmltoimage-amd64": "^0.12.4",
"h4cc/wkhtmltopdf-amd64": "0.12.x",
"h4cc/wkhtmltopdf-amd64": "^0.12.4",
"kreait/firebase-php": "^6.9",
"laravel-notification-channels/fcm": "^2.1",
"laravel/framework": "^9.11",

643
composer.lock generated Normal file → Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -41,76 +41,77 @@
"@ajoelp/json-to-formdata": "^1.5.0",
"@date-io/date-fns": "^2.17.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^2.9.11",
"@iconify/react": "^3.2.2",
"@mui/icons-material": "^5.14.6",
"@mui/icons-material": "^5.15.6",
"@mui/lab": "5.0.0-alpha.80",
"@mui/material": "^5.14.6",
"@mui/system": "^5.14.6",
"@mui/material": "^5.15.6",
"@mui/system": "^5.15.6",
"@mui/utils": "^5.15.6",
"@mui/x-data-grid": "^5.17.26",
"@mui/x-date-pickers": "5.0.0-beta.2",
"@reduxjs/toolkit": "^1.9.6",
"@reduxjs/toolkit": "^1.9.7",
"@vitejs/plugin-react": "^1.3.2",
"apexcharts": "^3.42.0",
"apexcharts": "^3.45.2",
"axios": "^0.27.2",
"change-case": "^4.1.2",
"csstype": "^3.1.2",
"csstype": "^3.1.3",
"date-fns": "^2.30.0",
"esbuild": "^0.17.19",
"framer-motion": "^6.5.1",
"highlight.js": "^11.8.0",
"highlight.js": "^11.9.0",
"history": "^5.3.0",
"jsx-runtime": "^1.2.0",
"lodash": "^4.17.21",
"notistack": "3.0.0-alpha.11",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"pnpm": "^8.6.12",
"pnpm": "^8.15.1",
"react": "^17.0.2",
"react-apexcharts": "^1.4.1",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.45.4",
"react-hook-form": "^7.49.3",
"react-intersection-observer": "^8.34.0",
"react-lazy-load-image-component": "^1.6.0",
"react-number-format": "^5.3.1",
"react-quill": "2.0.0-beta.4",
"react-redux": "^8.1.2",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"react-redux": "^8.1.3",
"react-router": "^6.21.3",
"react-router-dom": "^6.21.3",
"simplebar": "^5.3.9",
"simplebar-react": "^2.4.3",
"stylis": "^4.3.0",
"stylis": "^4.3.1",
"stylis-plugin-rtl": "^2.1.1",
"vite": "^3.2.7",
"vite": "^3.2.8",
"vite-plugin-svgr": "^2.4.0",
"yarn": "^1.22.19",
"yarn": "^1.22.21",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/eslint-parser": "^7.22.11",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@types/lodash": "^4.14.197",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
"@types/react-lazy-load-image-component": "^1.5.3",
"@types/stylis": "^4.2.0",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.9",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@types/lodash": "^4.14.202",
"@types/nprogress": "^0.2.3",
"@types/react": "^17.0.75",
"@types/react-dom": "^17.0.25",
"@types/react-lazy-load-image-component": "^1.6.3",
"@types/stylis": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.48.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^16.2.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-react-app": "7.0.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",

File diff suppressed because it is too large Load Diff

12292
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,6 +20,7 @@
"dependencies": {
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@mui/utils": "^5.15.6",
"apexcharts": "^3.35.3",
"laravel-vite-plugin": "^0.7.4",
"numeral": "^2.0.6",

0
public/.htaccess Normal file → Executable file
View File

0
public/build/assets/app-179954eb.css Normal file → Executable file
View File

0
public/build/assets/app-c3828592.js Normal file → Executable file
View File

0
public/build/manifest.json Normal file → Executable file
View File

0
public/client-portal/.htaccess Normal file → Executable file
View File

0
public/client-portal/_redirects Normal file → Executable file
View File

View File

@@ -27,7 +27,7 @@
content="The starting point for your next project with Minimal UI Kit, built on the newest version of Material-UI ©, ready to be customized to your style" />
<meta name="keywords" content="react,material,kit,application,dashboard,admin,template" />
<meta name="author" content="Minimal UI Kit" />
<script type="module" crossorigin src="/assets/index.b0a49137.js"></script>
<script type="module" crossorigin src="/assets/index.731e3bcb.js"></script>
<link rel="stylesheet" href="/assets/index.d13d3ea4.css">
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>

0
public/client-portal/manifest.json Normal file → Executable file
View File

0
public/dashboard/.htaccess Normal file → Executable file
View File