A bunch of UI changes

This commit is contained in:
Igor Katson 2023-11-22 19:30:23 +00:00
parent 707d4be631
commit 3b389666d7
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
9 changed files with 1916 additions and 129 deletions

View file

@ -7,6 +7,8 @@
"preview": "vite preview"
},
"dependencies": {
"@vitejs/plugin-react": "^4.2.0",
"bootstrap": "^5.3.2",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0"
@ -14,6 +16,7 @@
"devDependencies": {
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"sass": "^1.69.5",
"typescript": "^5.3.2",
"vite": "^4.3.2"
}