{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "concurrently -k -n backend,frontend -c blue,green \"npm run dev:backend\" \"npm run dev:frontend\"", "dev:backend": "php ../backend/artisan serve --host=127.0.0.1 --port=8800", "dev:frontend": "vite --host 127.0.0.1 --port 5173", "build": "tsc -b && vite build", "lint": "oxlint", "test": "vitest", "test:run": "vitest run", "test:e2e": "npm run build && playwright test", "preview": "vite preview" }, "dependencies": { "@hookform/resolvers": "5.4.0", "@tanstack/react-query": "5.101.1", "axios": "1.18.1", "pdfjs-dist": "^6.1.200", "react": "19.2.7", "react-dom": "19.2.7", "react-hook-form": "7.80.0", "react-router-dom": "7.18.0", "zod": "4.4.3", "zustand": "5.0.14" }, "devDependencies": { "@playwright/test": "^1.61.1", "@tailwindcss/vite": "4.3.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/node": "24.13.2", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "6.0.3", "concurrently": "^9.2.1", "jsdom": "^29.1.1", "oxlint": "1.71.0", "tailwindcss": "4.3.1", "typescript": "6.0.3", "vite": "8.1.0", "vitest": "^4.1.10" } }