[b86468]: / package.json

Download this file

25 lines (24 with data), 548 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
{
"name": "niivue-brainchop",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "npx playwright test",
"pretest": "vite build"
},
"dependencies": {
"@niivue/niivue": "^0.43.5",
"@tensorflow/tfjs": "^4.20.0",
"gl-matrix": "^3.4.3"
},
"devDependencies": {
"@playwright/test": "^1.44.0",
"@types/node": "^20.12.12",
"vite": "^2.7.13"
},
"homepage": "https://neuroneural.github.io/brainchop/"
}