docs: move folder

This commit is contained in:
ReaJason
2025-12-08 01:43:41 +08:00
parent e9f16ca32e
commit aa1d9bb69d
29 changed files with 654 additions and 1411 deletions
+44 -44
View File
@@ -5,52 +5,52 @@
"": {
"name": "fumadocs",
"dependencies": {
"@hookform/resolvers": "latest",
"@orama/orama": "latest",
"@orama/stopwords": "latest",
"@orama/tokenizers": "latest",
"@react-router/node": "latest",
"@tanstack/react-query": "latest",
"class-variance-authority": "latest",
"clsx": "latest",
"framer-motion": "latest",
"fumadocs-core": "latest",
"fumadocs-mdx": "latest",
"fumadocs-ui": "latest",
"i18next": "latest",
"isbot": "latest",
"lucide-react": "latest",
"motion": "latest",
"radix-ui": "latest",
"react": "latest",
"react-copy-to-clipboard": "latest",
"react-dom": "latest",
"react-hook-form": "latest",
"react-i18next": "latest",
"react-syntax-highlighter": "latest",
"sonner": "latest",
"tailwind-merge": "latest",
"tw-animate-css": "latest",
"yup": "latest",
"@hookform/resolvers": "^5.2.2",
"@orama/orama": "^3.1.16",
"@orama/stopwords": "^3.1.16",
"@orama/tokenizers": "^3.1.16",
"@react-router/node": "^7.10.1",
"@tanstack/react-query": "^5.90.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.25",
"fumadocs-core": "16.2.3",
"fumadocs-mdx": "14.1.0",
"fumadocs-ui": "16.2.3",
"i18next": "^25.7.1",
"isbot": "^5.1.32",
"lucide-react": "^0.556.0",
"motion": "^12.23.25",
"radix-ui": "^1.4.3",
"react": "^19.2.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.2.1",
"react-hook-form": "^7.68.0",
"react-i18next": "^16.4.0",
"react-syntax-highlighter": "^16.1.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"yup": "^1.7.1",
},
"devDependencies": {
"@biomejs/biome": "latest",
"@react-router/dev": "latest",
"@tailwindcss/vite": "latest",
"@types/mdx": "latest",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-copy-to-clipboard": "latest",
"@types/react-dom": "latest",
"@types/react-syntax-highlighter": "latest",
"react-router-devtools": "latest",
"rimraf": "latest",
"serve": "latest",
"tailwindcss": "latest",
"typescript": "latest",
"vite": "latest",
"vite-plugin-devtools-json": "latest",
"vite-tsconfig-paths": "latest",
"@biomejs/biome": "^2.3.8",
"@react-router/dev": "^7.10.1",
"@tailwindcss/vite": "^4.1.17",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@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.0.0",
"rimraf": "^6.1.2",
"serve": "^14.2.5",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"vite": "^7.2.6",
"vite-plugin-devtools-json": "^1.0.0",
"vite-tsconfig-paths": "^5.1.4",
},
},
},