{
    "private": true,
    "type": "module",
    "scripts": {
        "dev": "vite",
        "build": "vite build",
        "postinstall": "node -e \"const fs=require('fs'); const {spawnSync}=require('child_process'); if (fs.existsSync('./Editor.zip') && fs.existsSync('./node_modules/datatables.net-editor/install.js')) { const r=spawnSync(process.execPath, ['./node_modules/datatables.net-editor/install.js','./Editor.zip'], { stdio:'inherit' }); process.exit(r.status ?? 0); } else { console.log('Skipping datatables editor install: Editor.zip not found.'); }\""
    },
    "devDependencies": {
        "@popperjs/core": "^2.11.6",
        "@tailwindcss/postcss": "^4.2.2",
        "autoprefixer": "^10.4.27",
        "axios": "^1.6.4",
        "bootstrap": "^5.2.3",
        "laravel-vite-plugin": "^1.2.0",
        "postcss": "^8.5.8",
        "sass": "^1.56.1",
        "tailwindcss": "^4.2.2",
        "vite": "^6.3.5"
    },
    "dependencies": {
        "alpinejs": "^3.14.9",
        "datatables.net-editor": "^2.3.1",
        "datatables.net-editor-bs5": "^2.2.0",
        "jquery": "^3.7.1"
    }
}
