From 3323a3e37e1a41ae81f83b8e00fd2bf3f3f01026 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 Jan 2026 06:01:14 +0000 Subject: [PATCH] Fix controller case sensitivity, add package-lock, and cleanup gitignore --- .editorconfig | 0 .env.example | 0 .gitattributes | 0 .gitignore | 20 + DockerFile | 0 README.md | 0 .../{admin => Admin}/AdditionalController.php | 0 .../{admin => Admin}/AuthController.php | 0 .../{admin => Admin}/BerandaController.php | 0 .../{admin => Admin}/BuketController.php | 0 .../{admin => Admin}/FotoController.php | 0 .../HistoriPesananController.php | 0 .../ManajemenAdminController.php | 0 .../PesananBuketController.php | 0 .../PesananFotoController.php | 0 .../{admin => Admin}/ProfilController.php | 0 app/Http/Controllers/Controller.php | 0 .../{user => User}/BerandaController.php | 0 .../{user => User}/BookingFotoController.php | 0 .../{user => User}/PesanBuketController.php | 0 app/Models/Additional.php | 0 app/Models/BookingFoto.php | 0 app/Models/Buket.php | 0 app/Models/DetailAdditional.php | 0 app/Models/PaketFoto.php | 0 app/Models/Pelanggan.php | 0 app/Models/TransaksiBuket.php | 0 app/Models/User.php | 0 app/Providers/AppServiceProvider.php | 0 artisan | 0 bootstrap/app.php | 0 bootstrap/cache/.gitignore | 0 bootstrap/providers.php | 0 composer.json | 0 composer.lock | 0 config/app.php | 0 config/auth.php | 0 config/cache.php | 0 config/database.php | 0 config/filesystems.php | 0 config/logging.php | 0 config/mail.php | 0 config/queue.php | 0 config/services.php | 0 config/session.php | 0 database/.gitignore | 0 database/factories/UserFactory.php | 0 .../0001_01_01_000000_create_users_table.php | 0 .../0001_01_01_000001_create_cache_table.php | 0 .../0001_01_01_000002_create_jobs_table.php | 0 .../2025_12_26_150422_create_bukets_table.php | 0 ..._12_26_150455_create_paket_fotos_table.php | 0 ..._12_26_150512_create_additionals_table.php | 0 ...5_12_26_150527_create_pelanggans_table.php | 0 ...6_150607_create_transaksi_bukets_table.php | 0 ...2_26_150621_create_booking_fotos_table.php | 0 ...150637_create_detail_additionals_table.php | 0 database/seeders/AdditionalSeeder.php | 0 database/seeders/BuketSeeder.php | 0 database/seeders/DatabaseSeeder.php | 0 database/seeders/PaketFotoSeeder.php | 0 database/seeders/PelangganSeeder.php | 0 database/seeders/TransaksiSeeder.php | 0 database/seeders/UserSeeder.php | 0 nginx.conf | 0 package-lock.json | 2421 +++++++++++++++++ package.json | 0 phpunit.xml | 0 public/.htaccess | 0 public/css/app-dark.css | 0 public/css/app.css | 0 public/css/fonts/bootstrap-icons.woff2 | Bin public/css/simple-datatables.css | 0 public/css/table-datatable.css | 0 public/css/user/main.css | 0 public/favicon.ico | Bin public/img/ava.png | Bin public/img/beranda/florist1.jpeg | Bin public/img/beranda/florist2.jpeg | Bin public/img/beranda/florist3.jpeg | Bin public/img/beranda/hero-buket.jpg | Bin public/img/beranda/hero-foto.jpg | Bin .../buket/1766817409_artificial flowers-1.jpg | Bin public/img/buket/artificial-tulip.jpg | Bin public/img/buket/babybreath.jpg | Bin public/img/buket/buket2.jpg | Bin public/img/buket/buket3.jpg | Bin public/img/buket/garbera.jpg | Bin public/img/buket/gran-buket.jpg | Bin public/img/buket/hidraangea.jpg | Bin public/img/buket/lavender.jpg | Bin public/img/buket/mawar-merah-premium.jpg | Bin public/img/buket/pastel-peony.jpg | Bin public/img/buket/single-sunflower.jpg | Bin public/img/buket/sunflower.jpg | Bin public/img/buket/white-lily.jpg | Bin public/img/foto/1766833654_latar biru 1.jpeg | Bin public/img/foto/1767368465_grup.jpeg | Bin public/img/foto/1767368482_couple.jpeg | Bin public/img/foto/1767368572_pas-foto.jpg | Bin public/img/foto/1767368582_pas-foto.jpg | Bin public/img/foto/1767368592_pas-foto.jpg | Bin public/img/foto/1767368604_pas-foto.jpg | Bin public/img/foto/couple.jpeg | Bin public/img/foto/download (1).jpeg | Bin public/img/foto/foto2.jpeg | Bin public/img/foto/latar-biru.jpeg | Bin public/img/foto/single.jpeg | Bin public/img/invoice.jpg | Bin public/img/logo.png | Bin public/img/payment/1766896351_bukti1.jpg | Bin public/img/payment/1766896525_bukti1.jpg | Bin public/img/payment/1766898607_bukti2.jpg | Bin public/img/payment/1766898689_bukti2.jpg | Bin public/img/payment/1766899285_bukti3.jpg | Bin public/img/payment/1766899369_bukti3.jpg | Bin public/img/payment/1766899417_bukti2.jpg | Bin public/img/payment/buket/bukti1.jpg | Bin public/img/payment/buket/bukti2.jpg | Bin public/img/payment/buket/bukti3.jpg | Bin public/img/payment/bukti_1766905812.jpg | Bin public/img/payment/bukti_1766911106_uAh2b.jpg | Bin public/img/payment/bukti_1766911328_rU8TP.jpg | Bin public/img/payment/bukti_1766911584_7F6dk.jpg | Bin public/img/payment/foto/bukti1.jpg | Bin public/img/payment/foto/bukti2.jpg | Bin public/img/payment/foto/bukti3.jpg | Bin public/index.php | 0 public/js/app.js | 0 public/js/ex-simple-datatables.js | 0 public/js/simple-datatables.js | 0 public/js/user/js/custom.js | 0 public/robots.txt | 0 public/vendors/PHPMailer/index.html | 0 .../vendors/PHPMailer/src/DSNConfigurator.php | 0 public/vendors/PHPMailer/src/Exception.php | 0 public/vendors/PHPMailer/src/OAuth.php | 0 .../PHPMailer/src/OAuthTokenProvider.php | 0 public/vendors/PHPMailer/src/PHPMailer.php | 0 public/vendors/PHPMailer/src/POP3.php | 0 public/vendors/PHPMailer/src/SMTP.php | 0 public/vendors/PHPMailer/src/index.html | 0 public/vendors/aos/aos.css | 0 public/vendors/aos/aos.js | 0 .../bootstrap-icons/font/bootstrap-icons.css | 0 .../bootstrap-icons/font/bootstrap-icons.json | 0 .../font/bootstrap-icons.min.css | 0 .../bootstrap-icons/font/bootstrap-icons.scss | 0 .../font/fonts/bootstrap-icons.woff | Bin .../font/fonts/bootstrap-icons.woff2 | Bin .../vendors/bootstrap/bootstrap.bundle.min.js | 0 public/vendors/bootstrap/bootstrap.min.css | 0 public/vendors/bootstrap/bs-darkmode.js | 0 public/vendors/bootstrap/scss/_accordion.scss | 0 public/vendors/bootstrap/scss/_alert.scss | 0 public/vendors/bootstrap/scss/_badge.scss | 0 .../vendors/bootstrap/scss/_breadcrumb.scss | 0 .../vendors/bootstrap/scss/_button-group.scss | 0 public/vendors/bootstrap/scss/_buttons.scss | 0 public/vendors/bootstrap/scss/_card.scss | 0 public/vendors/bootstrap/scss/_carousel.scss | 0 public/vendors/bootstrap/scss/_close.scss | 0 .../vendors/bootstrap/scss/_containers.scss | 0 public/vendors/bootstrap/scss/_dropdown.scss | 0 public/vendors/bootstrap/scss/_forms.scss | 0 public/vendors/bootstrap/scss/_functions.scss | 0 public/vendors/bootstrap/scss/_grid.scss | 0 public/vendors/bootstrap/scss/_helpers.scss | 0 public/vendors/bootstrap/scss/_images.scss | 0 .../vendors/bootstrap/scss/_list-group.scss | 0 public/vendors/bootstrap/scss/_maps.scss | 0 public/vendors/bootstrap/scss/_mixins.scss | 0 public/vendors/bootstrap/scss/_modal.scss | 0 public/vendors/bootstrap/scss/_nav.scss | 0 public/vendors/bootstrap/scss/_navbar.scss | 0 public/vendors/bootstrap/scss/_offcanvas.scss | 0 .../vendors/bootstrap/scss/_pagination.scss | 0 .../vendors/bootstrap/scss/_placeholders.scss | 0 public/vendors/bootstrap/scss/_popover.scss | 0 public/vendors/bootstrap/scss/_progress.scss | 0 public/vendors/bootstrap/scss/_reboot.scss | 0 public/vendors/bootstrap/scss/_root.scss | 0 public/vendors/bootstrap/scss/_spinners.scss | 0 public/vendors/bootstrap/scss/_tables.scss | 0 public/vendors/bootstrap/scss/_toasts.scss | 0 public/vendors/bootstrap/scss/_tooltip.scss | 0 .../vendors/bootstrap/scss/_transitions.scss | 0 public/vendors/bootstrap/scss/_type.scss | 0 public/vendors/bootstrap/scss/_utilities.scss | 0 .../bootstrap/scss/_variables-dark.scss | 0 public/vendors/bootstrap/scss/_variables.scss | 0 .../bootstrap/scss/bootstrap-grid.scss | 0 .../bootstrap/scss/bootstrap-reboot.scss | 0 .../bootstrap/scss/bootstrap-utilities.scss | 0 public/vendors/bootstrap/scss/bootstrap.scss | 0 .../scss/forms/_floating-labels.scss | 0 .../bootstrap/scss/forms/_form-check.scss | 0 .../bootstrap/scss/forms/_form-control.scss | 0 .../bootstrap/scss/forms/_form-range.scss | 0 .../bootstrap/scss/forms/_form-select.scss | 0 .../bootstrap/scss/forms/_form-text.scss | 0 .../bootstrap/scss/forms/_input-group.scss | 0 .../vendors/bootstrap/scss/forms/_labels.scss | 0 .../bootstrap/scss/forms/_validation.scss | 0 .../bootstrap/scss/helpers/_clearfix.scss | 0 .../bootstrap/scss/helpers/_color-bg.scss | 0 .../scss/helpers/_colored-links.scss | 0 .../bootstrap/scss/helpers/_focus-ring.scss | 0 .../bootstrap/scss/helpers/_icon-link.scss | 0 .../bootstrap/scss/helpers/_position.scss | 0 .../bootstrap/scss/helpers/_ratio.scss | 0 .../bootstrap/scss/helpers/_stacks.scss | 0 .../scss/helpers/_stretched-link.scss | 0 .../scss/helpers/_text-truncation.scss | 0 .../scss/helpers/_visually-hidden.scss | 0 .../vendors/bootstrap/scss/helpers/_vr.scss | 0 .../vendors/bootstrap/scss/mixins/_alert.scss | 0 .../bootstrap/scss/mixins/_backdrop.scss | 0 .../bootstrap/scss/mixins/_banner.scss | 0 .../bootstrap/scss/mixins/_border-radius.scss | 0 .../bootstrap/scss/mixins/_box-shadow.scss | 0 .../bootstrap/scss/mixins/_breakpoints.scss | 0 .../bootstrap/scss/mixins/_buttons.scss | 0 .../vendors/bootstrap/scss/mixins/_caret.scss | 0 .../bootstrap/scss/mixins/_clearfix.scss | 0 .../bootstrap/scss/mixins/_color-mode.scss | 0 .../bootstrap/scss/mixins/_color-scheme.scss | 0 .../bootstrap/scss/mixins/_container.scss | 0 .../bootstrap/scss/mixins/_deprecate.scss | 0 .../vendors/bootstrap/scss/mixins/_forms.scss | 0 .../bootstrap/scss/mixins/_gradients.scss | 0 .../vendors/bootstrap/scss/mixins/_grid.scss | 0 .../vendors/bootstrap/scss/mixins/_image.scss | 0 .../bootstrap/scss/mixins/_list-group.scss | 0 .../vendors/bootstrap/scss/mixins/_lists.scss | 0 .../bootstrap/scss/mixins/_pagination.scss | 0 .../bootstrap/scss/mixins/_reset-text.scss | 0 .../bootstrap/scss/mixins/_resize.scss | 0 .../scss/mixins/_table-variants.scss | 0 .../bootstrap/scss/mixins/_text-truncate.scss | 0 .../bootstrap/scss/mixins/_transition.scss | 0 .../bootstrap/scss/mixins/_utilities.scss | 0 .../scss/mixins/_visually-hidden.scss | 0 .../vendors/bootstrap/scss/tests/jasmine.js | 0 .../_auto-import-of-variables-dark.test.scss | 0 .../scss/tests/mixins/_color-modes.test.scss | 0 .../_media-query-color-mode-full.test.scss | 0 .../scss/tests/mixins/_utilities.test.scss | 0 .../scss/tests/sass-true/register.js | 0 .../bootstrap/scss/tests/sass-true/runner.js | 0 .../scss/tests/utilities/_api.test.scss | 0 .../bootstrap/scss/utilities/_api.scss | 0 .../vendors/bootstrap/scss/vendor/_rfs.scss | 0 public/vendors/glightbox/glightbox.min.css | 0 public/vendors/glightbox/glightbox.min.js | 0 public/vendors/gsap/gsap.min.js | 0 .../imagesloaded/imagesloaded.pkgd.min.js | 0 public/vendors/index.html | 0 public/vendors/isotope/isotope.pkgd.min.js | 0 public/vendors/purecounter/purecounter.js | 0 public/vendors/swiper/swiper-bundle.min.css | 0 public/vendors/swiper/swiper-bundle.min.js | 0 resources/css/app.css | 0 resources/js/app.js | 0 resources/js/bootstrap.js | 0 resources/views/admin/beranda/admin.blade.php | 0 resources/views/admin/beranda/index.blade.php | 0 .../beranda/partials/modal-buket.blade.php | 0 .../beranda/partials/modal-foto.blade.php | 0 .../beranda/partials/modal-riwayat.blade.php | 0 .../beranda/partials/modal-show.blade.php | 0 .../views/admin/beranda/pemilik.blade.php | 0 .../views/admin/kelola-admin/index.blade.php | 0 .../partials/modal-create.blade.php | 0 .../partials/modal-delete.blade.php | 0 .../partials/modal-edit.blade.php | 0 .../partials/modal-show.blade.php | 0 resources/views/admin/login.blade.php | 0 .../views/admin/paket-foto/index.blade.php | 0 .../modal-create-additional.blade.php | 0 .../partials/modal-create-foto.blade.php | 0 .../modal-delete-additional.blade.php | 0 .../partials/modal-delete-foto.blade.php | 0 .../partials/modal-edit-additional.blade.php | 0 .../partials/modal-edit-foto.blade.php | 0 .../partials/modal-show-foto.blade.php | 0 resources/views/admin/pesanan/buket.blade.php | 0 resources/views/admin/pesanan/foto.blade.php | 0 .../pesanan/partials/modal-buket.blade.php | 0 .../pesanan/partials/modal-foto.blade.php | 0 .../partials/modal-riwayat-buket.blade.php | 0 .../partials/modal-riwayat-foto.blade.php | 0 .../views/admin/pesanan/riwayat.blade.php | 0 .../views/admin/produk-buket/index.blade.php | 0 .../partials/modal-create.blade.php | 0 .../partials/modal-delete.blade.php | 0 .../partials/modal-edit.blade.php | 0 .../partials/modal-show.blade.php | 0 resources/views/admin/profil.blade.php | 0 resources/views/layouts/admin.blade.php | 0 resources/views/layouts/user.blade.php | 0 resources/views/user/beranda.blade.php | 0 resources/views/user/booking-foto.blade.php | 0 .../views/user/components/_list.blade.php | 0 .../user/components/calendar-grid.blade.php | 0 resources/views/user/detail-buket.blade.php | 0 resources/views/user/detail-foto.blade.php | 0 .../views/user/pembayaran-buket.blade.php | 0 .../views/user/pembayaran-foto.blade.php | 0 resources/views/user/pesan-buket.blade.php | 0 resources/views/welcome.blade.php | 0 routes/console.php | 0 routes/web.php | 0 storage/app/.gitignore | 0 storage/app/private/.gitignore | 0 storage/app/public/.gitignore | 0 storage/framework/.gitignore | 0 storage/framework/cache/.gitignore | 0 storage/framework/cache/data/.gitignore | 0 storage/framework/sessions/.gitignore | 0 storage/framework/testing/.gitignore | 0 storage/framework/views/.gitignore | 0 storage/logs/.gitignore | 0 tests/Feature/ExampleTest.php | 0 tests/TestCase.php | 0 tests/Unit/ExampleTest.php | 0 vite.config.js | 0 327 files changed, 2441 insertions(+) mode change 100644 => 100755 .editorconfig mode change 100644 => 100755 .env.example mode change 100644 => 100755 .gitattributes mode change 100644 => 100755 .gitignore mode change 100644 => 100755 DockerFile mode change 100644 => 100755 README.md rename app/Http/Controllers/{admin => Admin}/AdditionalController.php (100%) mode change 100644 => 100755 rename app/Http/Controllers/{admin => Admin}/AuthController.php (100%) mode change 100644 => 100755 rename app/Http/Controllers/{admin => Admin}/BerandaController.php (100%) mode change 100644 => 100755 rename app/Http/Controllers/{admin => Admin}/BuketController.php (100%) mode change 100644 => 100755 rename app/Http/Controllers/{admin => Admin}/FotoController.php (100%) mode change 100644 => 100755 rename app/Http/Controllers/{admin => Admin}/HistoriPesananController.php (100%) mode change 100644 => 100755 rename app/Http/Controllers/{admin => Admin}/ManajemenAdminController.php (100%) mode change 100644 => 100755 rename app/Http/Controllers/{admin => Admin}/PesananBuketController.php (100%) mode change 100644 => 100755 rename app/Http/Controllers/{admin => Admin}/PesananFotoController.php (100%) mode change 100644 => 100755 rename app/Http/Controllers/{admin => Admin}/ProfilController.php (100%) mode change 100644 => 100755 mode change 100644 => 100755 app/Http/Controllers/Controller.php rename app/Http/Controllers/{user => User}/BerandaController.php (100%) mode change 100644 => 100755 rename app/Http/Controllers/{user => User}/BookingFotoController.php (100%) mode change 100644 => 100755 rename app/Http/Controllers/{user => User}/PesanBuketController.php (100%) mode change 100644 => 100755 mode change 100644 => 100755 app/Models/Additional.php mode change 100644 => 100755 app/Models/BookingFoto.php mode change 100644 => 100755 app/Models/Buket.php mode change 100644 => 100755 app/Models/DetailAdditional.php mode change 100644 => 100755 app/Models/PaketFoto.php mode change 100644 => 100755 app/Models/Pelanggan.php mode change 100644 => 100755 app/Models/TransaksiBuket.php mode change 100644 => 100755 app/Models/User.php mode change 100644 => 100755 app/Providers/AppServiceProvider.php mode change 100644 => 100755 artisan mode change 100644 => 100755 bootstrap/app.php mode change 100644 => 100755 bootstrap/cache/.gitignore mode change 100644 => 100755 bootstrap/providers.php mode change 100644 => 100755 composer.json mode change 100644 => 100755 composer.lock mode change 100644 => 100755 config/app.php mode change 100644 => 100755 config/auth.php mode change 100644 => 100755 config/cache.php mode change 100644 => 100755 config/database.php mode change 100644 => 100755 config/filesystems.php mode change 100644 => 100755 config/logging.php mode change 100644 => 100755 config/mail.php mode change 100644 => 100755 config/queue.php mode change 100644 => 100755 config/services.php mode change 100644 => 100755 config/session.php mode change 100644 => 100755 database/.gitignore mode change 100644 => 100755 database/factories/UserFactory.php mode change 100644 => 100755 database/migrations/0001_01_01_000000_create_users_table.php mode change 100644 => 100755 database/migrations/0001_01_01_000001_create_cache_table.php mode change 100644 => 100755 database/migrations/0001_01_01_000002_create_jobs_table.php mode change 100644 => 100755 database/migrations/2025_12_26_150422_create_bukets_table.php mode change 100644 => 100755 database/migrations/2025_12_26_150455_create_paket_fotos_table.php mode change 100644 => 100755 database/migrations/2025_12_26_150512_create_additionals_table.php mode change 100644 => 100755 database/migrations/2025_12_26_150527_create_pelanggans_table.php mode change 100644 => 100755 database/migrations/2025_12_26_150607_create_transaksi_bukets_table.php mode change 100644 => 100755 database/migrations/2025_12_26_150621_create_booking_fotos_table.php mode change 100644 => 100755 database/migrations/2025_12_26_150637_create_detail_additionals_table.php mode change 100644 => 100755 database/seeders/AdditionalSeeder.php mode change 100644 => 100755 database/seeders/BuketSeeder.php mode change 100644 => 100755 database/seeders/DatabaseSeeder.php mode change 100644 => 100755 database/seeders/PaketFotoSeeder.php mode change 100644 => 100755 database/seeders/PelangganSeeder.php mode change 100644 => 100755 database/seeders/TransaksiSeeder.php mode change 100644 => 100755 database/seeders/UserSeeder.php mode change 100644 => 100755 nginx.conf create mode 100755 package-lock.json mode change 100644 => 100755 package.json mode change 100644 => 100755 phpunit.xml mode change 100644 => 100755 public/.htaccess mode change 100644 => 100755 public/css/app-dark.css mode change 100644 => 100755 public/css/app.css mode change 100644 => 100755 public/css/fonts/bootstrap-icons.woff2 mode change 100644 => 100755 public/css/simple-datatables.css mode change 100644 => 100755 public/css/table-datatable.css mode change 100644 => 100755 public/css/user/main.css mode change 100644 => 100755 public/favicon.ico mode change 100644 => 100755 public/img/ava.png mode change 100644 => 100755 public/img/beranda/florist1.jpeg mode change 100644 => 100755 public/img/beranda/florist2.jpeg mode change 100644 => 100755 public/img/beranda/florist3.jpeg mode change 100644 => 100755 public/img/beranda/hero-buket.jpg mode change 100644 => 100755 public/img/beranda/hero-foto.jpg mode change 100644 => 100755 public/img/buket/1766817409_artificial flowers-1.jpg mode change 100644 => 100755 public/img/buket/artificial-tulip.jpg mode change 100644 => 100755 public/img/buket/babybreath.jpg mode change 100644 => 100755 public/img/buket/buket2.jpg mode change 100644 => 100755 public/img/buket/buket3.jpg mode change 100644 => 100755 public/img/buket/garbera.jpg mode change 100644 => 100755 public/img/buket/gran-buket.jpg mode change 100644 => 100755 public/img/buket/hidraangea.jpg mode change 100644 => 100755 public/img/buket/lavender.jpg mode change 100644 => 100755 public/img/buket/mawar-merah-premium.jpg mode change 100644 => 100755 public/img/buket/pastel-peony.jpg mode change 100644 => 100755 public/img/buket/single-sunflower.jpg mode change 100644 => 100755 public/img/buket/sunflower.jpg mode change 100644 => 100755 public/img/buket/white-lily.jpg mode change 100644 => 100755 public/img/foto/1766833654_latar biru 1.jpeg mode change 100644 => 100755 public/img/foto/1767368465_grup.jpeg mode change 100644 => 100755 public/img/foto/1767368482_couple.jpeg mode change 100644 => 100755 public/img/foto/1767368572_pas-foto.jpg mode change 100644 => 100755 public/img/foto/1767368582_pas-foto.jpg mode change 100644 => 100755 public/img/foto/1767368592_pas-foto.jpg mode change 100644 => 100755 public/img/foto/1767368604_pas-foto.jpg mode change 100644 => 100755 public/img/foto/couple.jpeg mode change 100644 => 100755 public/img/foto/download (1).jpeg mode change 100644 => 100755 public/img/foto/foto2.jpeg mode change 100644 => 100755 public/img/foto/latar-biru.jpeg mode change 100644 => 100755 public/img/foto/single.jpeg mode change 100644 => 100755 public/img/invoice.jpg mode change 100644 => 100755 public/img/logo.png mode change 100644 => 100755 public/img/payment/1766896351_bukti1.jpg mode change 100644 => 100755 public/img/payment/1766896525_bukti1.jpg mode change 100644 => 100755 public/img/payment/1766898607_bukti2.jpg mode change 100644 => 100755 public/img/payment/1766898689_bukti2.jpg mode change 100644 => 100755 public/img/payment/1766899285_bukti3.jpg mode change 100644 => 100755 public/img/payment/1766899369_bukti3.jpg mode change 100644 => 100755 public/img/payment/1766899417_bukti2.jpg mode change 100644 => 100755 public/img/payment/buket/bukti1.jpg mode change 100644 => 100755 public/img/payment/buket/bukti2.jpg mode change 100644 => 100755 public/img/payment/buket/bukti3.jpg mode change 100644 => 100755 public/img/payment/bukti_1766905812.jpg mode change 100644 => 100755 public/img/payment/bukti_1766911106_uAh2b.jpg mode change 100644 => 100755 public/img/payment/bukti_1766911328_rU8TP.jpg mode change 100644 => 100755 public/img/payment/bukti_1766911584_7F6dk.jpg mode change 100644 => 100755 public/img/payment/foto/bukti1.jpg mode change 100644 => 100755 public/img/payment/foto/bukti2.jpg mode change 100644 => 100755 public/img/payment/foto/bukti3.jpg mode change 100644 => 100755 public/index.php mode change 100644 => 100755 public/js/app.js mode change 100644 => 100755 public/js/ex-simple-datatables.js mode change 100644 => 100755 public/js/simple-datatables.js mode change 100644 => 100755 public/js/user/js/custom.js mode change 100644 => 100755 public/robots.txt mode change 100644 => 100755 public/vendors/PHPMailer/index.html mode change 100644 => 100755 public/vendors/PHPMailer/src/DSNConfigurator.php mode change 100644 => 100755 public/vendors/PHPMailer/src/Exception.php mode change 100644 => 100755 public/vendors/PHPMailer/src/OAuth.php mode change 100644 => 100755 public/vendors/PHPMailer/src/OAuthTokenProvider.php mode change 100644 => 100755 public/vendors/PHPMailer/src/PHPMailer.php mode change 100644 => 100755 public/vendors/PHPMailer/src/POP3.php mode change 100644 => 100755 public/vendors/PHPMailer/src/SMTP.php mode change 100644 => 100755 public/vendors/PHPMailer/src/index.html mode change 100644 => 100755 public/vendors/aos/aos.css mode change 100644 => 100755 public/vendors/aos/aos.js mode change 100644 => 100755 public/vendors/bootstrap-icons/font/bootstrap-icons.css mode change 100644 => 100755 public/vendors/bootstrap-icons/font/bootstrap-icons.json mode change 100644 => 100755 public/vendors/bootstrap-icons/font/bootstrap-icons.min.css mode change 100644 => 100755 public/vendors/bootstrap-icons/font/bootstrap-icons.scss mode change 100644 => 100755 public/vendors/bootstrap-icons/font/fonts/bootstrap-icons.woff mode change 100644 => 100755 public/vendors/bootstrap-icons/font/fonts/bootstrap-icons.woff2 mode change 100644 => 100755 public/vendors/bootstrap/bootstrap.bundle.min.js mode change 100644 => 100755 public/vendors/bootstrap/bootstrap.min.css mode change 100644 => 100755 public/vendors/bootstrap/bs-darkmode.js mode change 100644 => 100755 public/vendors/bootstrap/scss/_accordion.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_alert.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_badge.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_breadcrumb.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_button-group.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_buttons.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_card.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_carousel.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_close.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_containers.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_dropdown.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_forms.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_functions.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_grid.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_helpers.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_images.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_list-group.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_maps.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_mixins.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_modal.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_nav.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_navbar.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_offcanvas.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_pagination.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_placeholders.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_popover.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_progress.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_reboot.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_root.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_spinners.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_tables.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_toasts.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_tooltip.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_transitions.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_type.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_utilities.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_variables-dark.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/_variables.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/bootstrap-grid.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/bootstrap-reboot.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/bootstrap-utilities.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/bootstrap.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/forms/_floating-labels.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/forms/_form-check.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/forms/_form-control.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/forms/_form-range.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/forms/_form-select.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/forms/_form-text.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/forms/_input-group.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/forms/_labels.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/forms/_validation.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/helpers/_clearfix.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/helpers/_color-bg.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/helpers/_colored-links.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/helpers/_focus-ring.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/helpers/_icon-link.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/helpers/_position.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/helpers/_ratio.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/helpers/_stacks.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/helpers/_stretched-link.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/helpers/_text-truncation.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/helpers/_visually-hidden.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/helpers/_vr.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_alert.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_backdrop.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_banner.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_border-radius.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_box-shadow.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_breakpoints.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_buttons.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_caret.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_clearfix.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_color-mode.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_color-scheme.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_container.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_deprecate.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_forms.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_gradients.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_grid.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_image.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_list-group.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_lists.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_pagination.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_reset-text.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_resize.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_table-variants.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_text-truncate.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_transition.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_utilities.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/mixins/_visually-hidden.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/tests/jasmine.js mode change 100644 => 100755 public/vendors/bootstrap/scss/tests/mixins/_auto-import-of-variables-dark.test.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/tests/mixins/_color-modes.test.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/tests/mixins/_media-query-color-mode-full.test.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/tests/mixins/_utilities.test.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/tests/sass-true/register.js mode change 100644 => 100755 public/vendors/bootstrap/scss/tests/sass-true/runner.js mode change 100644 => 100755 public/vendors/bootstrap/scss/tests/utilities/_api.test.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/utilities/_api.scss mode change 100644 => 100755 public/vendors/bootstrap/scss/vendor/_rfs.scss mode change 100644 => 100755 public/vendors/glightbox/glightbox.min.css mode change 100644 => 100755 public/vendors/glightbox/glightbox.min.js mode change 100644 => 100755 public/vendors/gsap/gsap.min.js mode change 100644 => 100755 public/vendors/imagesloaded/imagesloaded.pkgd.min.js mode change 100644 => 100755 public/vendors/index.html mode change 100644 => 100755 public/vendors/isotope/isotope.pkgd.min.js mode change 100644 => 100755 public/vendors/purecounter/purecounter.js mode change 100644 => 100755 public/vendors/swiper/swiper-bundle.min.css mode change 100644 => 100755 public/vendors/swiper/swiper-bundle.min.js mode change 100644 => 100755 resources/css/app.css mode change 100644 => 100755 resources/js/app.js mode change 100644 => 100755 resources/js/bootstrap.js mode change 100644 => 100755 resources/views/admin/beranda/admin.blade.php mode change 100644 => 100755 resources/views/admin/beranda/index.blade.php mode change 100644 => 100755 resources/views/admin/beranda/partials/modal-buket.blade.php mode change 100644 => 100755 resources/views/admin/beranda/partials/modal-foto.blade.php mode change 100644 => 100755 resources/views/admin/beranda/partials/modal-riwayat.blade.php mode change 100644 => 100755 resources/views/admin/beranda/partials/modal-show.blade.php mode change 100644 => 100755 resources/views/admin/beranda/pemilik.blade.php mode change 100644 => 100755 resources/views/admin/kelola-admin/index.blade.php mode change 100644 => 100755 resources/views/admin/kelola-admin/partials/modal-create.blade.php mode change 100644 => 100755 resources/views/admin/kelola-admin/partials/modal-delete.blade.php mode change 100644 => 100755 resources/views/admin/kelola-admin/partials/modal-edit.blade.php mode change 100644 => 100755 resources/views/admin/kelola-admin/partials/modal-show.blade.php mode change 100644 => 100755 resources/views/admin/login.blade.php mode change 100644 => 100755 resources/views/admin/paket-foto/index.blade.php mode change 100644 => 100755 resources/views/admin/paket-foto/partials/modal-create-additional.blade.php mode change 100644 => 100755 resources/views/admin/paket-foto/partials/modal-create-foto.blade.php mode change 100644 => 100755 resources/views/admin/paket-foto/partials/modal-delete-additional.blade.php mode change 100644 => 100755 resources/views/admin/paket-foto/partials/modal-delete-foto.blade.php mode change 100644 => 100755 resources/views/admin/paket-foto/partials/modal-edit-additional.blade.php mode change 100644 => 100755 resources/views/admin/paket-foto/partials/modal-edit-foto.blade.php mode change 100644 => 100755 resources/views/admin/paket-foto/partials/modal-show-foto.blade.php mode change 100644 => 100755 resources/views/admin/pesanan/buket.blade.php mode change 100644 => 100755 resources/views/admin/pesanan/foto.blade.php mode change 100644 => 100755 resources/views/admin/pesanan/partials/modal-buket.blade.php mode change 100644 => 100755 resources/views/admin/pesanan/partials/modal-foto.blade.php mode change 100644 => 100755 resources/views/admin/pesanan/partials/modal-riwayat-buket.blade.php mode change 100644 => 100755 resources/views/admin/pesanan/partials/modal-riwayat-foto.blade.php mode change 100644 => 100755 resources/views/admin/pesanan/riwayat.blade.php mode change 100644 => 100755 resources/views/admin/produk-buket/index.blade.php mode change 100644 => 100755 resources/views/admin/produk-buket/partials/modal-create.blade.php mode change 100644 => 100755 resources/views/admin/produk-buket/partials/modal-delete.blade.php mode change 100644 => 100755 resources/views/admin/produk-buket/partials/modal-edit.blade.php mode change 100644 => 100755 resources/views/admin/produk-buket/partials/modal-show.blade.php mode change 100644 => 100755 resources/views/admin/profil.blade.php mode change 100644 => 100755 resources/views/layouts/admin.blade.php mode change 100644 => 100755 resources/views/layouts/user.blade.php mode change 100644 => 100755 resources/views/user/beranda.blade.php mode change 100644 => 100755 resources/views/user/booking-foto.blade.php mode change 100644 => 100755 resources/views/user/components/_list.blade.php mode change 100644 => 100755 resources/views/user/components/calendar-grid.blade.php mode change 100644 => 100755 resources/views/user/detail-buket.blade.php mode change 100644 => 100755 resources/views/user/detail-foto.blade.php mode change 100644 => 100755 resources/views/user/pembayaran-buket.blade.php mode change 100644 => 100755 resources/views/user/pembayaran-foto.blade.php mode change 100644 => 100755 resources/views/user/pesan-buket.blade.php mode change 100644 => 100755 resources/views/welcome.blade.php mode change 100644 => 100755 routes/console.php mode change 100644 => 100755 routes/web.php mode change 100644 => 100755 storage/app/.gitignore mode change 100644 => 100755 storage/app/private/.gitignore mode change 100644 => 100755 storage/app/public/.gitignore mode change 100644 => 100755 storage/framework/.gitignore mode change 100644 => 100755 storage/framework/cache/.gitignore mode change 100644 => 100755 storage/framework/cache/data/.gitignore mode change 100644 => 100755 storage/framework/sessions/.gitignore mode change 100644 => 100755 storage/framework/testing/.gitignore mode change 100644 => 100755 storage/framework/views/.gitignore mode change 100644 => 100755 storage/logs/.gitignore mode change 100644 => 100755 tests/Feature/ExampleTest.php mode change 100644 => 100755 tests/TestCase.php mode change 100644 => 100755 tests/Unit/ExampleTest.php mode change 100644 => 100755 vite.config.js diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.env.example b/.env.example old mode 100644 new mode 100755 diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index b71b1ea..63ac447 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,23 @@ Homestead.json Homestead.yaml Thumbs.db +.htaccess + +.user.ini +public/.user.ini +php_errors.log + +404.html +502.html +index.html + +npm-debug.log +yarn-error.log +/storage/logs/*.log +worker.log + +*.sql +*.zip +*.tar.gz +*.rar +*~ \ No newline at end of file diff --git a/DockerFile b/DockerFile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/app/Http/Controllers/admin/AdditionalController.php b/app/Http/Controllers/Admin/AdditionalController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/admin/AdditionalController.php rename to app/Http/Controllers/Admin/AdditionalController.php diff --git a/app/Http/Controllers/admin/AuthController.php b/app/Http/Controllers/Admin/AuthController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/admin/AuthController.php rename to app/Http/Controllers/Admin/AuthController.php diff --git a/app/Http/Controllers/admin/BerandaController.php b/app/Http/Controllers/Admin/BerandaController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/admin/BerandaController.php rename to app/Http/Controllers/Admin/BerandaController.php diff --git a/app/Http/Controllers/admin/BuketController.php b/app/Http/Controllers/Admin/BuketController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/admin/BuketController.php rename to app/Http/Controllers/Admin/BuketController.php diff --git a/app/Http/Controllers/admin/FotoController.php b/app/Http/Controllers/Admin/FotoController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/admin/FotoController.php rename to app/Http/Controllers/Admin/FotoController.php diff --git a/app/Http/Controllers/admin/HistoriPesananController.php b/app/Http/Controllers/Admin/HistoriPesananController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/admin/HistoriPesananController.php rename to app/Http/Controllers/Admin/HistoriPesananController.php diff --git a/app/Http/Controllers/admin/ManajemenAdminController.php b/app/Http/Controllers/Admin/ManajemenAdminController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/admin/ManajemenAdminController.php rename to app/Http/Controllers/Admin/ManajemenAdminController.php diff --git a/app/Http/Controllers/admin/PesananBuketController.php b/app/Http/Controllers/Admin/PesananBuketController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/admin/PesananBuketController.php rename to app/Http/Controllers/Admin/PesananBuketController.php diff --git a/app/Http/Controllers/admin/PesananFotoController.php b/app/Http/Controllers/Admin/PesananFotoController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/admin/PesananFotoController.php rename to app/Http/Controllers/Admin/PesananFotoController.php diff --git a/app/Http/Controllers/admin/ProfilController.php b/app/Http/Controllers/Admin/ProfilController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/admin/ProfilController.php rename to app/Http/Controllers/Admin/ProfilController.php diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php old mode 100644 new mode 100755 diff --git a/app/Http/Controllers/user/BerandaController.php b/app/Http/Controllers/User/BerandaController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/user/BerandaController.php rename to app/Http/Controllers/User/BerandaController.php diff --git a/app/Http/Controllers/user/BookingFotoController.php b/app/Http/Controllers/User/BookingFotoController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/user/BookingFotoController.php rename to app/Http/Controllers/User/BookingFotoController.php diff --git a/app/Http/Controllers/user/PesanBuketController.php b/app/Http/Controllers/User/PesanBuketController.php old mode 100644 new mode 100755 similarity index 100% rename from app/Http/Controllers/user/PesanBuketController.php rename to app/Http/Controllers/User/PesanBuketController.php diff --git a/app/Models/Additional.php b/app/Models/Additional.php old mode 100644 new mode 100755 diff --git a/app/Models/BookingFoto.php b/app/Models/BookingFoto.php old mode 100644 new mode 100755 diff --git a/app/Models/Buket.php b/app/Models/Buket.php old mode 100644 new mode 100755 diff --git a/app/Models/DetailAdditional.php b/app/Models/DetailAdditional.php old mode 100644 new mode 100755 diff --git a/app/Models/PaketFoto.php b/app/Models/PaketFoto.php old mode 100644 new mode 100755 diff --git a/app/Models/Pelanggan.php b/app/Models/Pelanggan.php old mode 100644 new mode 100755 diff --git a/app/Models/TransaksiBuket.php b/app/Models/TransaksiBuket.php old mode 100644 new mode 100755 diff --git a/app/Models/User.php b/app/Models/User.php old mode 100644 new mode 100755 diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php old mode 100644 new mode 100755 diff --git a/artisan b/artisan old mode 100644 new mode 100755 diff --git a/bootstrap/app.php b/bootstrap/app.php old mode 100644 new mode 100755 diff --git a/bootstrap/cache/.gitignore b/bootstrap/cache/.gitignore old mode 100644 new mode 100755 diff --git a/bootstrap/providers.php b/bootstrap/providers.php old mode 100644 new mode 100755 diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 diff --git a/composer.lock b/composer.lock old mode 100644 new mode 100755 diff --git a/config/app.php b/config/app.php old mode 100644 new mode 100755 diff --git a/config/auth.php b/config/auth.php old mode 100644 new mode 100755 diff --git a/config/cache.php b/config/cache.php old mode 100644 new mode 100755 diff --git a/config/database.php b/config/database.php old mode 100644 new mode 100755 diff --git a/config/filesystems.php b/config/filesystems.php old mode 100644 new mode 100755 diff --git a/config/logging.php b/config/logging.php old mode 100644 new mode 100755 diff --git a/config/mail.php b/config/mail.php old mode 100644 new mode 100755 diff --git a/config/queue.php b/config/queue.php old mode 100644 new mode 100755 diff --git a/config/services.php b/config/services.php old mode 100644 new mode 100755 diff --git a/config/session.php b/config/session.php old mode 100644 new mode 100755 diff --git a/database/.gitignore b/database/.gitignore old mode 100644 new mode 100755 diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php old mode 100644 new mode 100755 diff --git a/database/migrations/0001_01_01_000000_create_users_table.php b/database/migrations/0001_01_01_000000_create_users_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/0001_01_01_000001_create_cache_table.php b/database/migrations/0001_01_01_000001_create_cache_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/0001_01_01_000002_create_jobs_table.php b/database/migrations/0001_01_01_000002_create_jobs_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_12_26_150422_create_bukets_table.php b/database/migrations/2025_12_26_150422_create_bukets_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_12_26_150455_create_paket_fotos_table.php b/database/migrations/2025_12_26_150455_create_paket_fotos_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_12_26_150512_create_additionals_table.php b/database/migrations/2025_12_26_150512_create_additionals_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_12_26_150527_create_pelanggans_table.php b/database/migrations/2025_12_26_150527_create_pelanggans_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_12_26_150607_create_transaksi_bukets_table.php b/database/migrations/2025_12_26_150607_create_transaksi_bukets_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_12_26_150621_create_booking_fotos_table.php b/database/migrations/2025_12_26_150621_create_booking_fotos_table.php old mode 100644 new mode 100755 diff --git a/database/migrations/2025_12_26_150637_create_detail_additionals_table.php b/database/migrations/2025_12_26_150637_create_detail_additionals_table.php old mode 100644 new mode 100755 diff --git a/database/seeders/AdditionalSeeder.php b/database/seeders/AdditionalSeeder.php old mode 100644 new mode 100755 diff --git a/database/seeders/BuketSeeder.php b/database/seeders/BuketSeeder.php old mode 100644 new mode 100755 diff --git a/database/seeders/DatabaseSeeder.php b/database/seeders/DatabaseSeeder.php old mode 100644 new mode 100755 diff --git a/database/seeders/PaketFotoSeeder.php b/database/seeders/PaketFotoSeeder.php old mode 100644 new mode 100755 diff --git a/database/seeders/PelangganSeeder.php b/database/seeders/PelangganSeeder.php old mode 100644 new mode 100755 diff --git a/database/seeders/TransaksiSeeder.php b/database/seeders/TransaksiSeeder.php old mode 100644 new mode 100755 diff --git a/database/seeders/UserSeeder.php b/database/seeders/UserSeeder.php old mode 100644 new mode 100755 diff --git a/nginx.conf b/nginx.conf old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json new file mode 100755 index 0000000..b463b14 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,2421 @@ +{ + "name": "flodo.web.id", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "devDependencies": { + "@tailwindcss/vite": "^4.0.0", + "axios": "^1.11.0", + "concurrently": "^9.0.1", + "laravel-vite-plugin": "^2.0.0", + "tailwindcss": "^4.0.0", + "vite": "^7.0.7" + } + }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz", + "integrity": "sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.2.tgz", + "integrity": "sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.2.tgz", + "integrity": "sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.2.tgz", + "integrity": "sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.2.tgz", + "integrity": "sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.2.tgz", + "integrity": "sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.2.tgz", + "integrity": "sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.2.tgz", + "integrity": "sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.2.tgz", + "integrity": "sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.2.tgz", + "integrity": "sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.2.tgz", + "integrity": "sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.2.tgz", + "integrity": "sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.2.tgz", + "integrity": "sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==", + "cpu": [ + "mips64el" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.2.tgz", + "integrity": "sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.2.tgz", + "integrity": "sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.2.tgz", + "integrity": "sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.2.tgz", + "integrity": "sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.2.tgz", + "integrity": "sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.2.tgz", + "integrity": "sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.2.tgz", + "integrity": "sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.2.tgz", + "integrity": "sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openharmony-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.2.tgz", + "integrity": "sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.2.tgz", + "integrity": "sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.2.tgz", + "integrity": "sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.2.tgz", + "integrity": "sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.2.tgz", + "integrity": "sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.55.1.tgz", + "integrity": "sha512-9R0DM/ykwfGIlNu6+2U09ga0WXeZ9MRC2Ter8jnz8415VbuIykVuc6bhdrbORFZANDmTDvq26mJrEVTl8TdnDg==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.55.1.tgz", + "integrity": "sha512-eFZCb1YUqhTysgW3sj/55du5cG57S7UTNtdMjCW7LwVcj3dTTcowCsC8p7uBdzKsZYa8J7IDE8lhMI+HX1vQvg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.55.1.tgz", + "integrity": "sha512-p3grE2PHcQm2e8PSGZdzIhCKbMCw/xi9XvMPErPhwO17vxtvCN5FEA2mSLgmKlCjHGMQTP6phuQTYWUnKewwGg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.55.1.tgz", + "integrity": "sha512-rDUjG25C9qoTm+e02Esi+aqTKSBYwVTaoS1wxcN47/Luqef57Vgp96xNANwt5npq9GDxsH7kXxNkJVEsWEOEaQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.55.1.tgz", + "integrity": "sha512-+JiU7Jbp5cdxekIgdte0jfcu5oqw4GCKr6i3PJTlXTCU5H5Fvtkpbs4XJHRmWNXF+hKmn4v7ogI5OQPaupJgOg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.55.1.tgz", + "integrity": "sha512-V5xC1tOVWtLLmr3YUk2f6EJK4qksksOYiz/TCsFHu/R+woubcLWdC9nZQmwjOAbmExBIVKsm1/wKmEy4z4u4Bw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.55.1.tgz", + "integrity": "sha512-Rn3n+FUk2J5VWx+ywrG/HGPTD9jXNbicRtTM11e/uorplArnXZYsVifnPPqNNP5BsO3roI4n8332ukpY/zN7rQ==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.55.1.tgz", + "integrity": "sha512-grPNWydeKtc1aEdrJDWk4opD7nFtQbMmV7769hiAaYyUKCT1faPRm2av8CX1YJsZ4TLAZcg9gTR1KvEzoLjXkg==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.55.1.tgz", + "integrity": "sha512-a59mwd1k6x8tXKcUxSyISiquLwB5pX+fJW9TkWU46lCqD/GRDe9uDN31jrMmVP3feI3mhAdvcCClhV8V5MhJFQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.55.1.tgz", + "integrity": "sha512-puS1MEgWX5GsHSoiAsF0TYrpomdvkaXm0CofIMG5uVkP6IBV+ZO9xhC5YEN49nsgYo1DuuMquF9+7EDBVYu4uA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-gnu": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.55.1.tgz", + "integrity": "sha512-r3Wv40in+lTsULSb6nnoudVbARdOwb2u5fpeoOAZjFLznp6tDU8kd+GTHmJoqZ9lt6/Sys33KdIHUaQihFcu7g==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-musl": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.55.1.tgz", + "integrity": "sha512-MR8c0+UxAlB22Fq4R+aQSPBayvYa3+9DrwG/i1TKQXFYEaoW3B5b/rkSRIypcZDdWjWnpcvxbNaAJDcSbJU3Lw==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-gnu": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.55.1.tgz", + "integrity": "sha512-3KhoECe1BRlSYpMTeVrD4sh2Pw2xgt4jzNSZIIPLFEsnQn9gAnZagW9+VqDqAHgm1Xc77LzJOo2LdigS5qZ+gw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-musl": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.55.1.tgz", + "integrity": "sha512-ziR1OuZx0vdYZZ30vueNZTg73alF59DicYrPViG0NEgDVN8/Jl87zkAPu4u6VjZST2llgEUjaiNl9JM6HH1Vdw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.55.1.tgz", + "integrity": "sha512-uW0Y12ih2XJRERZ4jAfKamTyIHVMPQnTZcQjme2HMVDAHY4amf5u414OqNYC+x+LzRdRcnIG1YodLrrtA8xsxw==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-musl": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.55.1.tgz", + "integrity": "sha512-u9yZ0jUkOED1BFrqu3BwMQoixvGHGZ+JhJNkNKY/hyoEgOwlqKb62qu+7UjbPSHYjiVy8kKJHvXKv5coH4wDeg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.55.1.tgz", + "integrity": "sha512-/0PenBCmqM4ZUd0190j7J0UsQ/1nsi735iPRakO8iPciE7BQ495Y6msPzaOmvx0/pn+eJVVlZrNrSh4WSYLxNg==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.55.1.tgz", + "integrity": "sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.55.1.tgz", + "integrity": "sha512-bD+zjpFrMpP/hqkfEcnjXWHMw5BIghGisOKPj+2NaNDuVT+8Ds4mPf3XcPHuat1tz89WRL+1wbcxKY3WSbiT7w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-openbsd-x64": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.55.1.tgz", + "integrity": "sha512-eLXw0dOiqE4QmvikfQ6yjgkg/xDM+MdU9YJuP4ySTibXU0oAvnEWXt7UDJmD4UkYialMfOGFPJnIHSe/kdzPxg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ] + }, + "node_modules/@rollup/rollup-openharmony-arm64": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.55.1.tgz", + "integrity": "sha512-xzm44KgEP11te3S2HCSyYf5zIzWmx3n8HDCc7EE59+lTcswEWNpvMLfd9uJvVX8LCg9QWG67Xt75AuHn4vgsXw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.55.1.tgz", + "integrity": "sha512-yR6Bl3tMC/gBok5cz/Qi0xYnVbIxGx5Fcf/ca0eB6/6JwOY+SRUcJfI0OpeTpPls7f194as62thCt/2BjxYN8g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.55.1.tgz", + "integrity": "sha512-3fZBidchE0eY0oFZBnekYCfg+5wAB0mbpCBuofh5mZuzIU/4jIVkbESmd2dOsFNS78b53CYv3OAtwqkZZmU5nA==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-gnu": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.55.1.tgz", + "integrity": "sha512-xGGY5pXj69IxKb4yv/POoocPy/qmEGhimy/FoTpTSVju3FYXUQQMFCaZZXJVidsmGxRioZAwpThl/4zX41gRKg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.55.1.tgz", + "integrity": "sha512-SPEpaL6DX4rmcXtnhdrQYgzQ5W2uW3SCJch88lB2zImhJRhIIK44fkUrgIV/Q8yUNfw5oyZ5vkeQsZLhCb06lw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@tailwindcss/node": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz", + "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/remapping": "^2.3.4", + "enhanced-resolve": "^5.18.3", + "jiti": "^2.6.1", + "lightningcss": "1.30.2", + "magic-string": "^0.30.21", + "source-map-js": "^1.2.1", + "tailwindcss": "4.1.18" + } + }, + "node_modules/@tailwindcss/oxide": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz", + "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10" + }, + "optionalDependencies": { + "@tailwindcss/oxide-android-arm64": "4.1.18", + "@tailwindcss/oxide-darwin-arm64": "4.1.18", + "@tailwindcss/oxide-darwin-x64": "4.1.18", + "@tailwindcss/oxide-freebsd-x64": "4.1.18", + "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18", + "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18", + "@tailwindcss/oxide-linux-arm64-musl": "4.1.18", + "@tailwindcss/oxide-linux-x64-gnu": "4.1.18", + "@tailwindcss/oxide-linux-x64-musl": "4.1.18", + "@tailwindcss/oxide-wasm32-wasi": "4.1.18", + "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18", + "@tailwindcss/oxide-win32-x64-msvc": "4.1.18" + } + }, + "node_modules/@tailwindcss/oxide-android-arm64": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz", + "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-darwin-arm64": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz", + "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-darwin-x64": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz", + "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-freebsd-x64": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz", + "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz", + "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz", + "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-musl": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz", + "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-gnu": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz", + "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-musl": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz", + "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz", + "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==", + "bundleDependencies": [ + "@napi-rs/wasm-runtime", + "@emnapi/core", + "@emnapi/runtime", + "@tybys/wasm-util", + "@emnapi/wasi-threads", + "tslib" + ], + "cpu": [ + "wasm32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@emnapi/wasi-threads": "^1.1.0", + "@napi-rs/wasm-runtime": "^1.1.0", + "@tybys/wasm-util": "^0.10.1", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz", + "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-win32-x64-msvc": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz", + "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/vite": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.18.tgz", + "integrity": "sha512-jVA+/UpKL1vRLg6Hkao5jldawNmRo7mQYrZtNHMIVpLfLhDml5nMRUo/8MwoX2vNXvnaXNNMedrMfMugAVX1nA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@tailwindcss/node": "4.1.18", + "@tailwindcss/oxide": "4.1.18", + "tailwindcss": "4.1.18" + }, + "peerDependencies": { + "vite": "^5.2.0 || ^6 || ^7" + } + }, + "node_modules/@types/estree": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz", + "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==", + "dev": true, + "license": "MIT" + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/axios": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", + "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", + "dev": true, + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.4", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/concurrently": { + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.2.1.tgz", + "integrity": "sha512-fsfrO0MxV64Znoy8/l1vVIjjHa29SZyyqPgQBwhiDcaW8wJc2W3XWVOGx4M3oJBnv/zdUZIIp1gDeS98GzP8Ng==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "4.1.2", + "rxjs": "7.8.2", + "shell-quote": "1.8.3", + "supports-color": "8.1.1", + "tree-kill": "1.2.2", + "yargs": "17.7.2" + }, + "bin": { + "conc": "dist/bin/concurrently.js", + "concurrently": "dist/bin/concurrently.js" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/open-cli-tools/concurrently?sponsor=1" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/detect-libc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz", + "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/enhanced-resolve": { + "version": "5.18.4", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz", + "integrity": "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/esbuild": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.2.tgz", + "integrity": "sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.27.2", + "@esbuild/android-arm": "0.27.2", + "@esbuild/android-arm64": "0.27.2", + "@esbuild/android-x64": "0.27.2", + "@esbuild/darwin-arm64": "0.27.2", + "@esbuild/darwin-x64": "0.27.2", + "@esbuild/freebsd-arm64": "0.27.2", + "@esbuild/freebsd-x64": "0.27.2", + "@esbuild/linux-arm": "0.27.2", + "@esbuild/linux-arm64": "0.27.2", + "@esbuild/linux-ia32": "0.27.2", + "@esbuild/linux-loong64": "0.27.2", + "@esbuild/linux-mips64el": "0.27.2", + "@esbuild/linux-ppc64": "0.27.2", + "@esbuild/linux-riscv64": "0.27.2", + "@esbuild/linux-s390x": "0.27.2", + "@esbuild/linux-x64": "0.27.2", + "@esbuild/netbsd-arm64": "0.27.2", + "@esbuild/netbsd-x64": "0.27.2", + "@esbuild/openbsd-arm64": "0.27.2", + "@esbuild/openbsd-x64": "0.27.2", + "@esbuild/openharmony-arm64": "0.27.2", + "@esbuild/sunos-x64": "0.27.2", + "@esbuild/win32-arm64": "0.27.2", + "@esbuild/win32-ia32": "0.27.2", + "@esbuild/win32-x64": "0.27.2" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/fdir": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "picomatch": "^3 || ^4" + }, + "peerDependenciesMeta": { + "picomatch": { + "optional": true + } + } + }, + "node_modules/follow-redirects": { + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", + "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", + "dev": true, + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "license": "ISC", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "dev": true, + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/jiti": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", + "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", + "dev": true, + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, + "node_modules/laravel-vite-plugin": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-2.0.1.tgz", + "integrity": "sha512-zQuvzWfUKQu9oNVi1o0RZAJCwhGsdhx4NEOyrVQwJHaWDseGP9tl7XUPLY2T8Cj6+IrZ6lmyxlR1KC8unf3RLA==", + "dev": true, + "license": "MIT", + "dependencies": { + "picocolors": "^1.0.0", + "vite-plugin-full-reload": "^1.1.0" + }, + "bin": { + "clean-orphaned-assets": "bin/clean.js" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "peerDependencies": { + "vite": "^7.0.0" + } + }, + "node_modules/lightningcss": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz", + "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==", + "dev": true, + "license": "MPL-2.0", + "dependencies": { + "detect-libc": "^2.0.3" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "lightningcss-android-arm64": "1.30.2", + "lightningcss-darwin-arm64": "1.30.2", + "lightningcss-darwin-x64": "1.30.2", + "lightningcss-freebsd-x64": "1.30.2", + "lightningcss-linux-arm-gnueabihf": "1.30.2", + "lightningcss-linux-arm64-gnu": "1.30.2", + "lightningcss-linux-arm64-musl": "1.30.2", + "lightningcss-linux-x64-gnu": "1.30.2", + "lightningcss-linux-x64-musl": "1.30.2", + "lightningcss-win32-arm64-msvc": "1.30.2", + "lightningcss-win32-x64-msvc": "1.30.2" + } + }, + "node_modules/lightningcss-android-arm64": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz", + "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-arm64": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz", + "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-x64": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz", + "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-freebsd-x64": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz", + "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm-gnueabihf": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz", + "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-gnu": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz", + "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-musl": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz", + "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-gnu": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz", + "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-musl": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz", + "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-arm64-msvc": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz", + "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-x64-msvc": { + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz", + "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/magic-string": { + "version": "0.30.21", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", + "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.5" + } + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/nanoid": { + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/postcss": { + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.11", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "dev": true, + "license": "MIT" + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/rollup": { + "version": "4.55.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.55.1.tgz", + "integrity": "sha512-wDv/Ht1BNHB4upNbK74s9usvl7hObDnvVzknxqY/E/O3X6rW1U1rV1aENEfJ54eFZDTNo7zv1f5N4edCluH7+A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "1.0.8" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.55.1", + "@rollup/rollup-android-arm64": "4.55.1", + "@rollup/rollup-darwin-arm64": "4.55.1", + "@rollup/rollup-darwin-x64": "4.55.1", + "@rollup/rollup-freebsd-arm64": "4.55.1", + "@rollup/rollup-freebsd-x64": "4.55.1", + "@rollup/rollup-linux-arm-gnueabihf": "4.55.1", + "@rollup/rollup-linux-arm-musleabihf": "4.55.1", + "@rollup/rollup-linux-arm64-gnu": "4.55.1", + "@rollup/rollup-linux-arm64-musl": "4.55.1", + "@rollup/rollup-linux-loong64-gnu": "4.55.1", + "@rollup/rollup-linux-loong64-musl": "4.55.1", + "@rollup/rollup-linux-ppc64-gnu": "4.55.1", + "@rollup/rollup-linux-ppc64-musl": "4.55.1", + "@rollup/rollup-linux-riscv64-gnu": "4.55.1", + "@rollup/rollup-linux-riscv64-musl": "4.55.1", + "@rollup/rollup-linux-s390x-gnu": "4.55.1", + "@rollup/rollup-linux-x64-gnu": "4.55.1", + "@rollup/rollup-linux-x64-musl": "4.55.1", + "@rollup/rollup-openbsd-x64": "4.55.1", + "@rollup/rollup-openharmony-arm64": "4.55.1", + "@rollup/rollup-win32-arm64-msvc": "4.55.1", + "@rollup/rollup-win32-ia32-msvc": "4.55.1", + "@rollup/rollup-win32-x64-gnu": "4.55.1", + "@rollup/rollup-win32-x64-msvc": "4.55.1", + "fsevents": "~2.3.2" + } + }, + "node_modules/rxjs": { + "version": "7.8.2", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", + "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/shell-quote": { + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", + "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/tailwindcss": { + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", + "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", + "dev": true, + "license": "MIT" + }, + "node_modules/tapable": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", + "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/tinyglobby": { + "version": "0.2.15", + "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz", + "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "fdir": "^6.5.0", + "picomatch": "^4.0.3" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/SuperchupuDev" + } + }, + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "dev": true, + "license": "MIT", + "bin": { + "tree-kill": "cli.js" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "dev": true, + "license": "0BSD" + }, + "node_modules/vite": { + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.0.tgz", + "integrity": "sha512-dZwN5L1VlUBewiP6H9s2+B3e3Jg96D0vzN+Ry73sOefebhYr9f94wwkMNN/9ouoU8pV1BqA1d1zGk8928cx0rg==", + "dev": true, + "license": "MIT", + "dependencies": { + "esbuild": "^0.27.0", + "fdir": "^6.5.0", + "picomatch": "^4.0.3", + "postcss": "^8.5.6", + "rollup": "^4.43.0", + "tinyglobby": "^0.2.15" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^20.19.0 || >=22.12.0", + "jiti": ">=1.21.0", + "less": "^4.0.0", + "lightningcss": "^1.21.0", + "sass": "^1.70.0", + "sass-embedded": "^1.70.0", + "stylus": ">=0.54.8", + "sugarss": "^5.0.0", + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "jiti": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true + } + } + }, + "node_modules/vite-plugin-full-reload": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vite-plugin-full-reload/-/vite-plugin-full-reload-1.2.0.tgz", + "integrity": "sha512-kz18NW79x0IHbxRSHm0jttP4zoO9P9gXh+n6UTwlNKnviTTEpOlum6oS9SmecrTtSr+muHEn5TUuC75UovQzcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "picocolors": "^1.0.0", + "picomatch": "^2.3.1" + } + }, + "node_modules/vite-plugin-full-reload/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=12" + } + } + } +} diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/phpunit.xml b/phpunit.xml old mode 100644 new mode 100755 diff --git a/public/.htaccess b/public/.htaccess old mode 100644 new mode 100755 diff --git a/public/css/app-dark.css b/public/css/app-dark.css old mode 100644 new mode 100755 diff --git a/public/css/app.css b/public/css/app.css old mode 100644 new mode 100755 diff --git a/public/css/fonts/bootstrap-icons.woff2 b/public/css/fonts/bootstrap-icons.woff2 old mode 100644 new mode 100755 diff --git a/public/css/simple-datatables.css b/public/css/simple-datatables.css old mode 100644 new mode 100755 diff --git a/public/css/table-datatable.css b/public/css/table-datatable.css old mode 100644 new mode 100755 diff --git a/public/css/user/main.css b/public/css/user/main.css old mode 100644 new mode 100755 diff --git a/public/favicon.ico b/public/favicon.ico old mode 100644 new mode 100755 diff --git a/public/img/ava.png b/public/img/ava.png old mode 100644 new mode 100755 diff --git a/public/img/beranda/florist1.jpeg b/public/img/beranda/florist1.jpeg old mode 100644 new mode 100755 diff --git a/public/img/beranda/florist2.jpeg b/public/img/beranda/florist2.jpeg old mode 100644 new mode 100755 diff --git a/public/img/beranda/florist3.jpeg b/public/img/beranda/florist3.jpeg old mode 100644 new mode 100755 diff --git a/public/img/beranda/hero-buket.jpg b/public/img/beranda/hero-buket.jpg old mode 100644 new mode 100755 diff --git a/public/img/beranda/hero-foto.jpg b/public/img/beranda/hero-foto.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/1766817409_artificial flowers-1.jpg b/public/img/buket/1766817409_artificial flowers-1.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/artificial-tulip.jpg b/public/img/buket/artificial-tulip.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/babybreath.jpg b/public/img/buket/babybreath.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/buket2.jpg b/public/img/buket/buket2.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/buket3.jpg b/public/img/buket/buket3.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/garbera.jpg b/public/img/buket/garbera.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/gran-buket.jpg b/public/img/buket/gran-buket.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/hidraangea.jpg b/public/img/buket/hidraangea.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/lavender.jpg b/public/img/buket/lavender.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/mawar-merah-premium.jpg b/public/img/buket/mawar-merah-premium.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/pastel-peony.jpg b/public/img/buket/pastel-peony.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/single-sunflower.jpg b/public/img/buket/single-sunflower.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/sunflower.jpg b/public/img/buket/sunflower.jpg old mode 100644 new mode 100755 diff --git a/public/img/buket/white-lily.jpg b/public/img/buket/white-lily.jpg old mode 100644 new mode 100755 diff --git a/public/img/foto/1766833654_latar biru 1.jpeg b/public/img/foto/1766833654_latar biru 1.jpeg old mode 100644 new mode 100755 diff --git a/public/img/foto/1767368465_grup.jpeg b/public/img/foto/1767368465_grup.jpeg old mode 100644 new mode 100755 diff --git a/public/img/foto/1767368482_couple.jpeg b/public/img/foto/1767368482_couple.jpeg old mode 100644 new mode 100755 diff --git a/public/img/foto/1767368572_pas-foto.jpg b/public/img/foto/1767368572_pas-foto.jpg old mode 100644 new mode 100755 diff --git a/public/img/foto/1767368582_pas-foto.jpg b/public/img/foto/1767368582_pas-foto.jpg old mode 100644 new mode 100755 diff --git a/public/img/foto/1767368592_pas-foto.jpg b/public/img/foto/1767368592_pas-foto.jpg old mode 100644 new mode 100755 diff --git a/public/img/foto/1767368604_pas-foto.jpg b/public/img/foto/1767368604_pas-foto.jpg old mode 100644 new mode 100755 diff --git a/public/img/foto/couple.jpeg b/public/img/foto/couple.jpeg old mode 100644 new mode 100755 diff --git a/public/img/foto/download (1).jpeg b/public/img/foto/download (1).jpeg old mode 100644 new mode 100755 diff --git a/public/img/foto/foto2.jpeg b/public/img/foto/foto2.jpeg old mode 100644 new mode 100755 diff --git a/public/img/foto/latar-biru.jpeg b/public/img/foto/latar-biru.jpeg old mode 100644 new mode 100755 diff --git a/public/img/foto/single.jpeg b/public/img/foto/single.jpeg old mode 100644 new mode 100755 diff --git a/public/img/invoice.jpg b/public/img/invoice.jpg old mode 100644 new mode 100755 diff --git a/public/img/logo.png b/public/img/logo.png old mode 100644 new mode 100755 diff --git a/public/img/payment/1766896351_bukti1.jpg b/public/img/payment/1766896351_bukti1.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/1766896525_bukti1.jpg b/public/img/payment/1766896525_bukti1.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/1766898607_bukti2.jpg b/public/img/payment/1766898607_bukti2.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/1766898689_bukti2.jpg b/public/img/payment/1766898689_bukti2.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/1766899285_bukti3.jpg b/public/img/payment/1766899285_bukti3.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/1766899369_bukti3.jpg b/public/img/payment/1766899369_bukti3.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/1766899417_bukti2.jpg b/public/img/payment/1766899417_bukti2.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/buket/bukti1.jpg b/public/img/payment/buket/bukti1.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/buket/bukti2.jpg b/public/img/payment/buket/bukti2.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/buket/bukti3.jpg b/public/img/payment/buket/bukti3.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/bukti_1766905812.jpg b/public/img/payment/bukti_1766905812.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/bukti_1766911106_uAh2b.jpg b/public/img/payment/bukti_1766911106_uAh2b.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/bukti_1766911328_rU8TP.jpg b/public/img/payment/bukti_1766911328_rU8TP.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/bukti_1766911584_7F6dk.jpg b/public/img/payment/bukti_1766911584_7F6dk.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/foto/bukti1.jpg b/public/img/payment/foto/bukti1.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/foto/bukti2.jpg b/public/img/payment/foto/bukti2.jpg old mode 100644 new mode 100755 diff --git a/public/img/payment/foto/bukti3.jpg b/public/img/payment/foto/bukti3.jpg old mode 100644 new mode 100755 diff --git a/public/index.php b/public/index.php old mode 100644 new mode 100755 diff --git a/public/js/app.js b/public/js/app.js old mode 100644 new mode 100755 diff --git a/public/js/ex-simple-datatables.js b/public/js/ex-simple-datatables.js old mode 100644 new mode 100755 diff --git a/public/js/simple-datatables.js b/public/js/simple-datatables.js old mode 100644 new mode 100755 diff --git a/public/js/user/js/custom.js b/public/js/user/js/custom.js old mode 100644 new mode 100755 diff --git a/public/robots.txt b/public/robots.txt old mode 100644 new mode 100755 diff --git a/public/vendors/PHPMailer/index.html b/public/vendors/PHPMailer/index.html old mode 100644 new mode 100755 diff --git a/public/vendors/PHPMailer/src/DSNConfigurator.php b/public/vendors/PHPMailer/src/DSNConfigurator.php old mode 100644 new mode 100755 diff --git a/public/vendors/PHPMailer/src/Exception.php b/public/vendors/PHPMailer/src/Exception.php old mode 100644 new mode 100755 diff --git a/public/vendors/PHPMailer/src/OAuth.php b/public/vendors/PHPMailer/src/OAuth.php old mode 100644 new mode 100755 diff --git a/public/vendors/PHPMailer/src/OAuthTokenProvider.php b/public/vendors/PHPMailer/src/OAuthTokenProvider.php old mode 100644 new mode 100755 diff --git a/public/vendors/PHPMailer/src/PHPMailer.php b/public/vendors/PHPMailer/src/PHPMailer.php old mode 100644 new mode 100755 diff --git a/public/vendors/PHPMailer/src/POP3.php b/public/vendors/PHPMailer/src/POP3.php old mode 100644 new mode 100755 diff --git a/public/vendors/PHPMailer/src/SMTP.php b/public/vendors/PHPMailer/src/SMTP.php old mode 100644 new mode 100755 diff --git a/public/vendors/PHPMailer/src/index.html b/public/vendors/PHPMailer/src/index.html old mode 100644 new mode 100755 diff --git a/public/vendors/aos/aos.css b/public/vendors/aos/aos.css old mode 100644 new mode 100755 diff --git a/public/vendors/aos/aos.js b/public/vendors/aos/aos.js old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap-icons/font/bootstrap-icons.css b/public/vendors/bootstrap-icons/font/bootstrap-icons.css old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap-icons/font/bootstrap-icons.json b/public/vendors/bootstrap-icons/font/bootstrap-icons.json old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap-icons/font/bootstrap-icons.min.css b/public/vendors/bootstrap-icons/font/bootstrap-icons.min.css old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap-icons/font/bootstrap-icons.scss b/public/vendors/bootstrap-icons/font/bootstrap-icons.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap-icons/font/fonts/bootstrap-icons.woff b/public/vendors/bootstrap-icons/font/fonts/bootstrap-icons.woff old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap-icons/font/fonts/bootstrap-icons.woff2 b/public/vendors/bootstrap-icons/font/fonts/bootstrap-icons.woff2 old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/bootstrap.bundle.min.js b/public/vendors/bootstrap/bootstrap.bundle.min.js old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/bootstrap.min.css b/public/vendors/bootstrap/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/bs-darkmode.js b/public/vendors/bootstrap/bs-darkmode.js old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_accordion.scss b/public/vendors/bootstrap/scss/_accordion.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_alert.scss b/public/vendors/bootstrap/scss/_alert.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_badge.scss b/public/vendors/bootstrap/scss/_badge.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_breadcrumb.scss b/public/vendors/bootstrap/scss/_breadcrumb.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_button-group.scss b/public/vendors/bootstrap/scss/_button-group.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_buttons.scss b/public/vendors/bootstrap/scss/_buttons.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_card.scss b/public/vendors/bootstrap/scss/_card.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_carousel.scss b/public/vendors/bootstrap/scss/_carousel.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_close.scss b/public/vendors/bootstrap/scss/_close.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_containers.scss b/public/vendors/bootstrap/scss/_containers.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_dropdown.scss b/public/vendors/bootstrap/scss/_dropdown.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_forms.scss b/public/vendors/bootstrap/scss/_forms.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_functions.scss b/public/vendors/bootstrap/scss/_functions.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_grid.scss b/public/vendors/bootstrap/scss/_grid.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_helpers.scss b/public/vendors/bootstrap/scss/_helpers.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_images.scss b/public/vendors/bootstrap/scss/_images.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_list-group.scss b/public/vendors/bootstrap/scss/_list-group.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_maps.scss b/public/vendors/bootstrap/scss/_maps.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_mixins.scss b/public/vendors/bootstrap/scss/_mixins.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_modal.scss b/public/vendors/bootstrap/scss/_modal.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_nav.scss b/public/vendors/bootstrap/scss/_nav.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_navbar.scss b/public/vendors/bootstrap/scss/_navbar.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_offcanvas.scss b/public/vendors/bootstrap/scss/_offcanvas.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_pagination.scss b/public/vendors/bootstrap/scss/_pagination.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_placeholders.scss b/public/vendors/bootstrap/scss/_placeholders.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_popover.scss b/public/vendors/bootstrap/scss/_popover.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_progress.scss b/public/vendors/bootstrap/scss/_progress.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_reboot.scss b/public/vendors/bootstrap/scss/_reboot.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_root.scss b/public/vendors/bootstrap/scss/_root.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_spinners.scss b/public/vendors/bootstrap/scss/_spinners.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_tables.scss b/public/vendors/bootstrap/scss/_tables.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_toasts.scss b/public/vendors/bootstrap/scss/_toasts.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_tooltip.scss b/public/vendors/bootstrap/scss/_tooltip.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_transitions.scss b/public/vendors/bootstrap/scss/_transitions.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_type.scss b/public/vendors/bootstrap/scss/_type.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_utilities.scss b/public/vendors/bootstrap/scss/_utilities.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_variables-dark.scss b/public/vendors/bootstrap/scss/_variables-dark.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/_variables.scss b/public/vendors/bootstrap/scss/_variables.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/bootstrap-grid.scss b/public/vendors/bootstrap/scss/bootstrap-grid.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/bootstrap-reboot.scss b/public/vendors/bootstrap/scss/bootstrap-reboot.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/bootstrap-utilities.scss b/public/vendors/bootstrap/scss/bootstrap-utilities.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/bootstrap.scss b/public/vendors/bootstrap/scss/bootstrap.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/forms/_floating-labels.scss b/public/vendors/bootstrap/scss/forms/_floating-labels.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/forms/_form-check.scss b/public/vendors/bootstrap/scss/forms/_form-check.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/forms/_form-control.scss b/public/vendors/bootstrap/scss/forms/_form-control.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/forms/_form-range.scss b/public/vendors/bootstrap/scss/forms/_form-range.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/forms/_form-select.scss b/public/vendors/bootstrap/scss/forms/_form-select.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/forms/_form-text.scss b/public/vendors/bootstrap/scss/forms/_form-text.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/forms/_input-group.scss b/public/vendors/bootstrap/scss/forms/_input-group.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/forms/_labels.scss b/public/vendors/bootstrap/scss/forms/_labels.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/forms/_validation.scss b/public/vendors/bootstrap/scss/forms/_validation.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/helpers/_clearfix.scss b/public/vendors/bootstrap/scss/helpers/_clearfix.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/helpers/_color-bg.scss b/public/vendors/bootstrap/scss/helpers/_color-bg.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/helpers/_colored-links.scss b/public/vendors/bootstrap/scss/helpers/_colored-links.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/helpers/_focus-ring.scss b/public/vendors/bootstrap/scss/helpers/_focus-ring.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/helpers/_icon-link.scss b/public/vendors/bootstrap/scss/helpers/_icon-link.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/helpers/_position.scss b/public/vendors/bootstrap/scss/helpers/_position.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/helpers/_ratio.scss b/public/vendors/bootstrap/scss/helpers/_ratio.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/helpers/_stacks.scss b/public/vendors/bootstrap/scss/helpers/_stacks.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/helpers/_stretched-link.scss b/public/vendors/bootstrap/scss/helpers/_stretched-link.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/helpers/_text-truncation.scss b/public/vendors/bootstrap/scss/helpers/_text-truncation.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/helpers/_visually-hidden.scss b/public/vendors/bootstrap/scss/helpers/_visually-hidden.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/helpers/_vr.scss b/public/vendors/bootstrap/scss/helpers/_vr.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_alert.scss b/public/vendors/bootstrap/scss/mixins/_alert.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_backdrop.scss b/public/vendors/bootstrap/scss/mixins/_backdrop.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_banner.scss b/public/vendors/bootstrap/scss/mixins/_banner.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_border-radius.scss b/public/vendors/bootstrap/scss/mixins/_border-radius.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_box-shadow.scss b/public/vendors/bootstrap/scss/mixins/_box-shadow.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_breakpoints.scss b/public/vendors/bootstrap/scss/mixins/_breakpoints.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_buttons.scss b/public/vendors/bootstrap/scss/mixins/_buttons.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_caret.scss b/public/vendors/bootstrap/scss/mixins/_caret.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_clearfix.scss b/public/vendors/bootstrap/scss/mixins/_clearfix.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_color-mode.scss b/public/vendors/bootstrap/scss/mixins/_color-mode.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_color-scheme.scss b/public/vendors/bootstrap/scss/mixins/_color-scheme.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_container.scss b/public/vendors/bootstrap/scss/mixins/_container.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_deprecate.scss b/public/vendors/bootstrap/scss/mixins/_deprecate.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_forms.scss b/public/vendors/bootstrap/scss/mixins/_forms.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_gradients.scss b/public/vendors/bootstrap/scss/mixins/_gradients.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_grid.scss b/public/vendors/bootstrap/scss/mixins/_grid.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_image.scss b/public/vendors/bootstrap/scss/mixins/_image.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_list-group.scss b/public/vendors/bootstrap/scss/mixins/_list-group.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_lists.scss b/public/vendors/bootstrap/scss/mixins/_lists.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_pagination.scss b/public/vendors/bootstrap/scss/mixins/_pagination.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_reset-text.scss b/public/vendors/bootstrap/scss/mixins/_reset-text.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_resize.scss b/public/vendors/bootstrap/scss/mixins/_resize.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_table-variants.scss b/public/vendors/bootstrap/scss/mixins/_table-variants.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_text-truncate.scss b/public/vendors/bootstrap/scss/mixins/_text-truncate.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_transition.scss b/public/vendors/bootstrap/scss/mixins/_transition.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_utilities.scss b/public/vendors/bootstrap/scss/mixins/_utilities.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/mixins/_visually-hidden.scss b/public/vendors/bootstrap/scss/mixins/_visually-hidden.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/tests/jasmine.js b/public/vendors/bootstrap/scss/tests/jasmine.js old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/tests/mixins/_auto-import-of-variables-dark.test.scss b/public/vendors/bootstrap/scss/tests/mixins/_auto-import-of-variables-dark.test.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/tests/mixins/_color-modes.test.scss b/public/vendors/bootstrap/scss/tests/mixins/_color-modes.test.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/tests/mixins/_media-query-color-mode-full.test.scss b/public/vendors/bootstrap/scss/tests/mixins/_media-query-color-mode-full.test.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/tests/mixins/_utilities.test.scss b/public/vendors/bootstrap/scss/tests/mixins/_utilities.test.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/tests/sass-true/register.js b/public/vendors/bootstrap/scss/tests/sass-true/register.js old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/tests/sass-true/runner.js b/public/vendors/bootstrap/scss/tests/sass-true/runner.js old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/tests/utilities/_api.test.scss b/public/vendors/bootstrap/scss/tests/utilities/_api.test.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/utilities/_api.scss b/public/vendors/bootstrap/scss/utilities/_api.scss old mode 100644 new mode 100755 diff --git a/public/vendors/bootstrap/scss/vendor/_rfs.scss b/public/vendors/bootstrap/scss/vendor/_rfs.scss old mode 100644 new mode 100755 diff --git a/public/vendors/glightbox/glightbox.min.css b/public/vendors/glightbox/glightbox.min.css old mode 100644 new mode 100755 diff --git a/public/vendors/glightbox/glightbox.min.js b/public/vendors/glightbox/glightbox.min.js old mode 100644 new mode 100755 diff --git a/public/vendors/gsap/gsap.min.js b/public/vendors/gsap/gsap.min.js old mode 100644 new mode 100755 diff --git a/public/vendors/imagesloaded/imagesloaded.pkgd.min.js b/public/vendors/imagesloaded/imagesloaded.pkgd.min.js old mode 100644 new mode 100755 diff --git a/public/vendors/index.html b/public/vendors/index.html old mode 100644 new mode 100755 diff --git a/public/vendors/isotope/isotope.pkgd.min.js b/public/vendors/isotope/isotope.pkgd.min.js old mode 100644 new mode 100755 diff --git a/public/vendors/purecounter/purecounter.js b/public/vendors/purecounter/purecounter.js old mode 100644 new mode 100755 diff --git a/public/vendors/swiper/swiper-bundle.min.css b/public/vendors/swiper/swiper-bundle.min.css old mode 100644 new mode 100755 diff --git a/public/vendors/swiper/swiper-bundle.min.js b/public/vendors/swiper/swiper-bundle.min.js old mode 100644 new mode 100755 diff --git a/resources/css/app.css b/resources/css/app.css old mode 100644 new mode 100755 diff --git a/resources/js/app.js b/resources/js/app.js old mode 100644 new mode 100755 diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js old mode 100644 new mode 100755 diff --git a/resources/views/admin/beranda/admin.blade.php b/resources/views/admin/beranda/admin.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/beranda/index.blade.php b/resources/views/admin/beranda/index.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/beranda/partials/modal-buket.blade.php b/resources/views/admin/beranda/partials/modal-buket.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/beranda/partials/modal-foto.blade.php b/resources/views/admin/beranda/partials/modal-foto.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/beranda/partials/modal-riwayat.blade.php b/resources/views/admin/beranda/partials/modal-riwayat.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/beranda/partials/modal-show.blade.php b/resources/views/admin/beranda/partials/modal-show.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/beranda/pemilik.blade.php b/resources/views/admin/beranda/pemilik.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/kelola-admin/index.blade.php b/resources/views/admin/kelola-admin/index.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/kelola-admin/partials/modal-create.blade.php b/resources/views/admin/kelola-admin/partials/modal-create.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/kelola-admin/partials/modal-delete.blade.php b/resources/views/admin/kelola-admin/partials/modal-delete.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/kelola-admin/partials/modal-edit.blade.php b/resources/views/admin/kelola-admin/partials/modal-edit.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/kelola-admin/partials/modal-show.blade.php b/resources/views/admin/kelola-admin/partials/modal-show.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/login.blade.php b/resources/views/admin/login.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/paket-foto/index.blade.php b/resources/views/admin/paket-foto/index.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/paket-foto/partials/modal-create-additional.blade.php b/resources/views/admin/paket-foto/partials/modal-create-additional.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/paket-foto/partials/modal-create-foto.blade.php b/resources/views/admin/paket-foto/partials/modal-create-foto.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/paket-foto/partials/modal-delete-additional.blade.php b/resources/views/admin/paket-foto/partials/modal-delete-additional.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/paket-foto/partials/modal-delete-foto.blade.php b/resources/views/admin/paket-foto/partials/modal-delete-foto.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/paket-foto/partials/modal-edit-additional.blade.php b/resources/views/admin/paket-foto/partials/modal-edit-additional.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/paket-foto/partials/modal-edit-foto.blade.php b/resources/views/admin/paket-foto/partials/modal-edit-foto.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/paket-foto/partials/modal-show-foto.blade.php b/resources/views/admin/paket-foto/partials/modal-show-foto.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/pesanan/buket.blade.php b/resources/views/admin/pesanan/buket.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/pesanan/foto.blade.php b/resources/views/admin/pesanan/foto.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/pesanan/partials/modal-buket.blade.php b/resources/views/admin/pesanan/partials/modal-buket.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/pesanan/partials/modal-foto.blade.php b/resources/views/admin/pesanan/partials/modal-foto.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/pesanan/partials/modal-riwayat-buket.blade.php b/resources/views/admin/pesanan/partials/modal-riwayat-buket.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/pesanan/partials/modal-riwayat-foto.blade.php b/resources/views/admin/pesanan/partials/modal-riwayat-foto.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/pesanan/riwayat.blade.php b/resources/views/admin/pesanan/riwayat.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/produk-buket/index.blade.php b/resources/views/admin/produk-buket/index.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/produk-buket/partials/modal-create.blade.php b/resources/views/admin/produk-buket/partials/modal-create.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/produk-buket/partials/modal-delete.blade.php b/resources/views/admin/produk-buket/partials/modal-delete.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/produk-buket/partials/modal-edit.blade.php b/resources/views/admin/produk-buket/partials/modal-edit.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/produk-buket/partials/modal-show.blade.php b/resources/views/admin/produk-buket/partials/modal-show.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/admin/profil.blade.php b/resources/views/admin/profil.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/admin.blade.php b/resources/views/layouts/admin.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/layouts/user.blade.php b/resources/views/layouts/user.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/user/beranda.blade.php b/resources/views/user/beranda.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/user/booking-foto.blade.php b/resources/views/user/booking-foto.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/user/components/_list.blade.php b/resources/views/user/components/_list.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/user/components/calendar-grid.blade.php b/resources/views/user/components/calendar-grid.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/user/detail-buket.blade.php b/resources/views/user/detail-buket.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/user/detail-foto.blade.php b/resources/views/user/detail-foto.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/user/pembayaran-buket.blade.php b/resources/views/user/pembayaran-buket.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/user/pembayaran-foto.blade.php b/resources/views/user/pembayaran-foto.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/user/pesan-buket.blade.php b/resources/views/user/pesan-buket.blade.php old mode 100644 new mode 100755 diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php old mode 100644 new mode 100755 diff --git a/routes/console.php b/routes/console.php old mode 100644 new mode 100755 diff --git a/routes/web.php b/routes/web.php old mode 100644 new mode 100755 diff --git a/storage/app/.gitignore b/storage/app/.gitignore old mode 100644 new mode 100755 diff --git a/storage/app/private/.gitignore b/storage/app/private/.gitignore old mode 100644 new mode 100755 diff --git a/storage/app/public/.gitignore b/storage/app/public/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/testing/.gitignore b/storage/framework/testing/.gitignore old mode 100644 new mode 100755 diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore old mode 100644 new mode 100755 diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore old mode 100644 new mode 100755 diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php old mode 100644 new mode 100755 diff --git a/tests/TestCase.php b/tests/TestCase.php old mode 100644 new mode 100755 diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php old mode 100644 new mode 100755 diff --git a/vite.config.js b/vite.config.js old mode 100644 new mode 100755