Files
voltsrage 1d28880920
CI / backend (push) Successful in 8m43s
CI / frontend (push) Successful in 2m0s
feature: Simulation Control Center (Dashboard)
2026-08-06 02:22:55 +08:00

37 lines
841 B
JSON

{
"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:unit": "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"
}
}