feat: 处理reference&部分样式优化
Showing
| ... | ... | @@ -42,11 +42,13 @@ |
| "@heroui/react": "2.6.14", | ||
| "@reduxjs/toolkit": "^2.2.7", | ||
| "@rsbuild/plugin-image-compress": "^1.1.0", | ||
| "@types/mdast": "^4.0.4", | ||
| "ahooks": "^3.8.0", | ||
| "axios": "^1.7.3", | ||
| "clsx": "^2.1.1", | ||
| "date-fns": "^3.6.0", | ||
| "github-markdown-css": "^5.8.0", | ||
| "mdast": "^3.0.0", | ||
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1", | ||
| "react-draggable": "^4.4.6", | ||
| ... | ... | @@ -60,7 +62,9 @@ |
| "rehype-raw": "^7.0.0", | ||
| "rehype-sanitize": "^6.0.0", | ||
| "remark-gfm": "^4.0.0", | ||
| "tailwind-merge": "^2.4.0" | ||
| "remark-parse": "^11.0.0", | ||
| "tailwind-merge": "^2.4.0", | ||
| "unist-util-visit": "^5.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@antfu/eslint-config": "^2.24.1", | ||
| ... | ... | @@ -72,9 +76,11 @@ |
| "@rsbuild/plugin-svgr": "1.0.1-beta.9", | ||
| "@rsbuild/plugin-typed-css-modules": "^1.0.2", | ||
| "@rsdoctor/rspack-plugin": "^0.3.10", | ||
| "@types/hast": "^3.0.4", | ||
| "@types/node": "^22.0.2", | ||
| "@types/react": "^18.3.3", | ||
| "@types/react-dom": "^18.3.0", | ||
| "@types/unist": "^3.0.3", | ||
| "eslint": "^9.8.0", | ||
| "eslint-plugin-react-hooks": "^4.6.2", | ||
| "eslint-plugin-react-refresh": "^0.4.9", | ||
| ... | ... |
Please
register
or
sign in
to comment