{
  "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",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@kooneko/livereload-webpack-plugin": "^1.2.1",
    "bootstrap": "^5.1.3",
    "laravel-mix": "^6.0.43"
  },
  "devDependencies": {
    "resolve-url-loader": "^5.0.0",
    "sass": "^1.49.9",
    "sass-loader": "^12.6.0",
    "webpack-livereload-plugin": "^1.2.0"
  }
}
