Merge branch 'front' into dev
Some checks failed
Build and Deploy Go App / build (push) Failing after 11m25s
Build and Deploy Go App / deploy (push) Has been skipped

This commit is contained in:
nihonium 2025-11-19 10:55:25 +03:00
commit fd8ecbeaca
Signed by: nihonium
GPG key ID: 0251623741027CFC
36 changed files with 796 additions and 1246 deletions

View file

@ -10,10 +10,13 @@
"preview": "vite preview"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.1.17",
"axios": "^1.12.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.9.4"
"react-router-dom": "^7.9.4",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"@eslint/js": "^9.36.0",