1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
Files
2025-02-09 01:11:49 +06:00

37 lines
862 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": "vitest"
},
"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",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/vue": "^8.1.0",
"@types/node": "^20.17.11",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.18",
"jsdom": "^26.0.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vitest": "^3.0.5",
"vue-tsc": "^2.0.6"
}
}