{ "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": { "@inertiajs/inertia": "^0.11.0", "@inertiajs/inertia-vue3": "^0.6.0", "laravel-mix": "^6.0.43", "vue": "^3.2.31", "vue-loader": "^16.1.2", "vue-template-compiler": "^2.6.14" }, "dependencies": {} }