aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2023-12-07 18:35:09 -0500
committerSebastien Castiel <sebastien@castiel.me>2023-12-07 18:35:09 -0500
commit4bc03002e17a0d128059c9d6d76c91ba7bac2e8f (patch)
tree59687bb0e83a02f07121f8f34820fcbffb786ef6 /package.json
parent61201c28646ccb3be155b84b2a95cbc4502e51e4 (diff)
Dark mode
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0384542..f15c98c 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,8 @@
"@hookform/resolvers": "^3.3.2",
"@prisma/client": "5.6.0",
"@radix-ui/react-checkbox": "^1.0.4",
+ "@radix-ui/react-dropdown-menu": "^2.0.6",
+ "@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
@@ -21,6 +23,7 @@
"clsx": "^2.0.0",
"lucide-react": "^0.290.0",
"next": "14.0.0",
+ "next-themes": "^0.2.1",
"next13-progressbar": "^1.1.1",
"prisma": "^5.6.0",
"react": "^18",