-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 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
{
"name": "cloudforest-viz",
"version": "0.1.5",
"description": "CloudForest Visualization",
"main": "index.js",
"scripts": {
"build": "webpack --mode development",
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"package": "npm run build && bash build_app.sh",
"clean": "rm -rf dist/ && rm -rf cloudforest/ && rm cloudforest.tar.gz"
},
"author": {
"name": "Thomas McGowan",
"email": "mcgo0092@umn.edu"
},
"contributors": [
"Reid Wagner <wagnerr@umn.edu>"
],
"license": "MIT",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"eslint": "^7.21.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^4.2.0",
"node-forge": "^1.3.0",
"style-loader": "^1.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"d3-array": "^2.4.0",
"d3-drag": "^1.2.5",
"d3-ease": "^1.0.6",
"d3-force": "^2.0.1",
"d3-hierarchy": "^1.1.9",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^1.5.0",
"d3-selection": "^1.4.1",
"d3-transition": "^1.3.2",
"plotly.js-basic-dist": "^1.54.1",
"plotly.js-gl2d-dist": "^1.54.1",
"plotly.js-gl3d-dist": "^1.54.1"
}
}