-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1022 Bytes
/
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
{
"name": "open-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"typecheck": "tsc --noEmit",
"lint": "biome check",
"lint:fix": "biome check --write",
"generate:openapi": "node scripts/generate-openapi.mjs"
},
"dependencies": {
"@webisopen/icons-react": "0.0.22",
"fumadocs-core": "14.2.1",
"fumadocs-mdx": "11.1.1",
"fumadocs-openapi": "5.11.8",
"fumadocs-ui": "14.2.1",
"lucide-react": "^0.454.0",
"next": "^15.1.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"shiki": "^1.29.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.8.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}