merged with Axel frontend updates

This commit is contained in:
belviskhoremk
2026-04-16 21:30:51 +00:00
parent 56ce9717aa
commit 2e9eb3a76a
15 changed files with 2303 additions and 1191 deletions

View File

@@ -11,6 +11,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.90.21",
"@tsparticles/react": "^3.0.0",
"axios": "^1.13.5",
"clsx": "^2.1.1",
"lucide-react": "^0.575.0",
@@ -19,6 +20,7 @@
"react-dropzone": "^15.0.0",
"react-router-dom": "^7.13.0",
"tailwind-merge": "^3.5.0",
"tsparticles-slim": "^2.12.0",
"zustand": "^5.0.11"
},
"devDependencies": {
@@ -32,9 +34,9 @@
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"typescript": "~5.9.3",
"postcss": "^8.5.5",
"tailwindcss": "^3.4.17",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
"vite": "^7.3.1"
}