Skip to content

Commit ca9590f

Browse files
authored
feat: 이메일 가입 화면 추가, shadcn 추가 (#141)
* chore: version 26 -> 27 * chore: version 27 -> 28 * feat: 이메일 회원가입 버튼 추가 * feat: Input 컴포넌트 추가 * chore: chadcn/ui 추가 * feat: 이메일 가입 폼 추가 * feat: 비밀번호 확인 검증 알림 텍스트 추가, 다음 버튼 추가 * feat: Progress 추가 * feat: 이메일 가입 가입 토큰 발급 구조 추가 * remove: 이메일 가입 버튼 비활성화
1 parent 14fb0ae commit ca9590f

File tree

21 files changed

+740
-171
lines changed

21 files changed

+740
-171
lines changed

components.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "new-york",
4+
"rsc": true,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.ts",
8+
"css": "src/styles/globals.css",
9+
"baseColor": "slate",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@/components",
15+
"utils": "@/lib/utils",
16+
"ui": "@/components/ui",
17+
"lib": "@/lib",
18+
"hooks": "@/hooks"
19+
},
20+
"iconLibrary": "lucide"
21+
}

headver.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"head": 27
2+
"head": 28
33
}

0 commit comments

Comments
 (0)