Newer
Older
{
"name": "knowledge-space",
"description": "A Wordpress-Plugin to display knowledge in a graph-structured way.",
"debug": "build/debug/graph.js",
"targets": {
"main": false,
"debug": {
"distDir": "build/debug/"
},
"release": {
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "parcel watch index.js --target debug",
"build": "parcel build index.js --target release --no-scope-hoist && gulp build"
},
"repository": {
"type": "git",
"url": "https://gitlab.ibr.cs.tu-bs.de/alg/knowledge-space-wp-plugin.git"
},
"keywords": [
"Knowledge",
"Graph",
"Wordpress",
"Plugin"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.9",
"gulp": "^4.0.2",
"gulp-replace": "^1.1.3",
"prettier": "^2.3.2"
},
"dependencies": {
"3d-force-graph": "^1.70.5",
"force-graph": "^1.42.4",

Matthias Konitzny
committed