-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.66 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
{
"name": "e-infra-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"next": "15.1.7",
"fumadocs-ui": "15.0.9",
"fumadocs-core": "15.0.9",
"fumadocs-twoslash": "3.0.0",
"fumadocs-openapi": "6.0.10",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"fumadocs-mdx": "11.5.6",
"remark": "15.0.1",
"remark-gfm": "4.0.1",
"remark-rehype": "11.1.1",
"remark-smartypants": "3.0.2",
"@shikijs/rehype": "^3.0.0",
"hast-util-to-jsx-runtime": "2.3.2",
"shiki": "^3.0.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"class-variance-authority": "^0.7.1",
"remark-math": "6.0.0",
"rehype-katex": "7.0.1",
"openai": "4.80.0",
"next-auth": "^5.0.0-beta.25",
"tiktoken": "^1.0.18",
"fs": "0.0.1-security",
"lucide-react": "0.475.0",
"tailwind-merge": "3.0.1",
"ollama": "0.5.12"
},
"devDependencies": {
"@fumadocs/cli": "0.0.7",
"@types/node": "22.13.4",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@tailwindcss/postcss": "^4.0.6",
"typescript": "^5.7.3",
"@types/mdx": "^2.0.13",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.2",
"tailwindcss": "^4.0.6",
"tailwindcss-animate": "^1.0.7",
"eslint": "^8",
"eslint-config-next": "15.1.4",
"@next/bundle-analyzer": "15.1.7",
"@next/env": "15.1.7",
"@next/eslint-plugin-next": "15.1.7",
"@types/hast": "^3.0.4"
}
}