This commit is contained in:
Anang Yusman 2026-02-24 01:01:42 +08:00
parent 69cf73ec62
commit ddcee39098
2 changed files with 1656 additions and 448 deletions

2099
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -41,14 +41,17 @@
"next": "16.1.1", "next": "16.1.1",
"radix-ui": "^1.4.3", "radix-ui": "^1.4.3",
"react": "19.2.3", "react": "19.2.3",
"react-apexcharts": "^2.0.1",
"react-datepicker": "^9.1.0", "react-datepicker": "^9.1.0",
"react-day-picker": "^9.13.2", "react-day-picker": "^9.13.2",
"react-dom": "19.2.3", "react-dom": "19.2.3",
"react-dropzone": "^14.3.8", "react-dropzone": "^14.3.8",
"react-hook-form": "^7.71.2",
"react-select": "^5.10.2", "react-select": "^5.10.2",
"sweetalert2": "^11.26.18", "sweetalert2": "^11.26.18",
"sweetalert2-react-content": "^5.1.1", "sweetalert2-react-content": "^5.1.1",
"tailwind-merge": "^3.4.0" "tailwind-merge": "^3.4.0",
"zod": "^3.25.67"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4", "@tailwindcss/postcss": "^4",