feat: support dubbo service memshell

This commit is contained in:
ReaJason
2026-03-21 00:51:42 +08:00
parent 25e1b3964a
commit 51b7e8e17f
32 changed files with 1233 additions and 274 deletions
+27 -27
View File
@@ -12,53 +12,53 @@
"format": "biome format --write"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@base-ui/react": "^1.3.0",
"@hookform/resolvers": "^5.2.2",
"@orama/orama": "^3.1.18",
"@orama/stopwords": "^3.1.18",
"@orama/tokenizers": "^3.1.18",
"@react-router/node": "^7.13.0",
"@tanstack/react-query": "^5.90.20",
"@react-router/node": "^7.13.1",
"@tanstack/react-query": "^5.91.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.33.0",
"fumadocs-core": "^16.5.1",
"fumadocs-mdx": "14.2.6",
"fumadocs-ui": "16.5.1",
"i18next": "^25.8.4",
"isbot": "^5.1.34",
"lucide-react": "^0.563.0",
"motion": "^12.33.0",
"framer-motion": "^12.38.0",
"fumadocs-core": "^16.7.2",
"fumadocs-mdx": "14.2.11",
"fumadocs-ui": "16.7.2",
"i18next": "^25.8.20",
"isbot": "^5.1.36",
"lucide-react": "^0.577.0",
"motion": "^12.38.0",
"react": "^19.2.4",
"react-copy-to-clipboard": "^5.1.0",
"react-copy-to-clipboard": "^5.1.1",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.1",
"react-i18next": "^16.5.4",
"react-medium-image-zoom": "^5.4.0",
"react-syntax-highlighter": "^16.1.0",
"react-hook-form": "^7.71.2",
"react-i18next": "^16.5.8",
"react-medium-image-zoom": "^5.4.1",
"react-syntax-highlighter": "^16.1.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"yup": "^1.7.1"
},
"devDependencies": {
"@biomejs/biome": "^2.3.14",
"@react-router/dev": "^7.13.0",
"@tailwindcss/vite": "^4.1.18",
"@biomejs/biome": "^2.4.8",
"@react-router/dev": "^7.13.1",
"@tailwindcss/vite": "^4.2.2",
"@types/mdx": "^2.0.13",
"@types/node": "^25.2.2",
"@types/react": "^19.2.13",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"react-router-devtools": "^6.2.0",
"rimraf": "^6.1.2",
"serve": "^14.2.5",
"tailwindcss": "^4.1.18",
"rimraf": "^6.1.3",
"serve": "^14.2.6",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite": "^8.0.1",
"vite-plugin-devtools-json": "^1.0.0",
"vite-tsconfig-paths": "^6.1.0"
"vite-tsconfig-paths": "^6.1.1"
}
}