-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
58 lines (58 loc) · 1.61 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
54
55
56
57
58
{
"name": "kb_djornl",
"version": "0.0.2",
"description": "This is a [KBase](https://kbase.us) module generated by the [KBase Software Development Kit (SDK)](https://github.com/kbase/kb_sdk).",
"engines": {
"node": ">=14.15.4"
},
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"fix": "scripts/lint.sh",
"postinstall": "scripts/postinstall.py",
"serve": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kbaseapps/kb_djornl.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kbaseapps/kb_djornl/issues"
},
"homepage": "https://github.com/kbaseapps/kb_djornl#readme",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@webpack-cli/init": "^1.1.3",
"babel-loader": "^8.2.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"css-loader": "^5.0.2",
"eslint": "^7.18.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.3.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.2.0",
"prettier": "^2.2.1",
"style-loader": "^2.0.0",
"webpack": "^5.21.2",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@popperjs/core": "^2.6.0",
"core-js": "^2.6.12",
"cytoscape": "^3.18.0",
"cytoscape-popper": "^2.0.0",
"regenerator-runtime": "^0.13.7",
"tippy.js": "^6.2.5",
"weaverjs": "^1.2.0"
}
}