-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1 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
{
"name": "vis4mesh",
"version": "0.2.3",
"description": "Visualization tool for mesh noc of Akita project.",
"repository": {
"type": "git",
"url": "git+https://github.com/ueqri/vis4mesh.git"
},
"scripts": {
"check": "tsc --noEmit",
"build": "webpack",
"start": "webpack serve"
},
"keywords": [
"akita",
"mgpusim",
"visualization",
"networking",
"mesh"
],
"author": "Hang Yan",
"license": "MIT",
"devDependencies": {
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"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": {
"@types/d3": "^7.1.0",
"@types/d3-chord": "^3.0.1",
"browser-fs-access": "^0.29.6",
"d3": "^7.4.4",
"invert-color": "^2.0.0",
"nouislider": "^15.5.0",
"ts-node-dev": "^2.0.0",
"types": "^0.1.1"
}
}