-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "cytoscape-pdf-export",
"version": "0.0.3",
"description": "Export cytoscape.js networks to PDF",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cytoscape/cytoscape.js-pdf-export.git"
},
"bugs": {
"url": "https://github.com/cytoscape/cytoscape.js-pdf-export/issues"
},
"scripts": {
"dev": "webpack --mode development",
"pdfkit": "webpack --mode production --config webpack.pdfkit.config.js",
"prod": "webpack --mode production"
},
"main": "dist/cytoscape-pdf-export-cjs.js",
"devDependencies": {
"brfs": "^2.0.2",
"html-webpack-plugin": "^5.3.2",
"transform-loader": "^0.2.4",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"assert": "^2.0.0",
"brace": "^0.11.1",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"pdfkit": "^0.12.3",
"process": "^0.11.10",
"readable-stream": "^3.6.0",
"util": "^0.12.4",
"blob-stream": "^0.1.3",
"cytoscape": "3.28.1",
"file-saver": "^2.0.5"
}
}