Get rid of junk

This commit is contained in:
Igor Katson 2023-11-22 20:58:43 +00:00
parent 27e8c12cfe
commit 1a6bc444d4
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 16 additions and 30 deletions

View file

@ -7,8 +7,6 @@
"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"
@ -16,8 +14,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"
}
}
}