aboutsummaryrefslogtreecommitdiff
path: root/front-end/package.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-11-10 22:40:35 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-11-10 22:40:35 -0500
commit39a22deb6a232356bf7b2ef8386679bc8ea2f697 (patch)
tree743eb0a0bb06a8ae85a36778c748880374798f01 /front-end/package.json
parent00582bef545a912c2f81ea359dc00c92dd991ceb (diff)
much needed QOL updates
Diffstat (limited to 'front-end/package.json')
-rw-r--r--front-end/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/front-end/package.json b/front-end/package.json
index 76422be..8bd688e 100644
--- a/front-end/package.json
+++ b/front-end/package.json
@@ -59,6 +59,8 @@
"vite-plugin-pages": "^0.31.0",
"vue-eslint-parser": "^9.3.0",
"vue-router": "^4.2.0",
- "vue-tsc": "^1.4.2"
+ "vue-tsc": "^1.4.2",
+ "@ckeditor/ckeditor5-upload": "^40.0.0",
+ "@ckeditor/ckeditor5-core": "^40.0.0"
}
}