Skip to content

Commit

Permalink
fix: add layoutRoot
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 1, 2023
1 parent 94ba269 commit 555b7e2
Show file tree
Hide file tree
Showing 8 changed files with 400 additions and 561 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,20 @@ A theme for [Mix Space](https://github.com/mx-space)

### 本站依旧接入了 WebSocket 连接,通知和更新当前的活动。

### 头部
- 发布文章站内通知
- 文章的实时修改,实时反映
- 实时评论 WIP

### 头部

- 4 种不同的状态

### FAB

对移动端进行了优化,调整了尺寸为了更好的点击。

## License

2022 © Innei, Released under the MIT License.
2023 © Innei, Released under the MIT License. Thanks GPT-4.

> [Personal Website](https://innei.in/) · GitHub [@Innei](https://github.com/innei/)
53 changes: 21 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,73 +37,64 @@
"prod:reload": "pm2 reload ecosystem.config.js"
},
"dependencies": {
"@clerk/nextjs": "4.21.10",
"@clerk/nextjs": "4.21.13",
"@floating-ui/react-dom": "2.0.1",
"@formkit/auto-animate": "1.0.0-pre-alpha.3",
"@mx-space/api-client": "1.4.3",
"@radix-ui/react-dialog": "1.0.4",
"@sentry/nextjs": "7.56.0",
"@sentry/webpack-plugin": "2.3.0",
"@sentry/nextjs": "7.57.0",
"@sentry/webpack-plugin": "2.4.0",
"@tanstack/react-query": "4.29.19",
"@tanstack/react-query-devtools": "4.29.19",
"@tanstack/react-query-persist-client": "4.29.19",
"@uidotdev/usehooks": "2.0.1",
"@upstash/redis": "1.21.0",
"@upstash/redis": "1.22.0",
"@vercel/analytics": "1.0.1",
"axios": "1.4.0",
"clsx": "1.2.1",
"daisyui": "3.1.6",
"dayjs": "1.11.8",
"foxact": "0.2.10",
"framer-motion": "^10.12.17",
"daisyui": "3.1.7",
"dayjs": "1.11.9",
"foxact": "0.2.11",
"framer-motion": "^10.12.18",
"idb-keyval": "6.2.1",
"immer": "^10.0.2",
"jotai": "2.2.1",
"js-cookie": "3.0.5",
"markdown-escape": "2.0.0",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.1.3-beta.2",
"mdast-util-toc": "6.1.1",
"medium-zoom": "1.0.8",
"mermaid": "10.2.3",
"mermaid": "10.2.4",
"next": "13.4.7",
"next-themes": "0.2.1",
"qrcode.react": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.10",
"react-intersection-observer": "9.5.1",
"react-intersection-observer": "9.5.2",
"react-toastify": "9.1.3",
"react-tweet": "2.0.2",
"react-tweet": "3.0.0",
"react-wrap-balancer": "1.0.0",
"remove-markdown": "0.5.0",
"socket.io-client": "4.7.0",
"tailwind-merge": "1.13.2",
"validator": "13.9.0"
"socket.io-client": "4.7.1",
"tailwind-merge": "1.13.2"
},
"devDependencies": {
"@iconify-json/material-symbols": "1.1.49",
"@iconify-json/material-symbols": "1.1.50",
"@iconify-json/mingcute": "1.1.7",
"@iconify/tailwind": "0.1.3",
"@innei/eslint-config-react-ts": "0.10.2",
"@innei/prettier": "0.10.2",
"@innei/eslint-config-react-ts": "0.10.3",
"@innei/prettier": "0.10.3",
"@next/bundle-analyzer": "13.4.7",
"@tailwindcss/typography": "0.5.9",
"@types/color": "3.0.3",
"@types/js-cookie": "3.0.3",
"@types/markdown-escape": "1.1.0",
"@types/node": "20.3.2",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/remove-markdown": "0.3.1",
"@types/validator": "13.7.17",
"autoprefixer": "10.4.14",
"color": "4.2.3",
"cross-env": "7.0.3",
"dotenv": "16.3.1",
"eslint": "8.43.0",
"eslint": "8.44.0",
"husky": "8.0.3",
"js-yaml": "4.1.0",
"lint-staged": "13.2.2",
"lint-staged": "13.2.3",
"postcss": "8.4.24",
"postcss-import": "15.1.0",
"postcss-nested": "6.0.1",
Expand All @@ -113,11 +104,9 @@
"rimraf": "5.0.1",
"simple-git-hooks": "2.8.1",
"tailwind-scrollbar": "3.0.4",
"tailwind-variants": "0.1.8",
"tailwind-variants": "0.1.10",
"tailwindcss": "^3.3.2",
"tailwindcss-variable-colors": "0.0.1",
"tilg": "0.1.1",
"typescript": "5.1.3",
"typescript": "5.1.6",
"typewind": "^0.1.3",
"zx": "7.2.2"
},
Expand Down
Loading

0 comments on commit 555b7e2

Please sign in to comment.