-
- Downloads
feat: 로그인 API 연동 및 상태 관리 추가
Showing
- package.json 4 additions, 1 deletionpackage.json
- pnpm-lock.yaml 54 additions, 0 deletionspnpm-lock.yaml
- src/components/app-sidebar.tsx 13 additions, 4 deletionssrc/components/app-sidebar.tsx
- src/components/login-form.tsx 25 additions, 3 deletionssrc/components/login-form.tsx
- src/components/site-header.tsx 42 additions, 2 deletionssrc/components/site-header.tsx
- src/components/ui/sonner.tsx 26 additions, 0 deletionssrc/components/ui/sonner.tsx
- src/index.css 11 additions, 1 deletionsrc/index.css
- src/pages/Root.tsx 3 additions, 1 deletionsrc/pages/Root.tsx
- src/stores/authStore.ts 34 additions, 0 deletionssrc/stores/authStore.ts
... | @@ -22,12 +22,15 @@ | ... | @@ -22,12 +22,15 @@ |
"class-variance-authority": "^0.7.1", | "class-variance-authority": "^0.7.1", | ||
"clsx": "^2.1.1", | "clsx": "^2.1.1", | ||
"lucide-react": "^0.476.0", | "lucide-react": "^0.476.0", | ||
"next-themes": "^0.4.4", | |||
"react": "^19.0.0", | "react": "^19.0.0", | ||
"react-dom": "^19.0.0", | "react-dom": "^19.0.0", | ||
"react-router": "^7.2.0", | "react-router": "^7.2.0", | ||
"sonner": "^2.0.1", | |||
"tailwind-merge": "^3.0.2", | "tailwind-merge": "^3.0.2", | ||
"tailwindcss": "^4.0.9", | "tailwindcss": "^4.0.9", | ||
"tailwindcss-animate": "^1.0.7" | "tailwindcss-animate": "^1.0.7", | ||
"zustand": "^5.0.3" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@eslint/js": "^9.21.0", | "@eslint/js": "^9.21.0", | ||
... | ... |
src/components/ui/sonner.tsx
0 → 100644
src/stores/authStore.ts
0 → 100644
Please register or sign in to comment