-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
87 lines (87 loc) · 2.65 KB
/
package.json
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
{
"name": "langfuse-docs",
"version": "0.0.1",
"description": "Langfuse docs",
"scripts": {
"dev": "next dev -p 3333",
"build": "next build",
"postbuild": "pnpm run postbuild:sitemap && pnpm run postbuild:cleanup && pnpm run postbuild:llms-txt",
"start": "next start -p 3333",
"analyze": "cross-env ANALYZE=true next build",
"postbuild:sitemap": "next-sitemap",
"postbuild:cleanup": "echo 'Removing .next/cache to resolve Nextra caching bug' && rm -rf .next/cache",
"postbuild:llms-txt": "node scripts/generate_llms_txt.js"
},
"engines": {
"node": "20"
},
"homepage": "https://docs.langfuse.com",
"dependencies": {
"@calcom/embed-react": "^1.5.2",
"@headlessui/react": "^2.2.0",
"@hookform/resolvers": "^3.9.1",
"@inkeep/uikit": "^0.3.19",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@react-three/drei": "^9.120.4",
"@react-three/fiber": "^8.17.10",
"@supabase/supabase-js": "^2.47.10",
"@tanstack/react-table": "^8.20.6",
"@vercel/og": "^0.6.4",
"@vercel/speed-insights": "^1.1.0",
"@vidstack/react": "^0.6.15",
"ai": "^3.4.30",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.15.0",
"geist": "^1.3.1",
"gpt3-tokenizer": "^1.1.5",
"langfuse": "^3.32.0",
"lucide-react": "^0.469.0",
"next": "^15.1.2",
"next-sitemap": "^4.2.3",
"nextra": "3.0.15",
"nextra-theme-docs": "3.0.15",
"openai-edge": "^1.2.2",
"postcss": "^8.4.49",
"posthog-js": "^1.203.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"react-tweet": "^3.2.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"three": "^0.171.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.1.4",
"@types/node": "20.11.1",
"cross-env": "^7.0.3",
"typescript": "^5.6.3",
"xml2js": "^0.6.2"
},
"optionalDependencies": {
"crisp-sdk-web": "^1.0.25"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 500,
"skipCommentIfEmpty": true,
"showDetails": true
},
"packageManager": "[email protected]"
}