-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"name": "tsuika-api-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx && bun lefthook install",
"lint": "biome check",
"format": "biome format --write",
"lint:commit": "commitlint --edit",
"gen:docs": "bun ./scripts/generate-docs.ts"
},
"dependencies": {
"fumadocs-core": "15.8.5",
"fumadocs-mdx": "12.0.3",
"fumadocs-openapi": "^9.5.1",
"fumadocs-ui": "15.8.5",
"lucide-react": "^0.544.0",
"next": "15.5.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"rimraf": "^6.0.1",
"shiki": "^3.13.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.6",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@tailwindcss/postcss": "^4.1.14",
"@types/mdx": "^2.0.13",
"@types/node": "24.6.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"lefthook": "^1.13.6",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3"
},
"trustedDependencies": ["lefthook"]
}