fix: move dependency to editor-client

This commit is contained in:
Rotzbua
2024-05-14 22:14:01 +02:00
parent 56fe2801eb
commit a693d25664
2 changed files with 9 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
"name": "@node-red/editor-client",
"version": "4.0.0-beta.2",
"license": "Apache-2.0",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red.git"
@@ -14,5 +15,9 @@
"name": "Dave Conway-Jones"
}
],
"main": "./index.js"
"dependencies": {
"dompurify": "2.4.1",
"marked": "4.3.0",
"mermaid": "^10.4.0"
}
}