-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 2.73 KB
/
Copy pathpackage.json
File metadata and controls
109 lines (109 loc) · 2.73 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "moi-computer",
"version": "0.3.0-next.0",
"description": "Local AI workspace powered by the Claude Agent SDK, Bun, React, and Tailwind. Requires Bun.",
"license": "Elastic-2.0",
"type": "module",
"homepage": "https://github.com/molefrog/moi#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/molefrog/moi.git"
},
"bugs": {
"url": "https://github.com/molefrog/moi/issues"
},
"keywords": [
"ai",
"agent",
"claude",
"claude-agent-sdk",
"bun",
"workspace",
"cli"
],
"engines": {
"bun": ">=1.3"
},
"bin": {
"moi": "bin/moi.mjs"
},
"files": [
"bin",
"server",
"client",
"lib",
"workspace",
"bunfig.toml",
"tsconfig.json",
"dist",
"!**/*.test.ts",
"!**/*.test.tsx",
"!server/test",
"!workspace/.env",
"!workspace/.claude/settings.local.json",
"!workspace/.moi"
],
"scripts": {
"dev": "bun server/cli.ts start --dev --debug",
"build:client": "bun scripts/build-client.ts",
"vendor:react": "bun scripts/build-vendor.ts",
"prepack": "bun scripts/build-client.ts",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt",
"format:check": "oxfmt --check",
"prepare": "git config core.hooksPath .githooks"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.3.197",
"@anthropic-ai/sdk": "^0.109.1",
"@base-ui/react": "^1.2.0",
"@dnd-kit/core": "^6.3.1",
"@tabler/icons-react": "^3.44.0",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.100.1",
"@typescript-eslint/typescript-estree": "^8.57.2",
"agentation": "^2.3.3",
"bun-plugin-tailwind": "^0.1.2",
"citty": "^0.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"devalue": "^5.6.4",
"env-paths": "^4.0.0",
"frimousse": "^0.3.0",
"highlight.js": "^10.7.3",
"hono": "^4.12.26",
"lru-cache": "^11.3.5",
"motion": "^12.35.1",
"pathe": "^2.0.3",
"picocolors": "^1.1.1",
"react": "^19",
"react-dom": "^19",
"react-grid-layout": "^2.2.3",
"react-markdown": "^10.1.0",
"react-resizable": "^3.1.3",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1",
"shadcn": "^4.0.2",
"sharp": "^0.35.1",
"sugar-high": "^1.2.1",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.11",
"tldraw": "5.2.3",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"wouter": "^3.9.0",
"zustand": "^5.0.12"
},
"optionalDependencies": {
"openclaw": "2026.4.22"
},
"devDependencies": {
"@types/bun": "latest",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-grid-layout": "^2.1.0",
"oxfmt": "^0.54.0",
"oxlint": "^1.69.0"
}
}