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-lock.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-lock.json')
| -rw-r--r-- | package-lock.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index a7aff66..7d8be51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "axios": "^1.7.7", "dompurify": "^3.1.7", + "luxon": "^3.5.0", "marked": "^14.1.3", "tinygesture": "^3.0.0" }, @@ -2644,6 +2645,15 @@ "dev": true, "license": "ISC" }, + "node_modules/luxon": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz", + "integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==", + "license": "MIT", + "engines": { + "node": ">=12" + } + }, "node_modules/magic-string": { "version": "0.30.12", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.12.tgz", |
