-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 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
{
"name": "zaviewer",
"version": "2.5.0",
"description": "Zooming Atlas Viewer – a web-based 2D high-resolution brain image viewer ",
"main": "index.js",
"author": "cau-riken <cau-contact@ml.riken.jp> (https://cau.riken.jp)",
"repository": {
"type": "git",
"url": "https://github.com/cau-riken/zaviewer.git"
},
"license": "Apache-2.0",
"keywords": [
"slice-viewer",
"brain-imaging",
"brain-atlas",
"neuroimaging"
],
"private": true,
"scripts": {
"start": "webpack serve --mode=development --node-env=development",
"build": "webpack --mode=production --node-env=production"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/preset-react": "^7.16.7",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"mini-css-extract-plugin": "^2.5.2",
"node-sass": "^7.0.1",
"sass": "^1.48.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
},
"dependencies": {
"@blueprintjs/core": "^3.52.0",
"@blueprintjs/popover2": "^0.12.9",
"@cau-riken/vol-renderer": "^0.0.1",
"axios": "^0.26.0",
"classnames": "^2.2.6",
"color": "^4.2.0",
"history": "^5.2.0",
"paper": "^0.12.11",
"qs": "^6.10.3",
"react": "^17.0.2",
"react-colorful": "^5.6.1",
"react-dom": "^17.0.2",
"react-joyride": "^2.3.2",
"react-split-pane": "^0.1.92",
"underscore": "^1.13.2"
}
}