Skip to content

Commit

Permalink
Merge pull request #142 from DDD-Community/feature/decorate
Browse files Browse the repository at this point in the history
[Feature] 보드 꾸미기 - 스티커, 튜토리얼
  • Loading branch information
hwanheejung authored Dec 20, 2024
2 parents be5bfe0 + 59966e4 commit 75659fa
Show file tree
Hide file tree
Showing 94 changed files with 1,792 additions and 323 deletions.
10 changes: 3 additions & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,11 @@
2,
{ "namedComponents": ["arrow-function", "function-declaration"] }
],
"react/jsx-props-no-spreading": [
"react/jsx-props-no-spreading": "off",
"react/require-default-props": [
"error",
{
"html": "ignore"
}
],
"react/require-default-props": [
"error", {
"functions" : "defaultArguments"
"functions": "defaultArguments"
}
]
}
Expand Down
186 changes: 182 additions & 4 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@next/third-parties": "^15.1.0",
"@storybook/preview-api": "^8.1.11",
"@svgr/webpack": "^8.1.0",
"@types/uuid": "^10.0.0",
"browser-image-compression": "^2.0.2",
"eslint-import-resolver-typescript": "^3.6.1",
"next": "14.2.4",
Expand All @@ -35,7 +36,9 @@
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-moveable": "^0.56.0",
"react-multi-carousel": "^2.8.5",
"react-selecto": "^1.26.3",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7"
},
Expand Down
Loading

0 comments on commit 75659fa

Please sign in to comment.