-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
83 lines (83 loc) · 2.52 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
{
"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.1",
"@headlessui/react": "^2.1.10",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@supabase/supabase-js": "^2.45.6",
"@tanstack/react-table": "^8.20.5",
"@vercel/og": "^0.6.4",
"@vercel/speed-insights": "^1.0.14",
"@vidstack/react": "^0.6.15",
"ai": "^3.4.30",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.17",
"geist": "^1.3.1",
"gpt3-tokenizer": "^1.1.5",
"langfuse": "^3.29.1",
"lucide-react": "^0.460.0",
"next": "^15.0.3",
"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.187.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-tweet": "^3.2.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.15",
"@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": "pnpm@9.5.0"
}