summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
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 31f7965..8ee4fbb 100644
--- a/package.json
+++ b/package.json
@@ -9,12 +9,14 @@
"start": "bunx --bun waku start"
},
"dependencies": {
+ "@edge-runtime/cookies": "^6.0.0",
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-slot": "^1.2.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
+ "cookie": "^1.0.2",
"franc-all": "^7.2.0",
"lucide-react": "^0.510.0",
"next-themes": "^0.4.6",
@@ -32,6 +34,7 @@
"devDependencies": {
"@tailwindcss/postcss": "4.1.4",
"@types/bun": "latest",
+ "@types/cookie": "^1.0.0",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"postcss": "8.5.3",