Skip to content

Commit

Permalink
✨ Feat(#261): 마크다운 에디터 적용 (등록, 상세보기, 수정 페이지)
Browse files Browse the repository at this point in the history
✨ Feat(#261): 마크다운 에디터 적용 (등록, 상세보기, 수정 페이지)
  • Loading branch information
sscoderati authored Nov 29, 2023
2 parents 15e0188 + e759186 commit c80a30c
Show file tree
Hide file tree
Showing 10 changed files with 2,865 additions and 112 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"@channel.io/channel-web-sdk-loader": "^1.1.3",
"@hookform/resolvers": "^3.3.2",
"@mdxeditor/editor": "^1.11.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
Expand All @@ -35,22 +36,33 @@
"react-dom": "^18",
"react-hook-form": "^7.47.0",
"react-infinite-scroller": "^1.2.6",
"rehype-parse": "^9.0.0",
"rehype-remark": "^10.0.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-stringify": "^11.0.0",
"sanitize-html": "^2.11.0",
"sharp": "^0.32.6",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.4",
"unified-stream": "^3.0.0",
"zod": "^3.22.4",
"zustand": "^4.4.4"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query-devtools": "^5.8.8",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-infinite-scroller": "^1.2.5",
"@types/sanitize-html": "^2.9.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"autoprefixer": "^10.4.16",
Expand Down
Loading

0 comments on commit c80a30c

Please sign in to comment.