feat(frontend): refactor ParticleBackground for performance and type safety

This commit is contained in:
MythEclipse
2026-06-03 03:07:51 +07:00
parent 0d83ada0ef
commit 3802ca357f
2 changed files with 82 additions and 63 deletions
+3 -2
View File
@@ -15,6 +15,8 @@
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@react-three/drei": "^9.6.1",
"@react-three/fiber": "^9.6.1",
"@tanstack/react-query": "^5.100.14",
"clsx": "^2.1.1",
"framer-motion": "^12.4.0",
@@ -23,8 +25,6 @@
"react": "^19.2.6",
"react-dom": "^19.2.6",
"tailwind-merge": "^3.6.0",
"@react-three/drei": "^9.6.1",
"@react-three/fiber": "^9.6.1",
"three": "^0.174.0"
},
"devDependencies": {
@@ -32,6 +32,7 @@
"@tailwindcss/postcss": "^4.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.184.1",
"@vitejs/plugin-react": "^6.0.2",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.14",