{
    "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": {
        "@vue/compiler-sfc": "^3.2.22",
        "autoprefixer": "^10.4.7",
        "laravel-mix": "^6.0.43",
        "postcss": "^8.4.13",
        "tailwindcss": "^2.2.19",
        "vue-loader": "^16.8.3"
    },
    "dependencies": {
        "vue": "^3.2.33"
    }
}
