{
    "private": true,
    "scripts": {
        "dev": "npm run development",
        "development": "mix",
        "watch": "mix watch",
        "prod": "npm run production",
        "production": "mix --production"
    },
    "devDependencies": {
        "autoprefixer": "^10.4.20",
        "axios": "^1.1.2",
        "laravel-mix": "^6.0.49",
        "postcss": "^8.4.49",
        "tailwindcss": "^3.4.17"
    }
}
