{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.3.7", "@mui/material": "^7.3.7", "@reduxjs/toolkit": "^2.11.2", "@xterm/addon-fit": "^0.10.0", "@xterm/xterm": "^5.5.0", "next": "16.1.5", "react": "19.2.3", "react-dom": "19.2.3", "react-redux": "^9.2.0", "socket.io-client": "^4.8.1" }, "devDependencies": { "@playwright/test": "^1.40.0", "@tailwindcss/postcss": "^4", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/jest": "^30.0.0", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.1.1", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0", "tailwindcss": "^4", "typescript": "^5" } }