-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.77 KB
/
package.json
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
{
"name": "microscopy-tree",
"version": "1.0.0",
"description": "An interactive tree structure of various microscopy modalities",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/biomag-lab/microscopy-tree.git"
},
"keywords": [
"microscopy",
"nucleus",
"segmentation"
],
"author": "Réka Hollandi",
"license": "MIT",
"bugs": {
"url": "https://github.com/biomag-lab/microscopy-tree/issues"
},
"homepage": "https://biomag-lab.github.io/microscopy-tree",
"dependencies": {
"clone": "^2.1.2",
"jquery": "^3.5.1",
"ka-table": "^6.9.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-tooltip": "^4.2.19",
"react-tree-graph": "^6.0.0",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.2",
"eslint": "^7.19.0",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^4.5.1",
"mini-css-extract-plugin": "^1.3.6",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"sass": "^1.34.1",
"sass-loader": "^7.3.1",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpackbar": "^4.0.0"
},
"scripts": {
"build": "webpack --progress --mode production",
"build-dev": "webpack --progress --mode development",
"eslint": "eslint .",
"start": "webpack-dev-server --content-base ./ --inline --hot",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}