summaryrefslogtreecommitdiffstats
path: root/webapp/package.json
diff options
context:
space:
mode:
authorUdo Walter2018-11-22 05:27:34 +0100
committerUdo Walter2018-11-22 05:27:34 +0100
commit5b315f938afddad911f2c69a2deca2ca5b3f8c17 (patch)
tree7f314825e61ff7da08a46ee7d116e72831bb10aa /webapp/package.json
parent[external-backends] Fix: Delete clients in the backend is now working properly. (diff)
downloadbas-5b315f938afddad911f2c69a2deca2ca5b3f8c17.tar.gz
bas-5b315f938afddad911f2c69a2deca2ca5b3f8c17.tar.xz
bas-5b315f938afddad911f2c69a2deca2ca5b3f8c17.zip
[webapp] replace script textareas with a code editor
npm install is necessary to load the editor module
Diffstat (limited to 'webapp/package.json')
-rw-r--r--webapp/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/package.json b/webapp/package.json
index bc4513b..73d6809 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -13,6 +13,7 @@
"dependencies": {
"axios": "^0.18.0",
"vue": "^2.5.17",
+ "vue-codemirror": "^4.0.6",
"vue-i18n": "^7.8.1",
"vue-router": "^3.0.1",
"vue-touch": "^2.0.0-beta.4",