docs: add shellType table

This commit is contained in:
ReaJason
2026-01-12 02:12:34 +08:00
parent 2f325934e1
commit b04a34f1ab
3 changed files with 306 additions and 76 deletions
+12 -12
View File
@@ -14,25 +14,25 @@
"dependencies": {
"@base-ui/react": "^1.0.0",
"@hookform/resolvers": "^5.2.2",
"@orama/orama": "^3.1.17",
"@orama/stopwords": "^3.1.17",
"@orama/tokenizers": "^3.1.17",
"@react-router/node": "^7.10.1",
"@orama/orama": "^3.1.18",
"@orama/stopwords": "^3.1.18",
"@orama/tokenizers": "^3.1.18",
"@react-router/node": "^7.11.0",
"@tanstack/react-query": "^5.90.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.26",
"fumadocs-core": "^16.2.5",
"fumadocs-mdx": "14.1.0",
"fumadocs-core": "^16.3.1",
"fumadocs-mdx": "14.1.1",
"fumadocs-ui": "16.2.5",
"i18next": "^25.7.3",
"isbot": "^5.1.32",
"lucide-react": "^0.561.0",
"lucide-react": "^0.562.0",
"motion": "^12.23.26",
"react": "^19.2.3",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.2.3",
"react-hook-form": "^7.68.0",
"react-hook-form": "^7.69.0",
"react-i18next": "^16.5.0",
"react-medium-image-zoom": "^5.4.0",
"react-syntax-highlighter": "^16.1.0",
@@ -42,11 +42,11 @@
"yup": "^1.7.1"
},
"devDependencies": {
"@biomejs/biome": "^2.3.9",
"@react-router/dev": "^7.10.1",
"@biomejs/biome": "^2.3.10",
"@react-router/dev": "^7.11.0",
"@tailwindcss/vite": "^4.1.18",
"@types/mdx": "^2.0.13",
"@types/node": "^25.0.2",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.2.3",
@@ -58,6 +58,6 @@
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vite-plugin-devtools-json": "^1.0.0",
"vite-tsconfig-paths": "^6.0.1"
"vite-tsconfig-paths": "^6.0.3"
}
}