{
    "version": "1.0.0",
    "private": true,
    "type": "commonjs",
    "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": {
        "@babel/core": "^7.24.7",
        "@babel/preset-env": "^7.24.7",
        "axios": "^1.6.4",
        "babel-loader": "^9.1.3",
        "laravel-mix": "^6.0.49",
        "laravel-vite-plugin": "^1.0",
        "resolve-url-loader": "^5.0.0",
        "sass": "^1.77.6",
        "sass-loader": "^14.2.1",
        "vite": "^5.0"
    },
    "dependencies": {
        "ag-grid-community": "^31.3.2",
        "ag-grid-enterprise": "^31.3.2"
    }
}
