-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.31 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
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@graphif/docs",
"version": "0.0.0",
"private": true,
"license": "CC-BY-SA-4.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@fuma-translate/react": "^1.0.2",
"@fumadocs/base-ui": "^16.11.2",
"@msgpack/msgpack": "^3.1.3",
"@next/third-parties": "^16.2.10",
"@octokit/core": "^7.0.6",
"@octokit/openapi-types": "^27.0.0",
"@octokit/request": "^10.0.11",
"@octokit/types": "^16.0.0",
"@orama/orama": "^3.1.18",
"@orama/tokenizers": "^3.1.18",
"@radix-ui/react-collapsible": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.18",
"@radix-ui/react-popover": "^1.1.19",
"@radix-ui/react-presence": "^1.1.7",
"@radix-ui/react-primitive": "^2.1.7",
"@radix-ui/react-scroll-area": "^1.2.14",
"@radix-ui/react-tabs": "^1.1.17",
"@zip.js/zip.js": "^2.8.26",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cnfast": "^0.0.8",
"extprg-types": "^1.3.2",
"framer-motion": "^12.42.2",
"fumadocs-core": "16.9.0",
"fumadocs-mdx": "15.0.7",
"fumadocs-twoslash": "^3.3.0",
"fumadocs-typescript": "5.3.0",
"fumadocs-ui": "16.9.0",
"katex": "^0.17.0",
"lucide-react": "^1.24.0",
"mime": "^4.1.0",
"motion": "^12.42.2",
"motion-dom": "^12.42.2",
"next": "16.2.6",
"next-themes": "^0.4.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-use": "^17.6.1",
"rehype-katex": "^7.0.1",
"rehype-react": "^8.0.0",
"remark": "^15.0.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-mdx": "^3.1.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"scroll-into-view-if-needed": "^3.1.0",
"shiki": "^4.3.1",
"tailwind-merge": "^3.6.0",
"ts-morph": "^28.0.0",
"twoslash": "^0.3.9",
"unified": "^11.0.5",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.2",
"@types/mdx": "^2.0.14",
"@types/node": "26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.16",
"prettier": "^3.9.5",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.3.2",
"typescript": "^5.9.3"
}
}