-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
51 lines (51 loc) · 1.44 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
{
"name": "sbgnviz",
"version": "7.0.0",
"description": "SBGNPD visualization library",
"main": "sbgnviz.js",
"licence": "LGPL-3.0",
"scripts": {
"test": "karma start --single-run --browsers ChromeHeadless karma.conf.js",
"build": "webpack",
"debug-js": "nodemon -e js --watch src -x \"npm run build-sbgnviz-js\""
},
"repository": {
"type": "git",
"url": "https://github.com/iVis-at-Bilkent/sbgnviz.js.git"
},
"bugs": {
"url": "https://github.com/iVis-at-Bilkent/sbgnviz.js/issues"
},
"homepage": "https://github.com/iVis-at-Bilkent/sbgnviz.js/",
"peerDependencies": {
"cytoscape": "iVis-at-Bilkent/cytoscape.js#master",
"file-saver": "^2.0.2",
"jquery": "^3.3.1",
"tippy.js": "^3.4.0"
},
"dependencies": {
"@babel/helpers": "^7.22.6",
"libsbgn.js": "github:sbgn/libsbgn.js#master",
"libsbmljs_stable": "^5.18.0-beta1",
"mime-types": "^2.1.35",
"pretty-data": "^0.40.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"jquery": "^3.3.1",
"karma": "^6.3.2",
"karma-browserify": "^8.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"mocha": "^8.3.2",
"node-polyfill-webpack-plugin": "^1.1.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
}
}