{
    "name": "air-ticket-booking",
    "version": "1.0.0",
    "description": "Online Air Ticket Booking Platform with SABRE GDS Integration",
    "scripts": {
        "dev": "vite",
        "build": "vite build"
    },
    "dependencies": {
        "vue": "^3.4.0",
        "@vitejs/plugin-vue": "^5.0.0",
        "vee-validate": "^4.12.0",
        "yup": "^1.3.0",
        "axios": "^1.6.0",
        "pinia": "^2.1.0",
        "vue-router": "^4.2.0",
        "vue-i18n": "^9.9.0",
        "@fortawesome/fontawesome-free": "^6.5.0",
        "chart.js": "^4.4.0",
        "vue-chartjs": "^5.3.0",
        "date-fns": "^3.3.0"
    },
    "devDependencies": {
        "vite": "^5.0.0",
        "tailwindcss": "^3.4.0",
        "autoprefixer": "^10.4.0",
        "postcss": "^8.4.0"
    }
}