{
    "$schema": "https://www.schemastore.org/package.json",
    "private": true,
    "type": "module",
    "scripts": {
        "build": "vite build",
        "dev": "vite",
        "test:e2e": "playwright test",
        "test:lighthouse": "node --require ./lighthouse-win-patch.cjs ./node_modules/@lhci/cli/src/cli.js autorun",
        "test:lighthouse-patch": "node --test tests/Node/lighthouse-win-patch.test.cjs"
    },
    "devDependencies": {
        "@axe-core/playwright": "^4.13.0",
        "@lhci/cli": "^0.15.1",
        "@playwright/test": "^1.62.1",
        "@tailwindcss/vite": "^4.3.3",
        "concurrently": "^9.0.1",
        "laravel-vite-plugin": "^3.1",
        "tailwindcss": "^4.3.3",
        "vite": "^8.0.0"
    },
    "dependencies": {
        "swiper": "^14.1.0"
    }
}
