Skip to content

Commit 0dcc0aa

Browse files
committed
Merge branch 'dev' of https://github.com/MBTips/FE-MBTips into feature/화면-가운데-배치-작업
2 parents ecc62a5 + 18d2fb5 commit 0dcc0aa

25 files changed

+573
-62
lines changed

package-lock.json

Lines changed: 143 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@
1212
"dependencies": {
1313
"@tailwindcss/vite": "^4.0.3",
1414
"autoprefixer": "^10.4.20",
15+
"axios": "^1.8.4",
1516
"react": "^18.3.1",
1617
"react-dom": "^18.3.1",
1718
"react-router-dom": "^7.1.5",
18-
"tailwindcss": "^4.0.3"
19+
"tailwindcss": "^4.0.3",
20+
"zustand": "^5.0.3"
1921
},
2022
"devDependencies": {
2123
"@eslint/js": "^9.17.0",
24+
"@types/axios": "^0.9.36",
2225
"@types/react": "^18.3.18",
2326
"@types/react-dom": "^18.3.5",
2427
"@vitejs/plugin-react": "^4.3.4",

public/image/home_banner1_lg.png

469 KB
Loading

public/image/home_banner1_md.png

375 KB
Loading

public/image/home_banner1_sm.png

363 KB
Loading

public/image/home_banner2_lg.png

140 KB
Loading

public/image/home_banner2_md.png

135 KB
Loading

public/image/home_banner2_sm.png

134 KB
Loading

public/image/home_banner3_lg.png

43.8 KB
Loading

public/image/home_banner3_md.png

41 KB
Loading

0 commit comments

Comments
 (0)