{ "name": "laravel-nuxt", "version": "0.0.4", "private": true, "type": "module", "scripts": { "serve": "cross-env PORT=3000 HOST=127.0.0.1 node .output/server/index.mjs", "build": "cross-env GIT_HASH=$(git rev-parse --short HEAD) nuxi cleanup && cross-env GIT_HASH=$(git rev-parse --short HEAD) nuxi build", "cleanup": "nuxi cleanup", "dev": "GIT_HASH=`git rev-parse --short HEAD` nuxt dev --port=3000 --host=127.0.0.1", "generate": "nuxt generate", "preview": "nuxt preview", "postinstall": "nuxt prepare", "api": "php artisan octane:start --watch --port=8000 --host=127.0.0.1" }, "devDependencies": { "@antfu/eslint-config": "^2.8.3", "@iconify-json/heroicons": "^1.1.20", "@iconify/vue": "^4.1.1", "@nuxt/devtools": "^1.0.8", "@nuxt/image": "^1.4.0", "@nuxt/ui-pro": "^1.0.2", "@pinia/nuxt": "^0.5.1", "chokidar": "^3.6.0", "cross-env": "^7.0.3", "dayjs-nuxt": "^2.1.9", "eslint": "^8.57.0", "eslint-plugin-tailwindcss": "^3.15.1", "nuxt": "^3.11.0", "nuxt-security": "^1.2.2", "vue": "3.4.21", "vue-router": "^4.3.0" }, "resolutions": { "vue": "3.4.21" }, "dependencies": { "laravel-echo": "^1.16.0", "party-js": "^2.2.0", "pusher-js": "8.4.0-rc2" } }