-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"dependencies": {
"@polkadot/api": "^8.11.2",
"@polkadot/util": "^10.1.1",
"cytoscape": "^3.22.1",
"cytoscape-spread": "^3.0.0",
"jquery": "^3.6.0",
"lib": "^4.3.3",
"weaverjs": "^1.0.2",
"web-worker": "^1.2.0"
},
"name": "kusama-network-proxy-visualizer",
"description": "",
"version": "1.0.0",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "parcel watch ./src/homepage.html",
"dev": "parcel ./src/homepage.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TwistedPorkchop/Kusama-Network-Proxy-Visualizer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TwistedPorkchop/Kusama-Network-Proxy-Visualizer/issues"
},
"homepage": "https://github.com/TwistedPorkchop/Kusama-Network-Proxy-Visualizer#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"buffer": "^5.7.1",
"eslint": "^8.21.0",
"os-browserify": "^0.3.0",
"parcel": "^2.8.0",
"process": "^0.11.10"
}
}