{ "name": "frontend", "private": true, "version": "0.4.6", "type": "module", "scripts": { "dev": "vite --port 6767", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/utilities": "^3.2.2", "@excalidraw/excalidraw": "0.17.6", "@types/lodash": "^4.17.20", "axios": "^1.13.2", "clsx": "^2.1.1", "date-fns": "^4.1.0", "lodash": "^4.17.23", "lucide-react": "^0.554.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^7.12.0", "socket.io-client": "^4.8.1", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0" }, "devDependencies": { "@eslint/js": "^9.39.1", "@playwright/test": "^1.57.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0", "@types/jsdom": "^27.0.0", "@types/node": "^24.10.0", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^5.1.0", "autoprefixer": "^10.4.18", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "happy-dom": "^20.0.11", "jsdom": "^27.2.0", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "typescript": "~5.9.3", "typescript-eslint": "^8.46.3", "vite": "^7.2.2", "vitest": "^4.0.15" } }