mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
32 lines
768 B
JSON
32 lines
768 B
JSON
{
|
|
"name": "admin-portal",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"test": "echo \"No tests configured yet\" && exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^10.9.0",
|
|
"axios": "^1.6.2",
|
|
"chart.js": "^4.4.1",
|
|
"lucide-vue-next": "^0.344.0",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@types/node": "^20.17.11",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"autoprefixer": "^10.4.18",
|
|
"postcss": "^8.4.35",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.1.4",
|
|
"vue-tsc": "^2.0.6"
|
|
}
|
|
} |