From 181ddc8f03fe3b98f8f5389be287ff717f795ae3 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 17 Apr 2025 16:15:33 +0700 Subject: [PATCH] feat: add dayjs library for date manipulation --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index be62c38a..9638bb29 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "apexcharts": "^4.5.0", "axios": "^1.8.4", "cropperjs": "^1.6.2", + "dayjs": "^1.11.13", "highlight.js": "^11.11.1", "keycloak-js": "^25.0.6", "markdown-it": "^14.1.0",