-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.54 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.54 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
{
"name": "website",
"version": "0.0.0",
"private": true,
"engines": {
"node": "22"
},
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx",
"lint": "eslint"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^2.0.37",
"@ai-sdk/react": "^3.0.140",
"@fumadocs/mdx-remote": "^1.4.6",
"@orama/core": "^1.2.19",
"@orama/orama": "^3.1.18",
"@oramacloud/client": "^2.1.4",
"@radix-ui/react-presence": "^1.1.5",
"ai": "^6.0.138",
"class-variance-authority": "^0.7.1",
"framer-motion": "^12.38.0",
"fumadocs-core": "16.7.6",
"fumadocs-mdx": "14.2.11",
"fumadocs-ui": "16.7.6",
"hast-util-to-jsx-runtime": "^2.3.6",
"lucide-react": "^1.8.0",
"next": "^16.2.1",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.6.0",
"react-remove-scroll": "^2.7.2",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-rehype": "^11.1.2",
"shiki": "^4.0.2",
"tailwind-merge": "^3.5.0",
"unist-util-visit": "^5.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@mixedbread/cli": "^2.3.2",
"@tailwindcss/postcss": "^4.2.2",
"@types/mdx": "^2.0.13",
"@types/node": "25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^10",
"eslint-config-next": "16.2.1",
"postcss": "^8.5.8",
"serve": "^14.2.6",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2"
}
}