We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08a779 commit 7f85ff1Copy full SHA for 7f85ff1
localfrontend/package.json
@@ -13,6 +13,7 @@
13
"@ampproject/remapping": "^2.3.0",
14
"@tailwindcss/vite": "^4.1.11",
15
"@types/bun": "^1.2.20",
16
+ "@types/uuidv4": "^5.0.0",
17
"clsx": "^2.1.1",
18
"lucide-react": "^0.535.0",
19
"motion": "^12.23.12",
@@ -21,7 +22,8 @@
21
22
"react-qr-code": "^2.0.18",
23
"react-use-websocket": "^4.13.0",
24
"tailwind-merge": "^3.3.1",
- "tailwindcss": "^4.1.11"
25
+ "tailwindcss": "^4.1.11",
26
+ "uuidv4": "^6.2.13"
27
},
28
"devDependencies": {
29
"@eslint/js": "^9.30.1",
0 commit comments