Skip to content

Commit

Permalink
💅 style: formatting 스크립트 분리 및 cva 패키지 설치 #8
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Jul 31, 2024
1 parent 544665c commit 7b8dfcf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"cz": "cz",
"formatting": "prettier --write '**/*.{ts,tsx}' && eslint --fix .",
"formatting": "prettier --write '**/*.{ts,tsx}'",
"lint": "eslint --fix .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
Expand All @@ -18,6 +18,7 @@
"@radix-ui/themes": "^3.1.1",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query-devtools": "^5.50.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"next": "14.2.4",
"react": "^18",
Expand Down
16 changes: 16 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 7b8dfcf

Please sign in to comment.