{ "$schema": "https://www.schemastore.org/package.json", "type": "module", "private": true, "scripts": { "build": "vite build", "dev": "vite", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage" }, "dependencies": { "@inertiajs/vue3": "^3.4.0", "@nuxt/ui": "^4.8.2", "valibot": "^1.4.1", "vue": "^3.5.38" }, "devDependencies": { "@antfu/eslint-config": "^9.0.0", "@tailwindcss/vite": "^4.3.1", "@vitejs/plugin-vue": "^6.0.7", "@vue/test-utils": "^2.4.11", "concurrently": "^10.0.3", "eslint": "^10.5.0", "jsdom": "^29.1.1", "laravel-vite-plugin": "^3.1.0", "tailwindcss": "^4.3.1", "typescript": "^6.0.3", "vite": "^8.0.16", "vitest": "^4.1.9" } }