We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c4edc commit e320a54Copy full SHA for e320a54
client/package.json
@@ -24,7 +24,9 @@
24
"react-router": "^7.3.0",
25
"react-router-dom": "^7.5.0",
26
"tailwindcss": "^4.1.3",
27
- "zustand": "^5.0.3"
+ "zustand": "^5.0.3",
28
+ "canvas-confetti": "^1.9.3",
29
+ "date-fns": "^4.1.0"
30
},
31
"devDependencies": {
32
"@eslint/js": "^9.21.0",
package.json
@@ -1,7 +1,5 @@
1
{
2
"dependencies": {
3
- "canvas-confetti": "^1.9.3",
4
- "date-fns": "^4.1.0",
5
"react-icons": "^5.5.0"
6
}
7
0 commit comments