Files
cmms/package.json
T
2026-09-11 13:30:02 +02:00

26 lines
771 B
JSON

{
"name": "cmms",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "vite build && cp -R php dist/php && cp -R vendor dist/vendor",
"serve": "concurrently \"vite\" \"php -S localhost:8000\" \"mailpit\" \"caddy run --config Caddyfile\"",
"php": "concurrently \"php -t dist -S localhost:8000\" \"mailpit\" \"caddy reverse-proxy -t localhost:8000\""
},
"dependencies": {
"@fortawesome/fontawesome-free": "7.3.1",
"bulma": "^1.0.4",
"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",
"vite": "^8.1.5"
}
}