aboutsummaryrefslogtreecommitdiff
path: root/front-end/package.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-03-13 16:51:14 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-03-13 16:51:14 -0400
commit92eccbf4f6784fbee7505996a97aa5bb27d12238 (patch)
tree8b367d2ed68a939962316d60cdf01e4f9d949a8d /front-end/package.json
parent54017c76a74369700536e6ce14f575c6be0233a6 (diff)
chore(app): just some package updates
Diffstat (limited to 'front-end/package.json')
-rw-r--r--front-end/package.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/front-end/package.json b/front-end/package.json
index 14f9735..2980dfd 100644
--- a/front-end/package.json
+++ b/front-end/package.json
@@ -1,7 +1,7 @@
{
"name": "@vnuge/cmnext-front-end",
"private": true,
-"version": "0.1.2",
+ "version": "0.1.2",
"type": "module",
"copyright": "Copyright \u00A9 2024 Vaughn Nugent",
"description": "The CMNext admin web UI, built with Tailwindcss and Vuejs",
@@ -10,13 +10,15 @@
"output_dir": "bin",
"main": "index.html",
-"license": "agpl3",
+ "license": "agpl3",
"scripts": {
"dev": "vite",
"watch": "vite build --watch --mode development --minify false",
"build": "vite build",
- "preview": "vite preview"
+ "preview": "vite preview",
+ "update": "npm update",
+ "outdated": "npm outdated"
},
"dependencies": {
@@ -28,7 +30,7 @@
"@headlessui/vue": "^1.7.12",
"@kyvg/vue3-notification": "^3.0.x",
"@vnuge/cmnext-admin": "../lib/admin",
- "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/builds/Plugins.Essentials/eb9752ab262522271ccaf1ff127658b7202289a4/@vnuge-vnlib.browser/release.tgz",
+ "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/builds/Plugins.Essentials/f2ac807486a00db4ba8486133d567e392f0fe98a/@vnuge-vnlib.browser/release.tgz",
"@vuelidate/core": "^2.0.2",
"@vuelidate/validators": "^2.0.2",
"@vueuse/core": "^10.3.x",
@@ -60,7 +62,7 @@
"unplugin-vue-router": "^0.8.4",
"vue-eslint-parser": "^9.3.0",
"vue-router": "^4.2.0",
- "vue-tsc": "^1.4.2",
+ "vue-tsc": "^2.0.6",
"@ckeditor/ckeditor5-upload": "^40.0.0",
"@ckeditor/ckeditor5-core": "^40.0.0"
}