Files
FlightsAPI/package.json
2026-07-12 18:33:01 +10:00

53 lines
2.1 KiB
JSON

{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"postbuild": "cp public/build/sw.js public/sw.js && cp public/build/manifest.webmanifest public/manifest.webmanifest",
"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",
"serve:all": "concurrently -s all \"php artisan serve\" \"php artisan reverb:start\" \"php artisan queue:work\" > /dev/null 2>&1",
"updateVersion": "cross-var docker build --no-cache --build-arg APP_VERSION=$npm_config_tag -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",
"@types/leaflet": "^1.9.21",
"@types/node": "^25.5.0",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-vue": "^6.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.11.0",
"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",
"vite": "^8.0.0",
"vite-plugin-pwa": "^1.3.0",
"vite-plugin-vuetify": "^2.1.3",
"vue": "^3.4.0",
"workbox-precaching": "^7.4.1"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"apexcharts": "^5.10.5",
"chart.js": "^4.5.1",
"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"
}
}