aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2020-03-22 16:10:35 +0100
committern-peugnet <n.peugnet@free.fr>2020-03-22 16:10:35 +0100
commitfc7af3e12410452520fd525ce8766e1bf38f1e64 (patch)
tree7a130856c7b5571c97d6b79f1ec5188c5211a607 /package.json
parente115875801c2e32399079c4ef92bb11ceb4f2c1d (diff)
downloadwcms-fc7af3e12410452520fd525ce8766e1bf38f1e64.tar.gz
wcms-fc7af3e12410452520fd525ce8766e1bf38f1e64.zip
add cytoscape as a npm packages
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index ea3dc0e..5cec8c8 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,8 @@
"repository": "github:vincent-peugnet/wcms",
"license": "MIT",
"dependencies": {
- "codemirror": "^5.49.0"
+ "codemirror": "^5.49.0",
+ "cytoscape": "^3.14.1"
},
"devDependencies": {
"@sentry/browser": "^5.9.0",