This commit is contained in:
2023-12-22 16:52:51 +03:00
parent b3e72e9ebf
commit 1c4d9aa600
9 changed files with 259 additions and 24 deletions

View File

@@ -19,6 +19,7 @@
"axios": "^1.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"styled-components": "^6.1.2"
},
"devDependencies": {
@@ -29,6 +30,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"sass": "^1.69.5",
"vite": "^5.0.8"
}
}