This commit is contained in:
Nikola Petrov
2026-09-08 23:34:18 +02:00
parent 7f36d6f37c
commit 443a7c483a
12 changed files with 513 additions and 14 deletions
+4 -2
View File
@@ -1,5 +1,5 @@
{
"name": "portal-vue",
"name": "cmms",
"version": "1.0.0",
"type": "module",
"scripts": {
@@ -9,13 +9,15 @@
"serve": "concurrently \"vite\" \"cross-env DEV=1 php -S localhost:8000\" \"mailpit\""
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@fortawesome/fontawesome-free": "7.3.1",
"bootstrap": "5.3.8",
"vue": "^3.5.40",
"vue-i18n": "^11.4.10",
"vue-multiselect": "^3.5.0",
"vue-router": "5"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^11.2.5",
"@vitejs/plugin-vue": "^6.0.8",
"concurrently": "^10.0.5",
"cross-env": "^10.1.0",