{
  "private": true,
  "scripts": {
    "dev": "npm run development",
    "development": "mix",
    "watch": "mix watch",
    "watch-poll": "mix watch -- --watch-options-poll=1000 --mode=development",
    "hot": "mix watch --hot",
    "prod": "npm run production",
    "production": "mix --production",
    "nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
  },
  "devDependencies": {
    "@vue/compiler-sfc": "^3.2.22",
    "autoprefixer": "^10.4.7",
    "form-backend-validation": "^2.3.3",
    "laravel-mix": "^6.0.41",
    "lodash": "^4.17.21",
    "postcss": "^8.4.13",
    "tailwindcss": "^3.0.24",
    "vue-loader": "^16.8.3",
    "laravel-nova": "^1.12.3"
  },
  "dependencies": {
    "@vueform/multiselect": "^2.3.3",
    "lodash.get": "^4.4.2"
  }
}
