diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-23 16:41:07 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2024-01-23 16:41:07 -0500 |
| commit | 89ee5ae247d0319bbb14710e6d191a93df196ed0 (patch) | |
| tree | f8e265cae0004f9cc78ea42f08f81470465b1fc5 /package.json | |
| parent | 1bd3f99d386f40b73314969b574042039b9ee2b5 (diff) | |
Add date and bring back group name in exported filename (#54)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 345e758..a793486 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "cmdk": "^0.2.0", + "content-disposition": "^0.5.4", "dayjs": "^1.11.10", "lucide-react": "^0.290.0", "nanoid": "^5.0.4", @@ -52,6 +53,7 @@ }, "devDependencies": { "@total-typescript/ts-reset": "^0.5.1", + "@types/content-disposition": "^0.5.8", "@types/node": "^20", "@types/pg": "^8.10.9", "@types/react": "^18", |
