Added dependency graph viewer

This commit is contained in:
Stefan Zermatten
2023-05-29 10:38:38 +02:00
parent c6a3619178
commit 16d3ea9d53
5 changed files with 535 additions and 10 deletions

View File

@@ -27,6 +27,10 @@
"bcrypt": "^5.1.0",
"chroma-js": "^2.4.2",
"css-box-shadow": "^1.0.0-3",
"cytoscape": "^3.25.0",
"cytoscape-dagre": "^2.5.0",
"cytoscape-klay": "^3.1.4",
"dagre": "^0.8.5",
"date-fns": "^1.30.1",
"ddp-rate-limiter-mixin": "^1.1.10",
"discord.js": "^12.5.3",
@@ -48,6 +52,7 @@
"simpl-schema": "^1.13.1",
"source-map-support": "^0.5.21",
"speakingurl": "^14.0.1",
"vivagraphjs": "^0.12.0",
"vue": "2.6.14",
"vue-meteor-tracker": "^2.0.0",
"vue-reactive-provide": "^0.3.0",
@@ -61,13 +66,13 @@
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vue/compiler-dom": "^2.6.10",
"@vue/runtime-dom": "^2.6.10",
"@vue/compiler-dom": "^3.3.4",
"@vue/runtime-dom": "^3.3.4",
"chai": "^4.3.7",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-vuetify": "^1.1.0",
"typescript": "^4.9.5"
"typescript": "^5.0"
},
"eslintConfig": {
"extends": [
@@ -120,4 +125,4 @@
]
}
}
}
}