Employee-app/employee-fe/package.json

25 lines
489 B
JSON

{
"name": "employee-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"animate.css": "^4.1.1",
"axios": "^1.12.2",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"sweetalert2": "^11.23.0",
"vue": "^3.5.21",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"vite": "^7.1.7"
}
}