Theme switcher and BULMA
This commit is contained in:
+3
-2
@@ -4,11 +4,12 @@
|
||||
"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\""
|
||||
"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",
|
||||
"bootstrap": "5.3.8",
|
||||
"bulma": "^1.0.4",
|
||||
"vue": "^3.5.40",
|
||||
"vue-i18n": "^11.4.10",
|
||||
"vue-multiselect": "^3.5.0",
|
||||
|
||||
Reference in New Issue
Block a user