mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Added Basic Darkmode and Fixed Small Bugs
This commit is contained in:
parent
aacca3d141
commit
94fb5c7eb1
42 changed files with 593 additions and 72 deletions
|
@ -18,6 +18,7 @@
|
|||
"dependencies": {
|
||||
"@arcjet/next": "^1.0.0-alpha.34",
|
||||
"@clerk/nextjs": "^6.9.9",
|
||||
"@clerk/themes": "^2.2.5",
|
||||
"@hello-pangea/dnd": "^17.0.0",
|
||||
"@liveblocks/client": "^2.15.1",
|
||||
"@liveblocks/node": "^2.15.1",
|
||||
|
@ -30,6 +31,7 @@
|
|||
"@radix-ui/react-accordion": "^1.2.2",
|
||||
"@radix-ui/react-avatar": "^1.1.2",
|
||||
"@radix-ui/react-dialog": "^1.1.3",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
||||
"@radix-ui/react-label": "^2.1.0",
|
||||
"@radix-ui/react-popover": "^1.1.3",
|
||||
"@radix-ui/react-separator": "^1.0.3",
|
||||
|
@ -47,6 +49,7 @@
|
|||
"lodash": "^4.17.21",
|
||||
"lucide-react": "^0.471.0",
|
||||
"next": "^15.1.4",
|
||||
"next-themes": "^0.4.4",
|
||||
"react": "^19.0.0",
|
||||
"react-day-picker": "^9.5.0",
|
||||
"react-dom": "^19.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue