feat: server transfer rotation

This commit is contained in:
naiba
2026-05-25 10:15:24 +00:00
parent 2010d80914
commit 849d131382
60 changed files with 4488 additions and 1359 deletions
+6 -1
View File
@@ -10,6 +10,7 @@
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write .",
"test": "vitest run",
"preview": "vite preview"
},
"dependencies": {
@@ -65,6 +66,8 @@
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^24.7.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
@@ -74,11 +77,13 @@
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-refresh": "^0.4.23",
"globals": "^16.4.0",
"jsdom": "^29.1.1",
"postcss": "8.4.24",
"swagger-typescript-api": "^13.2.15",
"tailwindcss": "3.4.19",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.0",
"vite": "^7.1.9"
"vite": "^7.1.9",
"vitest": "^4.1.7"
}
}