-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.32 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.32 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": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"format": "npx @biomejs/biome format --write .",
"lint": "npx @biomejs/biome lint --fix ."
},
"dependencies": {
"@mdx-js/mdx": "^3.1.0",
"@orama/core": "^1.2.13",
"@orama/ui": "^1.3.3",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"dedent": "^1.6.0",
"fumadocs-core": "15.3.3",
"fumadocs-docgen": "^2.0.0",
"fumadocs-mdx": "^11.6.4",
"fumadocs-openapi": "^8.1.11",
"fumadocs-typescript": "^4.0.4",
"fumadocs-ui": "^15.3.3",
"glob": "^11.0.2",
"jsdom": "^26.1.0",
"lucide-react": "^0.511.0",
"marked": "^15.0.12",
"next": "15.3.8",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.0",
"tailwind-merge": "^3.3.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/postcss": "^4.1.7",
"@types/jsdom": "^21.1.7",
"@types/mdx": "^2.0.13",
"@types/node": "22.15.18",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3"
}
}