Newer
Older
{
"name": "knowledge-space",
"description": "A Wordpress-Plugin to display knowledge in a graph-structured way.",
"debug": "build/debug/graph.js",

Matthias Konitzny
committed
"private": "true",
"targets": {
"main": false,
"debug": {
"distDir": "build/debug/"
},
"release": {
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",

Matthias Konitzny
committed
"watch": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"distribute": "webpack --config webpack.prod.js && 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.17.5",
"@babel/eslint-parser": "^7.17.0",

Matthias Konitzny
committed
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@types/jquery": "^3.5.14",

Matthias Konitzny
committed
"@types/react": "^17.0.42",
"@types/react-dom": "^17.0.14",

Matthias Konitzny
committed
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"eslint-plugin-react": "^7.29.4",
"gulp": "^4.0.2",
"gulp-replace": "^1.1.3",

Matthias Konitzny
committed

Matthias Konitzny
committed
"process": "^0.11.10",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.8",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"3d-force-graph": "^1.70.9",
"force-graph": "^1.42.7",

Matthias Konitzny
committed

Matthias Konitzny
committed
"screenfull": "^6.0.0",
"three-fatline": "^0.5.3"