Introduced new views and components for guest dashboard, including GuestHome, guest-specific menus, and booking pages for washes. Enhanced the forms system with reCAPTCHA support, calendar integration, and better field handling. Adjusted router configuration and updated requests to separate authenticated and unauthenticated flows.
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "truckwashdashboardsfrontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@creativebulma/bulma-badge": "^1.0.1",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@sweetalert2/theme-bulma": "^5.0.18",
|
|
"@sweetalert2/theme-dark": "^5.0.18",
|
|
"@vueuse/core": "^12.7.0",
|
|
"axios": "^1.7.8",
|
|
"bulma": "^1.0.2",
|
|
"bulma-calendar": "^7.1.1",
|
|
"bulma-list": "^3.0.0",
|
|
"bulma-pageloader": "^0.3.0",
|
|
"bulma-quickview": "^2.0.0",
|
|
"bulma-switch": "^2.0.4",
|
|
"chart.js": "^4.4.7",
|
|
"sass": "^1.81.1",
|
|
"sweetalert2": "^11.14.5",
|
|
"toastify-js": "^1.12.0",
|
|
"vite-plugin-singlefile": "^2.1.0",
|
|
"vue": "^3.5.12",
|
|
"vue-chartjs": "^5.3.2",
|
|
"vue-popperjs": "^2.3.0",
|
|
"vue-router": "^4.5.0",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@creativebulma/bulma-divider": "^1.1.0",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"sass-embedded": "^1.81.0",
|
|
"vite": "^5.4.10",
|
|
"vite-plugin-vue-devtools": "^7.5.4"
|
|
}
|
|
}
|