Skip to content

Commit

Permalink
➕ chore #1 - api 통신 위한 의존성 설치
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMirror21 committed Oct 16, 2024
1 parent 754465d commit 20d57a8
Show file tree
Hide file tree
Showing 3 changed files with 2,019 additions and 2,337 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
dist
dist-ssr
*.local
.env

# Editor directories and files
.vscode/*
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.59.15",
"axios": "^1.7.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0"
Expand Down
Loading

0 comments on commit 20d57a8

Please sign in to comment.