{ "name": "vigilcare-dashboard", "private": true, "version": "0.0.0", "license": "SEE LICENSE IN LICENSE", "author": "voltsrage", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@vueuse/core": "^14.3.0", "chart.js": "^4.5.1", "clsx": "^2.1.1", "pinia": "^3.0.4", "tailwind-merge": "^3.6.0", "vue": "^3.5.34", "vue-chartjs": "^5.3.3", "vue-router": "^4.6.4" }, "devDependencies": { "@tailwindcss/vite": "^4.3.1", "@vitejs/plugin-vue": "^6.0.6", "@vue/test-utils": "^2.4.6", "autoprefixer": "^10.5.0", "jsdom": "^26.1.0", "tailwindcss": "^4.3.1", "vite": "^8.0.12", "vitest": "^3.2.4" } }