feat: enhance player and statistic card components with improved layout and dynamic duration display
Some checks failed
Frontend CI / lint (push) Failing after 18s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-08-16 12:24:56 +02:00
parent f6117ededd
commit ecb17e9f94
4 changed files with 22 additions and 8 deletions

View File

@@ -7,9 +7,8 @@
"scripts": {
"dev": "vite --port 8001",
"build": "tsc -b && vite build",
"build:production": "tsc -b && vite build --mode production",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview --port 8001"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",