25 lines
659 B
JSON
25 lines
659 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\""
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"vite": "^8.1.5"
|
|
}
|
|
}
|