{
    "private": true,
    "scripts": {
        "dev": "npm run development",
        "development": "mix",
        "watch": "mix watch",
        "watch-poll": "mix watch -- --watch-options-poll=1000",
        "hot": "mix watch --hot",
        "prod": "npm run production",
        "production": "mix --production"
    },
    "devDependencies": {
        "autoprefixer": "^10.5.4",
        "axios": "^0.21",
        "bootstrap": "^4.4.0",
        "browser-sync": "^3.0.4",
        "browser-sync-webpack-plugin": "^2.4.0",
        "cross-env": "^7.0",
        "jquery": "^3.4",
        "laravel-mix": "^6.0.6",
        "laravel-vite-plugin": "^3.1.3",
        "lodash": "^4.17.19",
        "popper.js": "^1.12",
        "postcss": "^8.5.20",
        "resolve-url-loader": "^4.0.0",
        "sass": "^1.57.1",
        "sass-loader": "^12.6.0",
        "tailwindcss": "^3.4.1",
        "vite": "^8.1.5"
    }
}
