Skip to content

Commit 169dda5

Browse files
authored
Merge pull request #26 from SEASONTHON-Wedit/main
feat : ๋ณธ์„  ์ „ ์‹ ๊ทœ ๊ธฐ๋Šฅ ๋ฐ ๋ฆฌํŒฉํ† ๋ง ์ง„ํ–‰
2 parents 0fd086a + 668b318 commit 169dda5

File tree

152 files changed

+7292
-1577
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+7292
-1577
lines changed

โ€Ž.github/workflows/CI.ymlโ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}
4444
NEXT_PUBLIC_SITE_URL: ${{ secrets.NEXT_PUBLIC_SITE_URL }}
4545
NEXT_PUBLIC_KAKAO_REST_KEY: ${{ secrets.NEXT_PUBLIC_KAKAO_REST_KEY }}
46+
NEXT_PUBLIC_KAKAO_JAVASCRIPT_KEY: ${{ secrets.NEXT_PUBLIC_KAKAO_JAVASCRIPT_KEY }}
4647

4748
# 6. Storybook ๋นŒ๋“œ
4849
- name: Build Storybook

โ€Žpackage-lock.jsonโ€Ž

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

โ€Žpackage.jsonโ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@
1212
"build:regions": "tsx scripts/build-regions.ts"
1313
},
1414
"dependencies": {
15+
"@emotion/react": "^11.14.0",
16+
"@emotion/styled": "^11.14.1",
17+
"@mui/material": "^7.3.2",
18+
"@mui/x-date-pickers": "^8.11.2",
1519
"@tanstack/react-query": "^5.87.4",
1620
"@tanstack/react-query-devtools": "^5.87.4",
1721
"clsx": "^2.1.1",
1822
"date-fns": "^4.1.0",
23+
"dayjs": "^1.11.18",
1924
"embla-carousel": "^8.6.0",
2025
"embla-carousel-autoplay": "^8.6.0",
2126
"embla-carousel-react": "^8.6.0",
@@ -42,6 +47,8 @@
4247
"@types/node": "^20",
4348
"@types/react": "^19",
4449
"@types/react-dom": "^19",
50+
"ajv": "^8.17.1",
51+
"ajv-keywords": "^5.1.0",
4552
"eslint": "^9",
4653
"eslint-config-next": "15.5.2",
4754
"eslint-plugin-storybook": "^9.1.3",

โ€Žpublic/Cast.svgโ€Ž

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
ย (0)