-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.22 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
{
"name": "docs",
"private": true,
"type": "module",
"scripts": {
"genapi": "tsx ./scripts/generate-docs.ts",
"prebuild": "npm run genapi",
"build": "next build",
"dev": "rm -rf .next && next dev --port 3500",
"start": "next start",
"postinstall": "fumadocs-mdx",
"prepare": "husky"
},
"dependencies": {
"fast-glob": "^3.3.3",
"fumadocs-core": "^16.7.7",
"fumadocs-mdx": "^14.2.11",
"fumadocs-openapi": "^10.6.1",
"fumadocs-ui": "^16.7.7",
"geist": "^1.7.0",
"lucide-react": "^1.7.0",
"next": "^16.2.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rimraf": "^6.1.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@tailwindcss/postcss": "^4.2.2",
"@types/mdx": "^2.0.13",
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"commitlint-config-non-conventional": "^1.0.1",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"oxfmt": "^0.42.0",
"oxlint": "^1.57.0",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"packageManager": "npm@11.6.2"
}