-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
173 lines (173 loc) · 5.23 KB
/
package.json
File metadata and controls
173 lines (173 loc) · 5.23 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "opengui",
"version": "0.5.16",
"private": false,
"description": "OpenGUI - Desktop and web command center for coding agents",
"homepage": "https://github.com/akemmanuel/OpenGUI",
"license": "MIT",
"author": {
"name": "Emmanuel",
"email": "emmanuel@akemsoft.com"
},
"repository": {
"type": "git",
"url": "https://github.com/akemmanuel/OpenGUI.git"
},
"type": "module",
"main": "dist-electron/main.js",
"scripts": {
"prepare": "vp config",
"prototype:pi-bridge": "node --experimental-strip-types ./pi-bridge.prototype.ts",
"prototype:opencode-bridge": "node --experimental-strip-types ./opencode-bridge.prototype.ts"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.3.142",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@earendil-works/pi-agent-core": "0.74.0",
"@earendil-works/pi-ai": "0.74.0",
"@earendil-works/pi-coding-agent": "0.74.0",
"@earendil-works/pi-tui": "0.74.0",
"@openai/codex-sdk": "^0.130.0",
"@opencode-ai/sdk": "^1.14.50",
"@tanstack/react-virtual": "^3.13.24",
"@wooorm/starry-night": "^3.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"electron-updater": "^6.8.3",
"hast-util-to-jsx-runtime": "^2.3.6",
"i18next": "^26.2.0",
"lucide-react": "^1.16.0",
"radix-ui": "^1.4.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-i18next": "^17.0.8",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.6.0",
"vscode-oniguruma": "^2.0.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@types/bun": "^1.3.14",
"@types/node": "^25.8.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"bun-plugin-tailwind": "^0.0.14",
"electron": "^42.0.1",
"electron-builder": "^26.8.1",
"esbuild": "^0.28.0",
"js-yaml": "^4.1.1",
"oxlint": "^1.64.0",
"oxlint-tsgolint": "^0.22.1",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"vite": "^8.0.13",
"vite-plus": "^0.1.21"
},
"packageManager": "pnpm@11.1.2",
"build": {
"appId": "com.opengui.app",
"productName": "OpenGUI",
"compression": "maximum",
"asar": {
"smartUnpack": true
},
"linux": {
"target": "deb",
"icon": "assets/icon.png",
"category": "Development"
},
"mac": {
"target": [
"dmg",
"zip"
],
"artifactName": "${productName}-${version}-${arch}-mac.${ext}",
"compression": "normal",
"icon": "assets/icon.icns",
"category": "public.app-category.developer-tools",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"identity": null
},
"dmg": {
"icon": "assets/icon.icns",
"writeUpdateInfo": false
},
"win": {
"target": "nsis",
"icon": "assets/icon.png",
"artifactName": "OpenGUI.Setup.${version}.${ext}"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"shortcutName": "OpenGUI"
},
"files": [
"dist/**/*",
"!dist/**/*.map",
"dist-electron/**/*",
"package.json",
"node_modules/@anthropic-ai/claude-agent-sdk/**/*",
"node_modules/@anthropic-ai/sdk/**/*",
"node_modules/@openai/codex-sdk/**/*",
"!node_modules/@openai/codex-sdk/node_modules/@openai/codex-*/**/*",
"!node_modules/@openai/codex-sdk/node_modules/@openai/codex/**/*",
"node_modules/@earendil-works/pi-coding-agent/**/*",
"node_modules/@earendil-works/pi-agent-core/**/*",
"node_modules/@earendil-works/pi-ai/**/*",
"node_modules/@earendil-works/pi-tui/**/*",
"node_modules/@silvia-odwyer/photon-node/**/*",
"node_modules/typebox/**/*",
"node_modules/chalk/**/*",
"node_modules/cli-highlight/**/*",
"node_modules/diff/**/*",
"node_modules/extract-zip/**/*",
"node_modules/file-type/**/*",
"node_modules/glob/**/*",
"node_modules/hosted-git-info/**/*",
"node_modules/ignore/**/*",
"node_modules/marked/**/*",
"node_modules/minimatch/**/*",
"node_modules/proper-lockfile/**/*",
"node_modules/strip-ansi/**/*",
"node_modules/undici/**/*",
"node_modules/uuid/**/*",
"node_modules/yaml/**/*",
"node_modules/electron-updater/**/*",
"node_modules/builder-util-runtime/**/*",
"node_modules/fs-extra/**/*",
"node_modules/js-yaml/**/*",
"node_modules/lazy-val/**/*",
"node_modules/lodash.escaperegexp/**/*",
"node_modules/lodash.isequal/**/*",
"node_modules/semver/**/*",
"node_modules/tiny-typed-emitter/**/*",
"node_modules/debug/**/*",
"node_modules/sax/**/*",
"node_modules/graceful-fs/**/*",
"node_modules/jsonfile/**/*",
"node_modules/universalify/**/*",
"node_modules/ms/**/*",
"node_modules/argparse/**/*"
],
"directories": {
"output": "release"
},
"publish": [
{
"provider": "github",
"owner": "akemmanuel",
"repo": "OpenGUI"
}
],
"nodeGypRebuild": false,
"npmRebuild": false
}
}