{ "name": "web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "lint:fix": "next lint -- --fix" }, "dependencies": { "@fontsource/montserrat": "^5.0.13", "@svgr/webpack": "^8.1.0", "@types/node": "^20.10.0", "@types/react": "^18.2.39", "@types/react-dom": "^18.2.17", "axios": "^1.5.1", "modern-normalize": "^2.0.0", "next": "^14.2.3", "radash": "^11.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.51.3", "sass": "^1.69.3", "socket.io-client": "^4.7.5", "typescript": "5.3.2", "zod": "^3.22.4" }, "devDependencies": { "@vchikalkin/eslint-config-awesome": "^1.1.6", "eslint": "^8.51.0" } }