mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
<!-- Make sure you've read the CONTRIBUTING.md guidelines: https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Switched AI provider for improved streaming and model selection. * Updated chat UI: smoother near-bottom scrolling, refined layout, and visual enhancements. * **Documentation** * Removed legacy Stack Auth setup guide from docs. * **Chores** * Updated docs dependencies and environment configuration; added new API key variable and removed an old global key. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
76 lines
2.3 KiB
JSON
76 lines
2.3 KiB
JSON
{
|
|
"name": "@stackframe/stack-docs",
|
|
"version": "2.8.65",
|
|
"repository": "https://github.com/stack-auth/stack-auth",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}04",
|
|
"start": "next start --port ${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}04",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "next lint",
|
|
"lint:fix": "next lint --fix",
|
|
"postinstall": "fumadocs-mdx",
|
|
"generate-openapi-docs": "node scripts/generate-functional-api-docs.mjs",
|
|
"clear-docs": "node scripts/clear-docs.js"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/react": "^1.2.12",
|
|
"@openrouter/ai-sdk-provider": "0.7.5",
|
|
"@modelcontextprotocol/sdk": "^1.17.2",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
"@radix-ui/react-presence": "^1.1.4",
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@stackframe/stack": "workspace:^",
|
|
"@stackframe/stack-shared": "workspace:^",
|
|
"@vercel/mcp-adapter": "^1.0.0",
|
|
"ai": "^4.3.17",
|
|
"class-variance-authority": "^0.7.1",
|
|
"fumadocs-core": "15.3.3",
|
|
"fumadocs-mdx": "11.6.4",
|
|
"fumadocs-openapi": "^8.1.12",
|
|
"fumadocs-typescript": "^4.0.5",
|
|
"fumadocs-ui": "15.3.3",
|
|
"jose": "^6.1.3",
|
|
"js-yaml": "^4.1.0",
|
|
"lucide-react": "^0.511.0",
|
|
"mermaid": "^11.6.0",
|
|
"minimatch": "^10.0.1",
|
|
"next": "15.5.10",
|
|
"next-themes": "^0.4.6",
|
|
"posthog-js": "^1.336.1",
|
|
"posthog-node": "^4.1.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-medium-image-zoom": "^5.4.0",
|
|
"react-remove-scroll": "^2.7.0",
|
|
"remark": "^15.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-mdx": "^3.1.0",
|
|
"shiki": "^3.4.2",
|
|
"tailwind-merge": "^3.3.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.7",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "22.15.18",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.0",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.3.2",
|
|
"glob": "^11.0.0",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^4.1.7",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"packageManager": "pnpm@10.23.0"
|
|
}
|