forked from langfuse/langfuse-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.83 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "langfuse-docs",
"version": "0.0.1",
"description": "Langfuse docs",
"scripts": {
"dev": "next dev -p 3333 -H 127.0.0.1",
"prebuild": "node scripts/update-github-stars.js && node scripts/authors/generate-contributors.js && node scripts/copy_md_sources.js && node scripts/generate-sitemap-excludes.js",
"build": "next build",
"postbuild": "pnpm run postbuild:sitemap && pnpm run postbuild:cleanup && pnpm run postbuild:llms-txt",
"build:static": "cross-env STATIC_EXPORT=true pnpm run prebuild && cross-env STATIC_EXPORT=true next build && pnpm run postbuild:static",
"postbuild:static": "pnpm run postbuild && node scripts/generate-cloudflare-redirects.js && cp lib/_headers out/",
"start": "next start -p 3333",
"analyze": "cross-env ANALYZE=true next build",
"postbuild:sitemap": "next-sitemap",
"postbuild:cleanup": "echo 'Removing .next/cache' && rm -rf .next/cache",
"postbuild:llms-txt": "node scripts/generate_llms_txt.js",
"link-check": "node scripts/check-links.js",
"sitemap-check": "node scripts/check-sitemap-links.js",
"nuke": "rm -rf .next && rm -rf node_modules && pnpm install"
},
"engines": {
"node": "22"
},
"homepage": "https://docs.langfuse.com",
"dependencies": {
"@ai-sdk/openai": "^2.0.14",
"@ai-sdk/react": "^2.0.8",
"@calcom/embed-react": "^1.5.3",
"@headlessui/react": "^2.2.0",
"@hookform/resolvers": "^5.2.2",
"@icons-pack/react-simple-icons": "^13.7.0",
"@inkeep/cxkit-react": "^0.5.98",
"@langfuse/client": "5.0.1",
"@langfuse/core": "5.0.1",
"@langfuse/openai": "^5.0.1",
"@langfuse/otel": "5.0.1",
"@langfuse/tracing": "5.0.1",
"@modelcontextprotocol/sdk": "^1.13.2",
"@next/third-parties": "^16.1.6",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/sdk-trace-node": "^2.0.1",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@sparticuz/chromium": "^140.0.0",
"@supabase/supabase-js": "^2.47.10",
"@tailwindcss/postcss": "^4.0.0",
"@tanstack/react-table": "^8.20.6",
"@types/nodemailer": "^7.0.4",
"@vercel/functions": "^2.2.2",
"@vercel/mcp-adapter": "^0.11.1",
"@vercel/og": "^0.6.8",
"@vidstack/react": "^1.12.13",
"ai": "^5.0.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^11.15.0",
"fumadocs-core": "^16.6.3",
"fumadocs-mdx": "^14.2.7",
"fumadocs-ui": "^16.6.3",
"geist": "^1.3.1",
"gpt3-tokenizer": "^1.1.5",
"harden-react-markdown": "^1.0.2",
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.22",
"langfuse": "^3.38.4",
"livekit-client": "^2.17.1",
"livekit-server-sdk": "^2.15.0",
"lucide-react": "^0.577.0",
"marked": "^16.3.0",
"mdast-util-mdx-jsx": "^3.2.0",
"nanoid": "^5.1.5",
"next": "^16.1.6",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.11",
"openai": "^6.22.0",
"openai-edge": "^1.2.2",
"postcss": "^8.4.49",
"posthog-js": "^1.363.1",
"posthog-node": "^5.1.1",
"puppeteer-core": "^24.23.0",
"react": "^18.3.1",
"react-country-flag": "^3.1.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.68.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"react-tweet": "^3.2.2",
"recharts": "^3.6.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"server-only": "^0.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^4.0.0",
"tailwindcss-animate": "^1.0.7",
"use-stick-to-bottom": "^1.1.1",
"zod": "^4.0.15"
},
"devDependencies": {
"@next/bundle-analyzer": "^16.1.6",
"@types/mdx": "^2.0.13",
"@types/node": "22.18.0",
"@types/react-syntax-highlighter": "^15.5.13",
"cross-env": "^7.0.3",
"markdown-link-check": "^3.13.6",
"puppeteer": "^24.23.0",
"typescript": "^5.6.3",
"xml2js": "^0.6.2"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 500,
"skipCommentIfEmpty": true,
"showDetails": true
},
"packageManager": "pnpm@9.5.0",
"pnpm": {
"overrides": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.4"
}
}
}