Skip to content

Commit d2e5ebc

Browse files
committed
fix: 누락된 필수 라이브러리 및 몇가지 helper 라이브러리 추가
1 parent abfcdba commit d2e5ebc

File tree

2 files changed

+211
-10
lines changed

2 files changed

+211
-10
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,38 @@
2323
"@pyconkr-common": "link:package/pyconkr-common",
2424
"@pyconkr-shop": "link:package/pyconkr-shop",
2525
"@src": "link:src",
26+
"@suspensive/react": "^2.18.12",
2627
"@tanstack/react-query": "^5.72.2",
28+
"axios": "^1.8.4",
2729
"eslint-plugin-import": "^2.31.0",
2830
"eslint-plugin-jsx-a11y": "^6.10.2",
31+
"notistack": "^3.0.2",
2932
"react": "^19.0.0",
30-
"react-dom": "^19.0.0"
33+
"react-dom": "^19.0.0",
34+
"remeda": "^2.21.3"
3135
},
3236
"devDependencies": {
3337
"@eslint/js": "^9.21.0",
38+
"@tanstack/react-query-devtools": "^5.74.4",
39+
"@types/node": "^22.14.1",
3440
"@types/react": "^19.0.10",
3541
"@types/react-dom": "^19.0.4",
3642
"@typescript-eslint/parser": "^8.29.1",
3743
"@vitejs/plugin-react": "^4.3.4",
44+
"csstype": "^3.1.3",
3845
"eslint": "^9.21.0",
3946
"eslint-config-prettier": "^10.1.2",
4047
"eslint-plugin-prettier": "^5.2.6",
4148
"eslint-plugin-react-hooks": "^5.1.0",
4249
"eslint-plugin-react-refresh": "^0.4.19",
4350
"gh-pages": "^6.3.0",
4451
"globals": "^15.15.0",
52+
"iamport-typings": "^1.4.0",
4553
"prettier": "^3.5.3",
4654
"typescript": "~5.7.2",
4755
"typescript-eslint": "^8.24.1",
4856
"vite": "^6.2.0",
4957
"vite-plugin-mdx": "^3.6.1"
50-
}
58+
},
59+
"packageManager": "[email protected]+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808"
5160
}

0 commit comments

Comments
 (0)