{
    "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"
    },
    "dependencies": {
        "@babel/plugin-proposal-decorators": "^7.23.3",
        "@babel/plugin-syntax-decorators": "^7.23.3",
        "agora-classroom-sdk": "^2.9.40",
        "jquery": "^3.7.1",
        "laravel-mix": "^6.0.49",
        "react": "^17.0.2",
        "react-dom": "^17.0.2"
    },
    "devDependencies": {
        "@babel/preset-react": "^7.28.5"
    },
    "overrides": {
        "yargs": "17.7.3"
    },
    "engines": {
        "node": ">=18"
    }
}
