Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MZO-34] API 모듈 및 인터페이스 구축 #5

Merged
merged 9 commits into from
Jun 21, 2023
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
"lint": "next lint"
},
"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 @@ -21,11 +24,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