summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-07-31 15:55:05 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-07-31 15:55:05 +0700
commit04961a55929017f77ee6801d2b7ada4c05689821 (patch)
tree5c519ac632391b34e1cc2bb31d011be37bb2d779 /package.json
parent077467cf53b46d8049df8b812577cd1a03011eba (diff)
<hafid> fix repeat order
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 590faac6..494b5e9a 100644
--- a/package.json
+++ b/package.json
@@ -14,8 +14,10 @@
"@choc-ui/chakra-autocomplete": "^5.6.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
+ "@headlessui/react": "^2.2.6",
"@heroicons/react": "^2.0.13",
"@hookform/resolvers": "^2.9.10",
+ "@jridgewell/set-array": "^1.2.1",
"@ramonak/react-progress-bar": "^5.3.0",
"@react-email/components": "^0.0.2",
"@react-email/render": "^0.0.6",
@@ -27,8 +29,8 @@
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"cookies-next": "^2.1.1",
- "date-fns": "^4.1.0",
"cors": "^2.8.5",
+ "date-fns": "^4.1.0",
"flowbite": "^1.6.4",
"framer-motion": "^7.10.3",
"lodash-contrib": "^4.1200.1",
@@ -41,8 +43,9 @@
"next-pwa": "^5.6.0",
"next-seo": "^5.15.0",
"nodemailer": "^6.8.0",
- "react-date-range": "^2.0.1",
"react": "18.2.0",
+ "react-date-range": "^2.0.1",
+ "react-datepicker": "^8.4.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.42.1",