feat: support probe shell generation

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent 6a4c5a1e96
commit 13be57e66d
304 changed files with 59084 additions and 1454 deletions
+23 -22
View File
@@ -14,42 +14,43 @@
"lint:fix": "bunx @biomejs/biome check ./ --write"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@types/node": "^24.0.15",
"@types/react": "^19.1.8",
"@biomejs/biome": "2.1.3",
"@react-router/dev": "^7.8.0",
"@types/node": "^24.2.1",
"@types/react": "^19.1.9",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.1.6",
"@types/react-dom": "^19.1.7",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.7.0",
"@vitejs/plugin-react": "^5.0.0",
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"vite": "^7.0.5",
"typescript": "^5.9.2",
"vite": "^7.1.1",
"vite-bundle-visualizer": "^1.2.1"
},
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"@hookform/resolvers": "^5.2.1",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query": "^5.84.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.6",
"i18next": "^25.3.2",
"lucide-react": "^0.525.0",
"motion": "^12.23.6",
"framer-motion": "^12.23.12",
"i18next": "^25.3.4",
"lucide-react": "^0.537.0",
"motion": "^12.23.12",
"radix-ui": "^1.4.2",
"react": "^19.1.0",
"react": "^19.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.60.0",
"react-i18next": "^15.6.0",
"react-router": "^7.7.0",
"react-router-dom": "^7.7.0",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.6.1",
"react-router": "^7.8.0",
"react-router-dom": "^7.8.0",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^2.0.6",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.5",
"yup": "^1.6.1"
"tw-animate-css": "^1.3.6",
"yup": "^1.7.0"
},
"trustedDependencies": [
"@biomejs/biome"