Added sockets for notifications
This commit is contained in:
+6
-1
@@ -5,10 +5,12 @@
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"dev": "vite",
|
||||
"dev:all": "concurrently -s all \"php artisan serve\" \"php artisan reverb:start\" \"php artisan queue:work\" \"npm run dev\" > /dev/null 2>&1",
|
||||
"updateVersion": "cross-var docker build -t dredgy/flights-api:$npm_config_tag -t dredgy/flights-api:latest . && cross-var docker push dredgy/flights-api:$npm_config_tag && docker push dredgy/flights-api:latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@inertiajs/vue3": "^2.0.0",
|
||||
"@laravel/echo-vue": "^2.3.7",
|
||||
"@tailwindcss/forms": "^0.5.3",
|
||||
"@tailwindcss/vite": "^4.0.0",
|
||||
"@types/geojson": "^7946.0.16",
|
||||
@@ -17,10 +19,12 @@
|
||||
"@vitejs/plugin-vue": "^6.0.0",
|
||||
"autoprefixer": "^10.4.12",
|
||||
"axios": "^1.11.0",
|
||||
"concurrently": "^9.0.1",
|
||||
"concurrently": "^9.2.3",
|
||||
"cross-var": "^1.1.0",
|
||||
"laravel-echo": "^2.3.7",
|
||||
"laravel-vite-plugin": "^3.0.0",
|
||||
"postcss": "^8.4.31",
|
||||
"pusher-js": "^8.5.0",
|
||||
"sass-embedded": "^1.100.0",
|
||||
"tailwindcss": "^3.2.1",
|
||||
"typescript": "^6.0.2",
|
||||
@@ -35,6 +39,7 @@
|
||||
"echarts": "^6.0.0",
|
||||
"flag-icons": "^7.5.0",
|
||||
"maplibre-gl": "^5.22.0",
|
||||
"pinia": "^3.0.4",
|
||||
"vue-echarts": "^8.0.1",
|
||||
"vue3-apexcharts": "^1.11.1",
|
||||
"vuetify": "^4.1.2"
|
||||
|
||||
Reference in New Issue
Block a user