-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.54 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
46
47
48
49
50
51
52
53
{
"name": "@geneontology/wc-gocam-viz",
"version": "1.1.1",
"description": "Web component to visualize GO-CAM",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/wc-gocam-viz/wc-gocam-viz.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@stencil/core": "^4.1.0",
"bbop-graph-noctua": "0.0.35",
"cytoscape": "^3.16.1",
"cytoscape-cola": "^2.5.1",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-dagre": "^2.4.0",
"graphlib": "^2.1.8",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@rollup/plugin-image": "^3.0.3",
"@stencil/sass": "^3.0.5",
"@types/js-yaml": "^4.0.9",
"rollup-plugin-node-polyfills": "^0.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geneontology/wc-gocam-viz.git"
},
"bugs": {
"url": "https://github.com/geneontology/wc-gocam-viz/issues"
},
"homepage": "https://github.com/geneontology/wc-gocam-viz#readme",
"author": "The Gene Ontology Consortium",
"license": "BSD-3"
}