From 4b8ae76132d2342f40cec703b3d5145ea075c451 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 13 Dec 2023 17:58:51 -0500 Subject: log time coming ui and lib updates --- front-end/package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'front-end/package.json') diff --git a/front-end/package.json b/front-end/package.json index 8bd688e..0e60e64 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -14,6 +14,7 @@ "scripts": { "dev": "vite", + "watch": "vite build --watch --mode development --minify false", "build": "vite build", "preview": "vite preview" }, @@ -28,7 +29,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/vnlib.browser/52f636ef74e6f9638e9df3a64147484c7b0b85f0/@vnuge-vnlib.browser/release.tgz", + "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/builds/vnlib.browser/0b1acb55ae395723772251318254ba131e987107/@vnuge-vnlib.browser/release.tgz", "@vuelidate/core": "^2.0.2", "@vuelidate/validators": "^2.0.2", "@vueuse/core": "^10.3.x", @@ -40,6 +41,7 @@ "lodash-es": "^4.17.21", "otpauth": "^9.1.2", "showdown": "^2.1.0", + "pinia": "^2.1.7", "universal-cookie": "^6.1.x", "vue": "^3.2.47", "vue3-otp-input": "^0.4.1" @@ -55,8 +57,8 @@ "sass": "^1.62.1", "tailwindcss": "^3.3.2", "typescript": "^5.0.2", - "vite": "^4.3.5", - "vite-plugin-pages": "^0.31.0", + "vite": "^5.0.x", + "unplugin-vue-router": "^0.7.0", "vue-eslint-parser": "^9.3.0", "vue-router": "^4.2.0", "vue-tsc": "^1.4.2", -- cgit