diff --git a/nuxt.config.ts b/nuxt.config.ts index 9a74de5..94c8ea9 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -2,5 +2,5 @@ export default defineNuxtConfig({ compatibilityDate: '2024-11-01', devtools: { enabled: true }, - modules: ['@nuxtjs/tailwindcss'], -}) + modules: ['@nuxtjs/tailwindcss', 'nuxt-charts'], +}) \ No newline at end of file diff --git a/package.json b/package.json index bda3b61..3fb1ddd 100644 --- a/package.json +++ b/package.json @@ -11,16 +11,18 @@ "password_gen": "node .password_hash_gen/generator.js" }, "dependencies": { - "nuxt": "^3.15.4", - "vue": "latest", - "vue-router": "latest", "@nuxtjs/tailwindcss": "^6.13.1", "axios": "^1.7.9", "bcryptjs": "^3.0.0", "daisyui": "^4.12.23", "dotenv": "^16.4.7", "jsonwebtoken": "^9.0.2", - "systeminformation": "^5.25.11" + "nuxt": "^3.15.4", + "nuxt-charts": "^0.1.10", + "promstats": "^1.0.1", + "systeminformation": "^5.25.11", + "vue": "latest", + "vue-router": "latest" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.8" diff --git a/pages/index.vue b/pages/index.vue index e155de7..9df79d5 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,248 +1,116 @@