-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.43 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
{
"name": "openshock-wiki",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "oxlint src/",
"format": "oxfmt --write src/ docs/",
"format:check": "oxfmt --check src/ docs/"
},
"dependencies": {
"@orama/orama": "^3.1.18",
"@radix-ui/react-tabs": "^1.1.13",
"class-variance-authority": "^0.7.1",
"fumadocs-core": "16.7.15",
"fumadocs-mdx": "14.2.13",
"fumadocs-ui": "16.7.15",
"hast-util-to-jsx-runtime": "^2.3.6",
"lucide-react": "^1.8.0",
"next": "16.2.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"remark": "^15.0.1",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.1",
"remark-rehype": "^11.1.2",
"tailwind-merge": "^3.5.0",
"unist-util-visit": "^5.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"postcss": "^8.5.9",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"patchedDependencies": {
"fumadocs-ui@16.7.15": "patches/fumadocs-ui@16.7.15.patch"
}
}
}