Skip to content

Commit

Permalink
➖ rm_dep(package.json): rm unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
M0rtzz committed Jun 8, 2024
1 parent 0d3eba8 commit 0db0471
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,22 @@
},
"dependencies": {
"@discublog/api": "latest",
"@formkit/auto-animate": "^0.8.2",
"@giscus/react": "^3.0.0",
"@tabler/icons-react": "^3.5.0",
"@vercel/speed-insights": "^1.0.11",
"client": "link:@discublog/api/client",
"clsx": "^2.1.1",
"dark-toggle": "2.0.0-test.0",
"eslint-plugin-react-hooks": "^4.6.2",
"lodash.upperfirst": "^4.3.1",
"motion-wave": "^0.0.5",
"next": "14.2.3",
"p2-es": "^1.2.3",
"pnpm": "^9.1.3",
"react": "^18.3.1",
"react-aria-components": "^1.2.1",
"react-dom": "^18.3.1",
"react-markdown-toc": "^1.2.0",
"tailwind-merge": "^2.3.0",
"tooltip": "link:@/markdown/twoslash/tooltip",
"typed.js": "^2.1.0",
"use-flip": "^1.0.0",
"useMounted": "link:@/hooks/useMounted"
"use-flip": "^1.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.3",
Expand Down Expand Up @@ -68,7 +62,6 @@
"rehype-autolink-headings": "^7.1.0",
"rehype-default-code-lang": "^1.0.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
"remark-gfm": "^4.0.0",
"rsc-mdx": "0.0.0-beta.1",
"sharp": "^0.33.4",
Expand All @@ -81,4 +74,4 @@
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
}
}
}

0 comments on commit 0db0471

Please sign in to comment.