-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.89 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.89 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
{
"name": "docs-v2",
"version": "2.3.2",
"private": true,
"description": "Epicentral Docs V2",
"author": "Epicentral Labs",
"license": "Apache-2.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"lint": "eslint"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^1.0.27",
"@ai-sdk/react": "^2.0.93",
"@openpanel/nextjs": "^1.0.9",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-presence": "^1.1.5",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-tabs": "^1.1.13",
"@vercel/analytics": "^1.6.1",
"ai": "^5.0.93",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"fumadocs-core": "16.0.10",
"fumadocs-mdx": "13.0.7",
"fumadocs-typescript": "^4.0.13",
"fumadocs-ui": "16.0.10",
"gsap": "^3.13.0",
"hast": "^1.0.0",
"hast-util-to-jsx-runtime": "^2.3.6",
"katex": "^0.16.25",
"lucide-react": "^0.552.0",
"next": "16.0.10",
"next-themes": "^0.4.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-medium-image-zoom": "^5.4.0",
"rehype-katex": "^7.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-rehype": "^11.1.2",
"shiki": "^3.15.0",
"tailwind-merge": "^3.4.0",
"unist-util-visit": "^5.0.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.16",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3"
}
}