{
  "private": true,
  "scripts": {
    "development": "mix",
    "watch": "mix watch",
    "watch-poll": "mix watch -- --watch-options-poll=1000",
    "hot": "mix watch --hot",
    "production": "mix --production"
  },
  "devDependencies": {
    "cross-env": "^5.1",
    "resolve-url-loader": "^2.3.1",
    "vue-template-compiler": "^2.6.10"
  },
  "dependencies": {
    "alpinejs": "^2.8.1",
    "autoprefixer": "^10.2.6",
    "laravel-mix": "^6.0.19",
    "postcss": "^8.3.0",
    "tailwindcss": "^2.1.2"
  }
}
