diff --git a/index.html b/index.html index e4b78ea..a8a33a5 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,15 @@ - + - + - Vite + React + TS + 코드네임 다빈치 Codename Davinci
+
+ diff --git a/package.json b/package.json index bb9f6b2..231dd09 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,16 @@ "preview": "vite preview" }, "dependencies": { + "@hookform/resolvers": "^3.9.1", "@tanstack/react-query": "4", "axios": "^1.7.9", + "jwt-decode": "^4.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", + "react-hook-form": "^7.54.2", "react-router-dom": "^7.0.2", "styled-components": "^6.1.13", + "zod": "^3.24.1", "zustand": "^5.0.2" }, "devDependencies": { @@ -23,6 +27,7 @@ "@types/node": "^22.10.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", + "@types/socket.io-client": "^3.0.0", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.15.0", "eslint-plugin-react-hooks": "^5.0.0", diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..d7f8d4a Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index b580cd3..0102d9d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,16 +1,13 @@ -import { Outlet } from "react-router-dom"; -import Header from "@components/layout/header/Header"; -import Footer from "@components/layout/footer/Footer"; -import GlobalStyles from "./styles/GlobalStyle"; import "@styles/font.css"; +import GlobalStyles from "./styles/GlobalStyle"; +import { RouterProvider } from "react-router-dom"; +import { router } from "./routes/router"; function App() { return ( <> -
- -