{
    "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": {
        "@tailwindcss/typography": "^0.5.13",
        "autoprefixer": "^10.4.16",
        "axios": "^1.6.1",
        "cssnano": "^6.0.2",
        "laravel-mix": "^6.0.49",
        "laravel-vite-plugin": "^0.8.0",
        "postcss": "^8.4.32",
        "postcss-cli": "^11.0.0",
        "tailwindcss": "^3.3.5",
        "vite": "^4.0.0"
    },
    "dependencies": {
        "@flasher/flasher": "^1.3.2",
        "flowbite": "^2.2.0"
    }
}
