aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorBrandon Eng <bce25@cornell.edu>2024-01-17 21:42:00 +0700
committerGitHub <noreply@github.com>2024-01-17 09:42:00 -0500
commitff6b84ff8818ee96f1d6cf479f72b2127eddec43 (patch)
treed9d4c3a6293f5844308774fe8f94bd5c09561187 /package.json
parent6b6d58e95ec018c695e9d865b8136319ad93e825 (diff)
Group expenses (#48)
* Group expenses my date * Group expenses my date * typescript errors * prettier * getExpenseGroup * update logic to use dayjs * clean up
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 26c8c79..29bb41d 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,7 @@
"@tailwindcss/typography": "^0.5.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
+ "dayjs": "^1.11.10",
"lucide-react": "^0.290.0",
"nanoid": "^5.0.4",
"next": "^14.0.4",