added frontend linting workflow

This commit is contained in:
GW_MC
2025-12-19 18:32:11 +08:00
parent 903b7e6e5a
commit 5060c84f28
4 changed files with 134 additions and 5 deletions

View File

@@ -15,14 +15,18 @@
"@radix-ui/themes": "^3.2.1",
"@react-router/node": "^7.9.2",
"@react-router/serve": "^7.9.2",
"@tanstack/react-form": "^1.27.5",
"@tanstack/react-query": "^5.90.12",
"axios": "^1.13.2",
"globals": "^16.5.0",
"isbot": "^5.1.31",
"lucide-react": "^0.562.0",
"radix-ui": "^1.4.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router": "^7.9.2"
"react-router": "^7.9.2",
"react-toastify": "^11.0.5",
"valibot": "^1.2.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",