mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-06 18:51:16 +02:00
Add server selection to upload component (#42)
* Feature: Add server selection to upload component * fix build error * update lock file * add @radix-ui/react-select * Remove unused service worker map file
This commit is contained in:
@@ -18,17 +18,18 @@
|
||||
"@radix-ui/react-label": "^2.0.2",
|
||||
"@radix-ui/react-navigation-menu": "^1.1.4",
|
||||
"@radix-ui/react-scroll-area": "^1.0.5",
|
||||
"@radix-ui/react-select": "^2.1.6",
|
||||
"@radix-ui/react-slot": "^1.0.2",
|
||||
"@radix-ui/react-tabs": "^1.0.4",
|
||||
"@radix-ui/react-toast": "^1.1.5",
|
||||
"@radix-ui/react-tooltip": "^1.0.7",
|
||||
"blurhash": "^2.0.5",
|
||||
"bolt11": "^1.4.1",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"embla-carousel-react": "^8.0.0-rc21",
|
||||
"light-bolt11-decoder": "^3.1.1",
|
||||
"lucide-react": "^0.316.0",
|
||||
"lucide-react": "^0.475.0",
|
||||
"next": "14.2.20",
|
||||
"next-pwa": "^5.6.0",
|
||||
"next-themes": "^0.2.1",
|
||||
@@ -38,7 +39,7 @@
|
||||
"react-dom": "^18",
|
||||
"react-hook-form": "^7.51.4",
|
||||
"react-icons": "^5.1.0",
|
||||
"tailwind-merge": "^2.2.1",
|
||||
"tailwind-merge": "^3.0.1",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"vaul": "^0.8.9",
|
||||
"zod": "^3.23.8"
|
||||
|
||||
Reference in New Issue
Block a user