Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jun 16, 2023
1 parent 3742f6c commit 62f314a
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 1,910 deletions.
27 changes: 1 addition & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": false,
"version": "0.0.0",
"engines": {
"node": ">=14"
"node": ">=18"
},
"bump": {
"before": [
Expand Down Expand Up @@ -45,9 +45,7 @@
"@clerk/nextjs": "4.21.1",
"@floating-ui/react-dom": "2.0.1",
"@formkit/auto-animate": "1.0.0-beta.6",
"@headlessui/react": "1.7.15",
"@mx-space/api-client": "1.4.1",
"@radix-ui/react-popover": "1.0.6",
"@sentry/nextjs": "7.55.2",
"@sentry/webpack-plugin": "2.2.2",
"@tanstack/react-query": "4.29.13",
Expand Down Expand Up @@ -75,32 +73,9 @@
"react-intersection-observer": "9.4.4",
"react-toastify": "9.1.3",
"react-wrap-balancer": "1.0.0",
"rehype-autolink-headings": "6.1.1",
"rehype-infer-description-meta": "1.1.0",
"rehype-katex": "6.0.3",
"rehype-prism-plus": "1.5.1",
"rehype-raw": "6.1.1",
"rehype-react": "7.2.0",
"rehype-rewrite": "3.0.6",
"rehype-sanitize": "5.0.1",
"rehype-slug": "5.1.0",
"rehype-stringify": "9.0.3",
"remark-breaks": "3.0.3",
"remark-directive": "2.0.1",
"remark-directive-rehype": "0.4.2",
"remark-emoji": "3.1.2",
"remark-frontmatter": "4.0.1",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"remark-parse": "10.0.2",
"remark-rehype": "10.1.0",
"remark-stringify": "10.0.3",
"remove-markdown": "0.5.0",
"socket.io-client": "4.6.2",
"tailwind-merge": "1.13.1",
"unified": "10.1.2",
"unist-builder": "3.0.1",
"unist-util-visit": "4.1.2",
"validator": "13.9.0"
},
"devDependencies": {
Expand Down
27 changes: 27 additions & 0 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"dependencies": {
"rehype-autolink-headings": "6.1.1",
"rehype-infer-description-meta": "1.1.0",
"rehype-katex": "6.0.3",
"rehype-prism-plus": "1.5.1",
"rehype-raw": "6.1.1",
"rehype-react": "7.2.0",
"rehype-rewrite": "3.0.6",
"rehype-sanitize": "5.0.1",
"rehype-slug": "5.1.0",
"rehype-stringify": "9.0.3",
"remark-breaks": "3.0.3",
"remark-directive": "2.0.1",
"remark-directive-rehype": "0.4.2",
"remark-emoji": "3.1.2",
"remark-frontmatter": "4.0.1",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"remark-parse": "10.0.2",
"remark-rehype": "10.1.0",
"remark-stringify": "10.0.3",
"unified": "10.1.2",
"unist-builder": "3.0.1",
"unist-util-visit": "4.1.2"
}
}
File renamed without changes.
File renamed without changes.
Loading

1 comment on commit 62f314a

@vercel
Copy link

@vercel vercel bot commented on 62f314a Jun 16, 2023

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:

springtide – ./

springtide.vercel.app
springtide-git-main-innei.vercel.app
springtide-innei.vercel.app

Please sign in to comment.