Moisés de Jesús Cortés Castellanos df7e8bf2ec
ADD: Administrar roles (#4)
2024-12-28 13:50:41 -06:00

35 lines
777 B
JSON

{
"name": "notsoweb.frontend",
"copyright": "Notsoweb Software Inc.",
"private": true,
"version": "0.9.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"axios": "^1.7.8",
"laravel-echo": "^1.17.1",
"luxon": "^3.5.0",
"pinia": "^2.2.8",
"postcss": "^8.4.49",
"pusher-js": "^8.4.0-rc2",
"tailwindcss": "^3.4.15",
"toastr": "^2.1.4",
"uuid": "^11.0.3",
"vite": "^6.0.1",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-multiselect": "^3.1.0",
"vue-router": "^4.5.0",
"ziggy-js": "^2.4.1"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"vite-plugin-html": "^3.2.2"
}
}