{
    "private": true,
    "type": "module",
    "scripts": {
        "dev": "vite",
        "build": "vite build",
        "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": {
        "laravel-vite-plugin": "^1.0.5",
        "vite": "^5.3.4",
        "@vitejs/plugin-vue": "^5.0.5"
    },
    "dependencies": {
        "axios": "^1.6.4",
        "@inertiajs/vue3": "^1.2.0",
        "laravel-precognition-vue-inertia": "^0.5.6",
        "sweetalert2": "^11.12.3",
        "tinymce": "^7.2.1"
    }
}
