feat: use howler
Some checks failed
Deploy to VPS (dist) / deploy (push) Has been cancelled

This commit is contained in:
Hewston Fox
2026-03-22 17:37:19 +02:00
parent e5b3b97680
commit 5c08238dbd
15 changed files with 152 additions and 140 deletions

View File

@@ -27,6 +27,7 @@
"axios": "^1.13.6",
"clsx": "^2.1.1",
"eruda": "^3.4.3",
"howler": "^2.2.4",
"i18next": "^25.8.17",
"i18next-http-backend": "^3.0.2",
"motion": "^12.35.1",
@@ -34,10 +35,12 @@
"react-dom": "^19.2.4",
"react-i18next": "^16.5.6",
"tailwindcss": "^4.2.1",
"xstate": "^5.28.0"
"xstate": "^5.28.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tanstack/router-plugin": "^1.166.3",
"@types/howler": "^2.2.12",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",