-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.25 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": "aurora",
"version": "1.1.1",
"description": "TSGraph Visualization",
"homepage": ".",
"source": [
"src/index.html",
"src/app.html",
"src/igv.html"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "parcel",
"build": "parcel build --public-url /aurora/"
},
"keywords": [
"bioinformatics"
],
"author": "Yangyang Li",
"license": "ISC",
"devDependencies": {
"@parcel/transformer-raw": "^2.14.4",
"@parcel/transformer-sass": "^2.14.4",
"buffer": "^6.0.3",
"parcel": "^2.14.4",
"process": "^0.11.10",
"svgo": "^3.3.2"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.5",
"bootstrap-icons": "^1.11.3",
"chroma-js": "^3.1.2",
"cytoscape": "^3.31.2",
"cytoscape-dagre": "^2.5.0",
"cytoscape-euler": "^1.2.2",
"cytoscape-klay": "^3.1.4",
"cytoscape-spread": "^3.0.0",
"cytoscape-svg": "^0.4.0",
"cytoscape-tidytree": "^0.2.0",
"d3": "^7.9.0",
"interactjs": "^1.10.26",
"jquery": "^3.7.1",
"jsoneditor": "^10.2.0",
"pako": "^2.1.0"
}
}