Skip to content

Commit 9f2132b

Browse files
committed
🔧: supabase와 axios, tanstackquery 설치
1 parent 2a3d5e8 commit 9f2132b

File tree

2 files changed

+255
-111
lines changed

2 files changed

+255
-111
lines changed

front/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6+
"@supabase/supabase-js": "^2.46.2",
7+
"@tanstack/react-query": "^5.62.0",
68
"@testing-library/jest-dom": "^5.17.0",
79
"@testing-library/react": "^13.4.0",
810
"@testing-library/user-event": "^13.5.0",
911
"@types/jest": "^27.5.2",
1012
"@types/node": "^16.18.119",
1113
"@types/react": "^18.3.12",
1214
"@types/react-dom": "^18.3.1",
15+
"axios": "^1.7.8",
1316
"class-variance-authority": "^0.7.0",
1417
"react": "^18.3.1",
1518
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)