{ "private": true, "scripts": { "start": "cd frontend && pnpm run start", "build": "cd frontend && pnpm run build", "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": { "axios": "^0.25", "laravel-mix": "^6.0.6", "lodash": "^4.17.21", "postcss": "^8.1.14" }, "dependencies": { "@mui/icons-material": "^5.8.0", "@mui/material": "^5.8.1" } }