-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1006 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 1006 Bytes
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
{
"name": "edgefire",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "Nonlinear (SyN) MRI registration entirely in the browser. No data leaves your machine. cfireants (a C port of FireANTs) in WebAssembly + NiiVue.",
"scripts": {
"dev": "node scripts/copy-cfireants.mjs && node scripts/copy-brainchop.mjs && vite",
"build": "node scripts/copy-cfireants.mjs && node scripts/copy-brainchop.mjs && tsc --noEmit && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"test:e2e": "node scripts/copy-cfireants.mjs && node scripts/copy-brainchop.mjs && node test/smoke.mjs"
},
"dependencies": {
"@brainchop/mindgrab": "0.1.20260813",
"@niivue/niivue": "1.0.0-rc.9",
"cfireants": "https://github.com/neurolabusc/cfireants/releases/download/v0.1.20260909/cfireants-0.1.20260909.tgz"
},
"devDependencies": {
"@webgpu/types": "^0.1.52",
"playwright": "^1.57.0",
"typescript": "~5.8.3",
"vite": "^6.3.2"
}
}