diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-11-29 14:28:12 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-11-29 14:28:12 -0500 |
| commit | 32a30bcf2140c8fbf1a739123d0378f17503efb0 (patch) | |
| tree | 2fbd1e5c4fb91a6dc69a8bf5b783012b5af5dae6 /package.json | |
| parent | 5ce6c9f6277c43caf7413cce255af7bdc947e74c (diff) | |
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.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
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" } |
