Skip to content

Commit e998d58

Browse files
committed
chore: 의존성 추가
1 parent 6416c5e commit e998d58

File tree

2 files changed

+70
-1
lines changed

2 files changed

+70
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,14 @@
4747
"mui-mdx-components": "^0.5.0",
4848
"notistack": "^3.0.2",
4949
"react": "^19.1.0",
50+
"react-confetti": "^6.4.0",
5051
"react-dom": "^19.1.0",
5152
"react-lottie": "^1.2.10",
5253
"react-router-dom": "^7.6.0",
54+
"react-sortablejs": "^6.1.4",
5355
"remark-gfm": "^4.0.1",
54-
"remeda": "^2.21.5"
56+
"remeda": "^2.21.5",
57+
"sortablejs": "^1.15.6"
5558
},
5659
"devDependencies": {
5760
"@eslint/js": "^9.26.0",
@@ -68,6 +71,7 @@
6871
"@types/react": "^19.1.4",
6972
"@types/react-dom": "^19.1.5",
7073
"@types/react-lottie": "^1.2.10",
74+
"@types/sortablejs": "^1.15.8",
7175
"@typescript-eslint/parser": "^8.32.1",
7276
"@vitejs/plugin-react": "^4.4.1",
7377
"csstype": "^3.1.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)