From 21982a1d077140d85262a8c5b7c5e314ed48b9eb Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Mon, 02 Jun 2025 17:57:46 +0000
Subject: [PATCH] adding vue

---
 package.json |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index 20103ec..943836c 100644
--- a/package.json
+++ b/package.json
@@ -10,10 +10,18 @@
     "dev": "nodemon app.js"
   },
   "dependencies": {
+    "@fastify/static": "^8.2.0",
     "fastify": "^5.3.3",
     "lodash": "^4.17.21",
     "mysql2": "^3.14.1",
     "nconf": "^0.13.0",
-    "nodemon": "^3.1.10"
+    "nodemon": "^3.1.10",
+    "vue": "^3.5.13",
+    "yargs": "^15.4.1"
+  },
+  "devDependencies": {
+    "@vitejs/plugin-vue": "^5.2.3",
+    "vite": "^6.2.4",
+    "vite-plugin-vue-devtools": "^7.7.2"
   }
 }

--
Gitblit v1.8.0