From 32a30bcf2140c8fbf1a739123d0378f17503efb0 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Fri, 29 Nov 2024 14:28:12 -0500 Subject: Add Luxon to dependencies This handles datetimes better than the browser-builtin, and is in many ways a successor to Moment, the previous standard choice. --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 64b8453..961b44b 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "dependencies": { "axios": "^1.7.7", "dompurify": "^3.1.7", + "luxon": "^3.5.0", "marked": "^14.1.3", "tinygesture": "^3.0.0" } -- cgit v1.2.3