Skip to content

Commit

Permalink
fix: install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yogjin committed Jul 27, 2022
1 parent 9eddf4c commit 6257aa4
Show file tree
Hide file tree
Showing 2 changed files with 654 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
"dependencies": {
"@tailwindcss/typography": "^0.5.4",
"date-fns": "^2.29.1",
"gray-matter": "^4.0.3",
"next": "12.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1"
},
"devDependencies": {
"@types/node": "18.6.1",
Expand Down
Loading

1 comment on commit 6257aa4

@vercel
Copy link

@vercel vercel bot commented on 6257aa4 Jul 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

yogjin-dev – ./

yogjin-dev.vercel.app
yogjin-dev-git-main-yogjin.vercel.app
yogjin-dev-yogjin.vercel.app

Please sign in to comment.