-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.2 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.2 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "kun",
"version": "1.0.0",
"description": "Remote AI Development Infrastructure - كن (Be!)",
"private": true,
"scripts": {
"dev": "next dev",
"dev:turbo": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "fumadocs-mdx",
"setup:phase1": "bash scripts/phase1/setup.sh",
"setup:phase2": "sudo bash scripts/phase2/setup.sh",
"setup:phase3": "bash scripts/phase3/setup.sh",
"health": "bash scripts/monitoring/health-check.sh",
"status": "bash scripts/status.sh"
},
"dependencies": {
"@auth/core": "^0.34.3",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tabler/icons-react": "^3.41.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"front-matter": "^4.0.2",
"fumadocs-core": "^16.7.11",
"fumadocs-mdx": "^14.2.11",
"geist": "^1.7.0",
"gray-matter": "^4.0.3",
"jotai": "^2.19.1",
"lucide-react": "^1.7.0",
"next": "16.2.2",
"next-auth": "5.0.0-beta.30",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"server-only": "^0.0.1",
"shiki": "^4.0.2",
"tailwind-merge": "^3.5.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"rehype-pretty-code": "^0.14.3",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2"
},
"keywords": [
"claude-code",
"remote-development",
"tailscale",
"tmux",
"ai-infrastructure",
"documentation"
],
"author": "Databayt",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/databayt/kun.git"
},
"engines": {
"node": ">=20.0.0"
}
}