-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.45 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.45 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
{
"name": "vorotree-project",
"productName": "VoroTree",
"version": "0.0.1",
"description": "Interactive Voronoi Treemap Visualization",
"main": "src/main.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"electron": "electron .",
"build-electron": "electron-packager . --out ./standalone --overwrite",
"serve": "webpack serve"
},
"repository": {
"type": "git"
},
"author": "Christopher Oser <christopher.oser@student.tugraz.at>",
"license": "MIT",
"devDependencies": {
"@types/d3-delaunay": "^6.0.0",
"@types/d3-fetch": "^3.0.1",
"@types/d3-hierarchy": "^3.0.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.0.0",
"copyfiles": "^2.4.1",
"electron": "^15.3.2",
"electron-packager": "^15.4.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
},
"dependencies": {
"@types/chroma-js": "^2.1.3",
"chroma-js": "^2.1.2",
"d3": "^7.1.1",
"d3-delaunay": "^6.0.2",
"d3-fetch": "^3.0.1",
"d3-hierarchy": "^3.0.1",
"d3-voronoi-treemap": "^1.1.1",
"d3-weighted-voronoi": "^1.1.1",
"directory-tree": "^3.0.1",
"electron-window-state": "^5.0.3",
"path-browserify": "^1.0.1",
"pixi-viewport": "^4.34.1",
"pixi.js": "^6.2.0",
"seedrandom": "^3.0.5",
"svgcanvas": "^2.0.5"
}
}