-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.63 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
{
"name": "nii-nn-explorer",
"version": "0.2.1",
"type": "module",
"description": "Neural network model explorer for 3D medial images.",
"author": {
"name": "Chuan-Heng Hsiao",
"email": "hsiao.chuanheng@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/chhsiao1981/nii-nn-explorer"
},
"license": "BSD-2-Clause",
"homepage": "https://github.com/chhsiao1981/nii-nn-explorer",
"scripts": {
"start": "vite",
"build": "tsc -b && vite build",
"lint": "eslint --config eslint.config.ts .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.0.1",
"@mui/material": "^7.0.1",
"@niivue/niivue": "^0.69.0",
"@protobuf-ts/plugin": "^2.11.1",
"@zip.js/zip.js": "^2.8.34",
"apache-arrow": "^21.2.0",
"d3": "^7.9.0",
"mathjs": "^15.2.0",
"nifti-reader-js": "^0.8.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"use-thunk": "^16.1.2",
"react-virtuoso": "^4.18.11",
"yaml": "^2.9.0"
},
"devDependencies": {
"@babel/core": "^8.0.1",
"@biomejs/biome": "2.3.11",
"@lukeed/uuid": "^2.0.1",
"@rolldown/plugin-babel": "^0.2.3",
"@types/babel__core": "^7.20.5",
"@types/d3": "^7.4.3",
"@types/node": "^26.0.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.8",
"babel-plugin-react-compiler": "^1.0.0",
"globals": "^15.14.0",
"jiti": "^2.7.0",
"typescript": "^7.0.2",
"vite": "^8.2.0",
"vitest": "^4.1.10"
}
}