Skip to content

Commit

Permalink
bookmark 렌더링
Browse files Browse the repository at this point in the history
  • Loading branch information
shinwonse committed Nov 20, 2024
1 parent 290afb9 commit a7a1eed
Show file tree
Hide file tree
Showing 9 changed files with 368 additions and 4 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "10.4.19",
"camelcase-keys": "^9.1.3",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
Expand All @@ -40,6 +41,7 @@
"lucide-react": "^0.368.0",
"next": "15.0.1",
"next-themes": "^0.3.0",
"node-html-markdown": "^1.3.0",
"notion-to-md": "^3.1.1",
"plaiceholder": "^3.0.0",
"postcss": "8.4.38",
Expand Down Expand Up @@ -71,6 +73,7 @@
"@storybook/nextjs": "^8.1.3",
"@storybook/react": "^8.1.3",
"@storybook/test": "^8.1.3",
"@types/cheerio": "^0.22.35",
"@types/glob": "^8.1.0",
"@types/hast": "^3.0.4",
"@types/jsdom": "^21.1.6",
Expand All @@ -82,12 +85,14 @@
"chromatic": "^11.3.5",
"encoding": "^0.1.13",
"glob": "^10.3.12",
"node-fetch": "^3.3.2",
"sass": "^1.72.0",
"storybook": "^8.1.3",
"tailwindcss": "3.4.13",
"tailwindcss-content-visibility": "^0.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "5.6.2"
"typescript": "5.6.2",
"unist-util-visit": "^5.0.0"
},
"optionalDependencies": {
"@chromatic-com/storybook": "^1.4.0",
Expand Down
Loading

0 comments on commit a7a1eed

Please sign in to comment.