-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.56 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
{
"name": "prism-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build && node scripts/nest-static-export.mjs",
"dev": "NODE_OPTIONS='--max-old-space-size=3072' next dev",
"start": "serve out",
"deploy": "pnpm run build && wrangler deploy",
"upload": "pnpm run build && wrangler versions upload",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "biome check",
"format": "biome format --write",
"lint:fix": "biome check --write",
"lint:md": "markdownlint --disable MD013 MD033 MD007 MD029 MD059 MD024 MD025 -- content/docs",
"publish-image": "node scripts/publish-image.mjs"
},
"dependencies": {
"@orama/orama": "^3.1.18",
"@types/unist": "^3.0.3",
"clsx": "^2.1.1",
"fumadocs-core": "16.5.2",
"fumadocs-mdx": "^14.2.7",
"fumadocs-ui": "16.5.2",
"mermaid": "^11.12.2",
"next": "16.1.6",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"remark-directive": "^4.0.0",
"tailwind-merge": "^3.4.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@tailwindcss/postcss": "^4.1.18",
"@types/mdx": "^2.0.13",
"@types/node": "^25.2.1",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"markdownlint-cli": "^0.44.0",
"postcss": "^8.5.6",
"serve": "^14.2.5",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"wrangler": "^4.81.1"
},
"packageManager": "pnpm@11.5.2"
}