{ "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", "heroku-postbuild": "npm run prod" }, "dependencies": { "@inertiajs/inertia": "^0.10.1", "@inertiajs/inertia-vue3": "^0.5.2", "@inertiajs/progress": "^0.2.6", "@popperjs/core": "^2.11.0", "autoprefixer": "^10.2.4", "eslint": "^6.8.0", "eslint-plugin-vue": "^7.5.0", "laravel-mix": "^6.0.6", "lodash": "^4.17.21", "postcss": "^8.2.6", "postcss-import": "^12.0.1", "postcss-nesting": "^7.0.1", "tailwindcss": "^2.0.3", "uuid": "^8.3.2", "vue": "^3.2.24", "vue-loader": "^16.2.0" } }