docs: guide setup (#10862)

This commit is contained in:
Noel
2025-04-28 02:23:27 +02:00
committed by GitHub
parent 291012c18a
commit 2184085fda
58 changed files with 4996 additions and 3361 deletions

View File

@@ -50,48 +50,46 @@
"@react-icons/all-files": "^4.1.0",
"@vercel/analytics": "^1.5.0",
"@vercel/edge-config": "^1.4.0",
"@vercel/og": "^0.6.8",
"@vercel/postgres": "^0.10.0",
"cmdk": "^1.1.1",
"cva": "1.0.0-beta.3",
"geist": "^1.3.1",
"immer": "^10.1.1",
"jotai": "^2.12.2",
"jotai": "^2.12.3",
"jotai-immer": "^0.4.1",
"lucide-react": "^0.487.0",
"lucide-react": "^0.503.0",
"meilisearch": "^0.49.0",
"motion": "^12.6.3",
"next": "15.3.1-canary.2",
"motion": "^12.9.2",
"next": "15.4.0-canary.11",
"next-mdx-remote-client": "^2.1.1",
"next-themes": "^0.4.6",
"nuqs": "^2.4.1",
"nuqs": "^2.4.3",
"overlayscrollbars": "^2.11.1",
"overlayscrollbars-react": "^0.5.6",
"react": "^19.1.0",
"react-aria": "^3.38.1",
"react-aria-components": "^1.7.1",
"react-aria": "^3.39.0",
"react-aria-components": "^1.8.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^5.0.0",
"sharp": "^0.33.5",
"sharp": "^0.34.1",
"tailwind-merge": "^3.1.0",
"tw-animate-css": "^1.2.5",
"usehooks-ts": "^3.1.1",
"vaul": "^1.1.2"
"tw-animate-css": "^1.2.8",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@next/env": "^15.2.4",
"@shikijs/rehype": "^3.2.1",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.3",
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@tailwindcss/vite": "^4.1.4",
"@types/node": "^22.15.2",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"autoprefixer": "^10.4.21",
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
"babel-plugin-react-compiler": "19.1.0-rc.1",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.24.0",
"eslint": "^9.25.1",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-pretty": "^6.0.1",
"git-describe": "^4.1.1",
@@ -101,9 +99,9 @@
"remark-gfm": "^4.0.1",
"remark-rehype": "^11.1.2",
"shiki": "^3.2.1",
"tailwindcss": "^4.1.3",
"tailwindcss": "^4.1.4",
"tailwindcss-react-aria-components": "^2.0.0",
"turbo": "^2.5.0",
"turbo": "^2.5.2",
"typescript": "^5.8.2",
"vercel": "^41.4.1"
},