Skip to content

Commit

Permalink
Merge pull request #216 from bounswe/issue215
Browse files Browse the repository at this point in the history
feat: added search page
  • Loading branch information
sametaln authored Nov 23, 2024
2 parents 829363e + cf9f126 commit 1be2e90
Show file tree
Hide file tree
Showing 11 changed files with 623 additions and 375 deletions.
54 changes: 54 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 14 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,26 @@
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"prop-types": "^15.8.1",
"@reduxjs/toolkit": "^2.2.3",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-router": "^1.31.0",
"@tanstack/router-devtools": "^1.31.1",
"@tanstack/router-vite-plugin": "^1.30.0",
"@vitejs/plugin-react": "^2.0.1",
"axios": "^1.6.8",
"js-cookie": "^3.0.5",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-body-highlighter": "^2.0.5",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-router-dom": "^6.3.0",
"sass": "^1.54.5",
"@vitejs/plugin-react": "^2.0.1",
"vite": "^3.0.9",
"@reduxjs/toolkit": "^2.2.3",
"react-redux": "^9.1.1",
"react-lazy-load": "^4.0.1",
"react-modal": "^3.16.1",
"react-redux": "^9.1.1",
"react-router-dom": "^6.3.0",
"react-select": "^5.8.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-router": "^1.31.0",
"@tanstack/router-devtools": "^1.31.1",
"@tanstack/router-vite-plugin": "^1.30.0",
"js-cookie": "^3.0.5"
"sass": "^1.54.5",
"vite": "^3.0.9"
},
"devDependencies": {
"@babel/core": "^7.18.13",
Expand Down
Loading

0 comments on commit 1be2e90

Please sign in to comment.