-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
{
"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.6",
"fumadocs-ui": "14.7.7",
"fumadocs-core": "14.7.7",
"fumadocs-openapi": "5.11.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"fumadocs-mdx": "11.3.1",
"remark": "15.0.1",
"remark-gfm": "4.0.0",
"remark-rehype": "11.1.1",
"@shikijs/rehype": "^1.27.2",
"hast-util-to-jsx-runtime": "2.3.2",
"shiki": "^1.27.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"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.474.0",
"tailwind-merge": "2.6.0"
},
"devDependencies": {
"@fumadocs/cli": "0.0.7",
"@types/node": "22.10.6",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3",
"@types/mdx": "^2.0.13",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"eslint": "^8",
"eslint-config-next": "15.1.4",
"tailwindcss-animate": "^1.0.7",
"@next/bundle-analyzer": "15.1.5",
"@next/env": "15.1.5",
"@next/eslint-plugin-next": "15.1.5",
"@types/hast": "^3.0.4"
}
}