-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 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
52
53
{
"name": "kimetsu-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"postbuild": "node scripts/check-static-output.mjs",
"dev": "next dev",
"start": "serve out",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"test": "node --test",
"monitor:discovery": "node scripts/check-agent-discovery.mjs",
"check": "npm run lint && npm run types:check && npm test && npm run build",
"deploy": "wrangler deploy --config wrangler.jsonc --env=\"\"",
"deploy:preview": "wrangler deploy --config wrangler.jsonc --env preview",
"deploy:gateway": "wrangler deploy --config wrangler.agents.jsonc",
"postinstall": "fumadocs-mdx",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@orama/orama": "^3.1.18",
"cnfast": "^0.0.8",
"fumadocs-core": "16.10.7",
"fumadocs-mdx": "15.0.13",
"fumadocs-ui": "16.10.7",
"lucide-react": "^1.21.0",
"next": "16.2.11",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/mdx": "^2.0.14",
"@types/node": "^26.0.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.18",
"serve": "^14.2.6",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3",
"@biomejs/biome": "^2.5.1",
"wrangler": "^4.125.0"
},
"overrides": {
"postcss": "^8.5.18",
"js-yaml": "^5.2.2",
"sharp": "^0.35.0",
"fast-uri": "^3.1.4",
"brace-expansion": "^1.1.16",
"nanoid": "3.3.18"
}
}