-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 947 Bytes
/
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
{
"name": "ts-topology-examples-hash-graph-visualization",
"version": "0.1.1",
"license": "MIT",
"scripts": {
"clean": "rm -rf dist/ node_modules/",
"dev": "vite serve",
"build": "vite build"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/node": "^22.5.5",
"dagre-d3": "^0.6.4",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vite-plugin-node-polyfills": "^0.22.0",
"ts-loader": "^9.5.1"
},
"dependencies": {
"@topology-foundation/blueprints": "^0.2.0",
"@topology-foundation/network": "^0.2.0",
"@topology-foundation/node": "^0.2.0",
"@topology-foundation/object": "^0.2.0",
"@types/d3": "^7.4.3",
"@types/dagre-d3": "^0.6.6",
"d3": "^7.9.0",
"ts-node": "^10.9.2",
"crypto-browserify": "^3.12.0",
"assemblyscript": "^0.27.29",
"stream-browserify": "^3.0.0",
"vm-browserify": "^1.1.2",
"uint8arrays": "^5.1.0",
"memfs": "^4.11.1",
"process": "^0.11.10",
"react-spring": "^9.7.4"
}
}