{
    "private":  true,
    "scripts":  {
                    "dev":  "npm run development",
                    "development":  "mix",
                    "watch":  "mix watch",
                    "watch-poll":  "mix watch -- --watch-options-poll=1000",
                    "prod":  "npm run production",
                    "production":  "mix --production"
                },
    "devDependencies":  {
                            "cross-env":  "^7.0.3",
                            "dotenv":  "^16.4.7",
                            "dotenv-expand":  "^8.0.3",
                            "laravel-mix":  "^6.0.49",
                            "laravel-mix-merge-manifest":  "^2.1.0",
                            "resolve-url-loader":  "^5.0.0",
                            "sass":  "^1.77.8",
                            "sass-loader":  "^12.6.0",
                            "vue-template-compiler":  "^2.7.16",
                            "webpack":  "5.101.3",
                            "webpack-cli":  "^4.10.0"
                        },
    "overrides":  {
                      "uuid":  "^11.1.1",
                      "node-notifier":  "^10.0.1",
                      "sockjs":  "^0.3.24"
                  }
}