Skip to content

Commit

Permalink
[#17] install remark library
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseulhee committed Jun 29, 2022
1 parent a1d68bc commit bdda8e6
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 3 deletions.
171 changes: 171 additions & 0 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@mui/icons-material": "^5.6.2",
"@nextui-org/react": "^1.0.0-beta.6",
"framer-motion": "^6.3.2",
"gray-matter": "^4.0.3",
"next": "^12.1.6",
"react": "18.0.0",
"react-dom": "18.0.0",
Expand All @@ -30,11 +31,11 @@
"@types/react-lottie": "^1.2.6",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3",
"unified": "^10.1.2",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0"
"remark-rehype": "^10.1.0",
"typescript": "4.6.3",
"unified": "^10.1.2"
}
}
Loading

0 comments on commit bdda8e6

Please sign in to comment.