Skip to content

Commit

Permalink
[MZO-34] API 모듈 및 인터페이스 구축 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
RookieAND authored Jun 21, 2023
1 parent c45fee8 commit 644c733
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 8 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
"prettier": "prettier --write src/**/*.{ts,tsx}"
},
"dependencies": {
"@tanstack/query-core": "4.29.14",
"@tanstack/react-query": "4.29.14",
"axios": "1.4.0",
"ky": "0.33.3",
"ky-universal": "0.11.0",
"next": "13.4.6",
"postcss": "8.4.24",
"react": "18.2.0",
Expand All @@ -22,11 +25,12 @@
},
"devDependencies": {
"@svgr/webpack": "8.0.1",
"@tanstack/react-query-devtools": "4.29.14",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"autoprefixer": "10.4.14",
"classnames": "^2.3.2",
"classnames": "2.3.2",
"eslint": "8.42.0",
"eslint-config-next": "13.4.6",
"eslint-config-prettier": "8.8.0",
Expand Down
136 changes: 129 additions & 7 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 644c733

Please sign in to comment.