Skip to content

Commit

Permalink
Merge pull request #283 from WePlanPlans/FE-107--feat/DesignQA/2nd
Browse files Browse the repository at this point in the history
Fe 107  feat/design qa/2nd
  • Loading branch information
seungjun222 authored Jan 26, 2024
2 parents 8028b7e + 6a8ad6e commit dec57c5
Show file tree
Hide file tree
Showing 118 changed files with 1,433 additions and 2,164 deletions.
37 changes: 25 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0 maximum-scale=1" />
<title>위플플 | 여정 공유 플랫폼</title>
</head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-1285JF2LMZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1" />
<title>위플플 | 여정 공유 플랫폼</title>
</head>
gtag('config', 'G-1285JF2LMZ');
</script>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@
"@types/react-beautiful-dnd": "^13.1.8",
"axios": "^1.6.2",
"date-fns": "^3.1.0",
"lodash": "^4.17.21",
"msw": "0.36.3",
"path": "^0.12.7",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-icons": "^5.0.1",
"react-infinite-scroller": "^1.2.6",
"react-kakao-maps-sdk": "^1.1.24",
"react-modal": "^3.16.1",
Expand All @@ -52,6 +55,7 @@
"websocket": "^1.0.34"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.43",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "^18.2.17",
Expand Down
39 changes: 39 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dec57c5

Please sign in to comment.