package cleanup

This commit is contained in:
2023-04-25 21:50:27 +03:00
parent 8628895632
commit 6f43e6265a
2 changed files with 21 additions and 84 deletions
+4 -6
View File
@@ -5,16 +5,14 @@
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.10.0",
"react-type-animation": "^3.0.1",
"react-type-animation": "3.0.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"@types/react-router-dom": "5.3.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"react-scripts": "5.0.1",
"sass": "1.61.0"
"sass": "1.62.0"
},
"scripts": {
"start": "react-scripts start",