diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-15 23:59:54 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-15 23:59:54 +0100 |
| commit | 0ce5b4d4ec3303f0fc1e04012e900e5998875981 (patch) | |
| tree | d3b8ce1eca69b9b31bda1d84a36a0863b80705cd /package.json | |
| parent | fef09593445dcf3a56ee9074b88bde7b0a9f33f9 (diff) | |
Added random name generation and cleaned up the cards
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 5aafe98..11d527b 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "@fortawesome/fontawesome-free": "^7.1.0", "@picocss/pico": "^2.1.1", "bulma": "^1.0.4", - "notyf": "^3.10.0" + "notyf": "^3.10.0", + "unique-names-generator": "^4.7.1" } } |
