{
    "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": {
        "@socket.io/redis-adapter": "^7.2.0",
        "config": "^3.3.8",
        "express": "^4.17.3",
        "fs": "0.0.1-security",
        "ioredis": "^4.19.2",
        "laravel-echo": "^1.12.1",
        "marker-animate-unobtrusive": "^0.2.8",
        "mysql": "^2.18.1",
        "redis": "^3.0.0",
        "socket.io": "^4.1.0",
        "socket.io-client": "^4.4.1",
        "socket.io-redis": "^6.1.1"
    },
    "dependencies": {
        "axios": "^1.3.4",
        "ngeohash": "^0.6.3"
    }
}
