feat: add Sonner Toaster component and update dependencies

- Introduced a new Toaster component using Sonner for notifications.
- Integrated Toaster into the main application layout.
- Added 'next-themes' and 'sonner' dependencies in package.json and updated pnpm-lock.yaml.
This commit is contained in:
typist
2025-10-28 03:42:31 +08:00
parent 9009b9a1c6
commit 1bc10d5272
4 changed files with 72 additions and 0 deletions

View File

@@ -19,9 +19,11 @@
"clsx": "^2.1.1",
"lucide-react": "^0.548.0",
"nanoid": "^5.1.6",
"next-themes": "^0.4.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.9.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.16",
"uuid": "^13.0.0"