-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
167 lines (167 loc) · 5.18 KB
/
Copy pathpackage.json
File metadata and controls
167 lines (167 loc) · 5.18 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
{
"name": "archicode",
"version": "0.3.7",
"description": "A local visual-first Electron harness for designing and evolving apps with node-based LLM workflows.",
"author": "Roy Massaad",
"license": "AGPL-3.0-only",
"main": "out/main/index.js",
"type": "module",
"packageManager": "npm@11.7.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "electron-vite dev",
"icons": "node scripts/generate-icons.mjs",
"semantic-model": "node scripts/fetch-semantic-model.mjs",
"build": "npm run typecheck && electron-vite build",
"pack": "npm run icons && npm run build && electron-builder --dir",
"dist": "npm run icons && npm run build && electron-builder",
"dist:mac": "npm run icons && npm run build && electron-builder --mac",
"dist:win": "npm run icons && npm run build && electron-builder --win",
"dist:store": "npm run icons && npm run build && electron-builder --win appx --x64",
"preview": "electron-vite preview",
"test": "vitest run",
"test:live:deepseek": "vitest run --config vitest.live.config.ts",
"benchmark:importer": "vite-node scripts/benchmark-importer.ts",
"typecheck": "tsc --noEmit -p tsconfig.json",
"i18n:check": "node scripts/check-localization.mjs",
"visual-qa": "npm run build && electron scripts/visual-qa-main.cjs",
"visual-qa:readme": "npm run build && electron scripts/visual-qa-main.cjs --readme-only",
"visual-qa:notes": "npm run build && electron scripts/visual-qa-notes.cjs",
"visual-qa:settings": "npm run build && electron scripts/visual-qa-settings.cjs",
"visual-qa:preferences": "npm run build && electron scripts/visual-qa-preferences.cjs"
},
"build": {
"appId": "app.archicode.desktop",
"productName": "ArchiCode",
"directories": {
"buildResources": "build",
"output": "release"
},
"npmRebuild": false,
"asarUnpack": [
"**/*.wasm"
],
"files": [
"out/**/*",
"package.json"
],
"extraResources": [
{
"from": "resources/semantic-model",
"to": "semantic-model",
"filter": [
"**/*"
]
},
{
"from": "resources/tree-sitter-wasms",
"to": "tree-sitter-wasms",
"filter": [
"**/*.wasm"
]
}
],
"afterSign": "scripts/notarize.cjs",
"mac": {
"category": "public.app-category.developer-tools",
"icon": "build/icon.icns",
"target": [
"dmg",
"zip"
],
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "build/entitlements.mac.plist",
"entitlementsInherit": "build/entitlements.mac.plist",
"extendInfo": {
"NSMicrophoneUsageDescription": "ArchiCode uses the microphone only when you record voice input for local chat transcription."
}
},
"dmg": {
"sign": false
},
"win": {
"icon": "build/icon.ico",
"target": [
"nsis",
"zip"
]
},
"appx": {
"applicationId": "ArchiCode",
"identityName": "PixelHat.ArchiCode",
"publisher": "CN=2D6722E3-2524-4AD7-BF2A-9F7F35659FFC",
"publisherDisplayName": "Pixel Hat",
"displayName": "ArchiCode"
},
"linux": {
"icon": "build/icon.png"
},
"nsis": {
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true
}
},
"dependencies": {
"@huggingface/transformers": "4.2.0",
"@jitl/quickjs-wasmfile-release-sync": "0.32.0",
"@modelcontextprotocol/sdk": "1.29.0",
"@radix-ui/react-dialog": "1.1.17",
"@radix-ui/react-dropdown-menu": "2.1.18",
"@radix-ui/react-label": "2.1.10",
"@radix-ui/react-popover": "1.1.17",
"@radix-ui/react-scroll-area": "1.2.12",
"@radix-ui/react-select": "2.3.1",
"@radix-ui/react-separator": "1.1.10",
"@radix-ui/react-switch": "1.3.1",
"@radix-ui/react-tabs": "1.1.15",
"@radix-ui/react-tooltip": "1.2.10",
"@xterm/addon-fit": "0.11.0",
"@xterm/addon-search": "0.16.0",
"@xterm/addon-serialize": "0.14.0",
"@xterm/addon-web-links": "0.12.0",
"@xterm/xterm": "6.0.0",
"@xyflow/react": "^12.4.4",
"electron-store": "^10.0.0",
"i18next": "26.3.6",
"ignore": "7.0.5",
"jsonrepair": "3.15.0",
"jszip": "3.10.1",
"kokoro-js": "1.2.1",
"lucide-react": "^0.468.0",
"mammoth": "1.12.0",
"mermaid": "11.16.0",
"node-pty": "1.1.0",
"p-limit": "7.3.0",
"pdf-parse": "2.4.5",
"pptxgenjs": "4.0.1",
"quickjs-emscripten-core": "0.32.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "17.0.11",
"react-markdown": "10.1.0",
"rehype-highlight": "7.0.2",
"remark-gfm": "4.0.1",
"tree-sitter-wasms": "0.1.11",
"web-tree-sitter": "0.25.10",
"zod": "3.25.76",
"zustand": "^5.0.2"
},
"devDependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron/notarize": "^3.1.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"electron": "^33.2.1",
"electron-builder": "^26.15.3",
"electron-vite": "^2.3.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.8"
}
}