-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
78 lines (78 loc) · 2.27 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
{
"name": "langfuse-docs",
"version": "0.0.1",
"description": "Langfuse docs",
"scripts": {
"dev": "next dev -p 3333",
"build": "next build",
"postbuild": "next-sitemap && echo 'Removing .next/cache to resolve Nextra caching bug' && rm -rf .next/cache",
"start": "next start -p 3333",
"analyze": "cross-env ANALYZE=true next build"
},
"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.3",
"@vercel/speed-insights": "^1.0.14",
"@vidstack/react": "^0.6.15",
"ai": "^3.4.29",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.10",
"geist": "^1.3.1",
"gpt3-tokenizer": "^1.1.5",
"langfuse": "^3.28.0",
"lucide-react": "^0.451.0",
"next": "^14.2.15",
"next-sitemap": "^4.2.3",
"nextra": "^3.0.15",
"nextra-theme-docs": "^3.0.15",
"openai-edge": "^1.2.2",
"postcss": "^8.4.47",
"posthog-js": "^1.176.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.1",
"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.14",
"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"
},
"optionalDependencies": {
"crisp-sdk-web": "^1.0.25"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 50,
"showDetails": true
},
"packageManager": "[email protected]"
}