fix: move canvas-confetti to dependencies, downgrade tailwind to v3

This commit is contained in:
2026-03-11 14:36:06 +01:00
parent a4836dcb46
commit 55a51617ef
2 changed files with 856 additions and 10 deletions

862
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,15 +16,15 @@
"license": "ISC",
"description": "",
"dependencies": {
"canvas-confetti": "^1.9.4",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.27",
"canvas-confetti": "^1.9.4",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.1",
"tailwindcss": "^3.4.19",
"vite": "^6.4.1"
}
}