File size: 9,513 Bytes
1dbc34b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
{
  "name": "@automaker/ui",
  "version": "1.0.0",
  "description": "An autonomous AI development studio that helps you build software faster using AI-powered agents",
  "homepage": "https://github.com/AutoMaker-Org/automaker",
  "repository": {
    "type": "git",
    "url": "https://github.com/AutoMaker-Org/automaker.git"
  },
  "author": "AutoMaker Team",
  "license": "SEE LICENSE IN LICENSE",
  "desktopName": "automaker.desktop",
  "private": true,
  "engines": {
    "node": ">=22.0.0 <23.0.0"
  },
  "main": "dist-electron/main.js",
  "scripts": {
    "dev": "vite",
    "dev:web": "cross-env VITE_SKIP_ELECTRON=true vite",
    "dev:electron": "vite",
    "dev:electron:debug": "cross-env OPEN_DEVTOOLS=true vite",
    "build": "vite build",
    "build:electron": "node scripts/prepare-server.mjs && vite build && electron-builder",
    "build:electron:dir": "node scripts/prepare-server.mjs && vite build && electron-builder --dir",
    "build:electron:win": "node scripts/prepare-server.mjs && vite build && electron-builder --win",
    "build:electron:win:dir": "node scripts/prepare-server.mjs && vite build && electron-builder --win --dir",
    "build:electron:mac": "node scripts/prepare-server.mjs && vite build && electron-builder --mac",
    "build:electron:mac:dir": "node scripts/prepare-server.mjs && vite build && electron-builder --mac --dir",
    "build:electron:linux": "node scripts/prepare-server.mjs && vite build && electron-builder --linux",
    "build:electron:linux:dir": "node scripts/prepare-server.mjs && vite build && electron-builder --linux --dir",
    "postinstall": "electron-builder install-app-deps",
    "preview": "vite preview",
    "lint": "npx eslint",
    "typecheck": "tsc --noEmit",
    "pretest": "node scripts/kill-test-servers.mjs && node scripts/setup-e2e-fixtures.mjs",
    "test": "playwright test",
    "test:headed": "playwright test --headed",
    "dev:electron:wsl": "cross-env vite",
    "dev:electron:wsl:gpu": "cross-env MESA_D3D12_DEFAULT_ADAPTER_NAME=NVIDIA vite"
  },
  "dependencies": {
    "@automaker/dependency-resolver": "1.0.0",
    "@automaker/spec-parser": "1.0.0",
    "@automaker/types": "1.0.0",
    "@codemirror/lang-cpp": "^6.0.3",
    "@codemirror/lang-css": "^6.3.1",
    "@codemirror/lang-html": "^6.4.11",
    "@codemirror/lang-java": "^6.0.2",
    "@codemirror/lang-javascript": "^6.2.4",
    "@codemirror/lang-json": "^6.0.2",
    "@codemirror/lang-markdown": "^6.5.0",
    "@codemirror/lang-php": "^6.0.2",
    "@codemirror/lang-python": "^6.2.1",
    "@codemirror/lang-rust": "^6.0.2",
    "@codemirror/lang-sql": "^6.10.0",
    "@codemirror/lang-xml": "6.1.0",
    "@codemirror/language": "^6.12.1",
    "@codemirror/legacy-modes": "^6.5.2",
    "@codemirror/merge": "^6.12.0",
    "@codemirror/search": "^6.6.0",
    "@codemirror/state": "^6.5.4",
    "@codemirror/theme-one-dark": "6.1.3",
    "@codemirror/view": "^6.39.15",
    "@dnd-kit/core": "6.3.1",
    "@dnd-kit/sortable": "10.0.0",
    "@dnd-kit/utilities": "3.2.2",
    "@fontsource/cascadia-code": "^5.2.3",
    "@fontsource/fira-code": "^5.2.7",
    "@fontsource/ibm-plex-mono": "^5.2.7",
    "@fontsource/inconsolata": "^5.2.8",
    "@fontsource/inter": "^5.2.8",
    "@fontsource/iosevka": "^5.2.5",
    "@fontsource/jetbrains-mono": "^5.2.8",
    "@fontsource/lato": "^5.2.7",
    "@fontsource/montserrat": "^5.2.8",
    "@fontsource/open-sans": "^5.2.7",
    "@fontsource/poppins": "^5.2.7",
    "@fontsource/raleway": "^5.2.8",
    "@fontsource/roboto": "^5.2.9",
    "@fontsource/source-code-pro": "^5.2.7",
    "@fontsource/source-sans-3": "^5.2.9",
    "@fontsource/work-sans": "^5.2.8",
    "@lezer/highlight": "1.2.3",
    "@radix-ui/react-checkbox": "1.3.3",
    "@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-label": "2.1.8",
    "@radix-ui/react-popover": "1.1.15",
    "@radix-ui/react-radio-group": "1.3.8",
    "@radix-ui/react-scroll-area": "^1.2.10",
    "@radix-ui/react-select": "2.2.6",
    "@radix-ui/react-slider": "1.3.6",
    "@radix-ui/react-slot": "1.2.4",
    "@radix-ui/react-switch": "1.2.6",
    "@radix-ui/react-tabs": "1.1.13",
    "@radix-ui/react-tooltip": "1.2.8",
    "@tanstack/react-query": "^5.90.17",
    "@tanstack/react-query-devtools": "^5.91.2",
    "@tanstack/react-query-persist-client": "^5.90.22",
    "@tanstack/react-router": "1.141.6",
    "@uiw/react-codemirror": "4.25.4",
    "@xterm/addon-fit": "0.10.0",
    "@xterm/addon-search": "0.15.0",
    "@xterm/addon-web-links": "0.11.0",
    "@xterm/addon-webgl": "0.18.0",
    "@xterm/xterm": "5.5.0",
    "@xyflow/react": "12.10.0",
    "class-variance-authority": "0.7.1",
    "clsx": "2.1.1",
    "cmdk": "1.1.1",
    "dagre": "0.8.5",
    "dotenv": "17.2.3",
    "geist": "1.5.1",
    "idb-keyval": "^6.2.2",
    "lucide-react": "0.562.0",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-markdown": "10.1.0",
    "react-resizable-panels": "3.0.6",
    "rehype-raw": "7.0.0",
    "rehype-sanitize": "^6.0.0",
    "remark-gfm": "^4.0.1",
    "sonner": "2.0.7",
    "tailwind-merge": "3.4.0",
    "usehooks-ts": "3.1.1",
    "zod": "^3.24.1 || ^4.0.0",
    "zustand": "5.0.9"
  },
  "optionalDependencies": {
    "lightningcss-darwin-arm64": "1.29.2",
    "lightningcss-darwin-x64": "1.29.2",
    "lightningcss-linux-arm-gnueabihf": "1.29.2",
    "lightningcss-linux-arm64-gnu": "1.29.2",
    "lightningcss-linux-arm64-musl": "1.29.2",
    "lightningcss-linux-x64-gnu": "1.29.2",
    "lightningcss-linux-x64-musl": "1.29.2",
    "lightningcss-win32-arm64-msvc": "1.29.2",
    "lightningcss-win32-x64-msvc": "1.29.2"
  },
  "devDependencies": {
    "@electron/rebuild": "4.0.2",
    "@eslint/js": "9.0.0",
    "@playwright/test": "1.57.0",
    "@tailwindcss/vite": "4.1.18",
    "@tanstack/router-plugin": "1.141.7",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/dagre": "0.7.53",
    "@types/node": "22.19.3",
    "@types/react": "19.2.7",
    "@types/react-dom": "19.2.3",
    "@typescript-eslint/eslint-plugin": "8.50.0",
    "@typescript-eslint/parser": "8.50.0",
    "@vitejs/plugin-react": "5.1.2",
    "cross-env": "10.1.0",
    "electron": "39.2.7",
    "electron-builder": "26.0.12",
    "eslint": "9.39.2",
    "eslint-plugin-react-hooks": "^7.0.1",
    "jsdom": "^28.1.0",
    "tailwindcss": "4.1.18",
    "tw-animate-css": "1.4.0",
    "typescript": "5.9.3",
    "vite": "7.3.0",
    "vite-plugin-electron": "0.29.0",
    "vite-plugin-electron-renderer": "0.14.6"
  },
  "build": {
    "appId": "com.automaker.app",
    "productName": "Automaker",
    "artifactName": "${productName}-${version}-${arch}.${ext}",
    "npmRebuild": false,
    "publish": null,
    "afterPack": "./scripts/rebuild-server-natives.cjs",
    "directories": {
      "output": "release"
    },
    "files": [
      "dist/**/*",
      "dist-electron/**/*",
      "public/**/*",
      "!node_modules/**/*"
    ],
    "extraResources": [
      {
        "from": "server-bundle/dist",
        "to": "server"
      },
      {
        "from": "server-bundle/node_modules",
        "to": "server/node_modules"
      },
      {
        "from": "server-bundle/libs",
        "to": "server/libs"
      },
      {
        "from": "server-bundle/package.json",
        "to": "server/package.json"
      },
      {
        "from": "../../.env",
        "to": ".env",
        "filter": [
          "**/*"
        ]
      },
      {
        "from": "public/logo_larger.png",
        "to": "logo_larger.png"
      }
    ],
    "mac": {
      "category": "public.app-category.developer-tools",
      "target": [
        {
          "target": "dmg",
          "arch": [
            "x64",
            "arm64"
          ]
        },
        {
          "target": "zip",
          "arch": [
            "x64",
            "arm64"
          ]
        }
      ],
      "icon": "public/logo_larger.png"
    },
    "win": {
      "target": [
        {
          "target": "nsis",
          "arch": [
            "x64"
          ]
        }
      ],
      "icon": "public/icon.ico"
    },
    "linux": {
      "target": [
        {
          "target": "AppImage",
          "arch": [
            "x64"
          ]
        },
        {
          "target": "deb",
          "arch": [
            "x64"
          ]
        },
        {
          "target": "rpm",
          "arch": [
            "x64"
          ]
        }
      ],
      "category": "Development",
      "icon": "public/logo_larger.png",
      "maintainer": "webdevcody@gmail.com",
      "executableName": "automaker",
      "description": "An autonomous AI development studio that helps you build software faster using AI-powered agents",
      "synopsis": "AI-powered autonomous development studio",
      "desktop": {
        "entry": {
          "Icon": "/opt/Automaker/resources/logo_larger.png"
        }
      }
    },
    "rpm": {
      "depends": [
        "gtk3",
        "libnotify",
        "nss",
        "libXScrnSaver",
        "libXtst",
        "xdg-utils",
        "at-spi2-core",
        "libuuid"
      ],
      "compression": "xz",
      "vendor": "AutoMaker Team",
      "afterInstall": "scripts/rpm-after-install.sh"
    },
    "nsis": {
      "oneClick": false,
      "allowToChangeInstallationDirectory": true,
      "createDesktopShortcut": true,
      "createStartMenuShortcut": true
    }
  }
}