-
- Downloads
feat: 웹 프록시 라우팅 등록 페이지 추가
Showing
- package.json 4 additions, 0 deletionspackage.json
- pnpm-lock.yaml 85 additions, 0 deletionspnpm-lock.yaml
- src/components/ui/form.tsx 149 additions, 0 deletionssrc/components/ui/form.tsx
- src/components/ui/switch.tsx 29 additions, 0 deletionssrc/components/ui/switch.tsx
- src/pages/routing/Create.tsx 173 additions, 0 deletionssrc/pages/routing/Create.tsx
- src/pages/routing/List.tsx 4 additions, 2 deletionssrc/pages/routing/List.tsx
- src/routes.tsx 2 additions, 0 deletionssrc/routes.tsx
... | ... | @@ -10,6 +10,7 @@ |
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@hookform/resolvers": "^4.1.2", | ||
"@radix-ui/react-avatar": "^1.1.3", | ||
"@radix-ui/react-collapsible": "^1.1.3", | ||
"@radix-ui/react-dialog": "^1.1.6", | ||
... | ... | @@ -18,6 +19,7 @@ |
"@radix-ui/react-label": "^2.1.2", | ||
"@radix-ui/react-separator": "^1.1.2", | ||
"@radix-ui/react-slot": "^1.1.2", | ||
"@radix-ui/react-switch": "^1.1.3", | ||
"@radix-ui/react-tooltip": "^1.1.8", | ||
"@tailwindcss/vite": "^4.0.9", | ||
"class-variance-authority": "^0.7.1", | ||
... | ... | @@ -26,11 +28,13 @@ |
"next-themes": "^0.4.4", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"react-hook-form": "^7.54.2", | ||
"react-router": "^7.2.0", | ||
"sonner": "^2.0.1", | ||
"tailwind-merge": "^3.0.2", | ||
"tailwindcss": "^4.0.9", | ||
"tailwindcss-animate": "^1.0.7", | ||
"zod": "^3.24.2", | ||
"zustand": "^5.0.3" | ||
}, | ||
"devDependencies": { | ||
... | ... |
src/components/ui/form.tsx
0 → 100644
src/components/ui/switch.tsx
0 → 100644
src/pages/routing/Create.tsx
0 → 100644
Please register or sign in to comment