aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorIvan Alexandrov <ivan.al3xandrov@gmail.com>2023-12-13 18:28:35 +0100
committerGitHub <noreply@github.com>2023-12-13 12:28:35 -0500
commitc96c4f94b93b5961b2787f980417bd2df92812e5 (patch)
tree81455aba08e9535817f5bd9863b3aabdd795a2ba /package.json
parent705eca8c1c50818d996b350e56507a133ca7e488 (diff)
Replace unsafe id generator with nanoid (#4)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 557dfb1..7fe84fc 100644
--- a/package.json
+++ b/package.json
@@ -24,6 +24,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.290.0",
+ "nanoid": "^5.0.4",
"next": "^14.0.4",
"next-plausible": "^3.12.0",
"next-themes": "^0.2.1",