{ "name": "web", "version": "0.0.0", "private": true, "scripts": { "build": "next build", "dev": "next dev", "lint": "next lint", "start": "next start", "graphql:codegen": "graphql-codegen --config .graphqlrc.yml", "graphql:download-schema": "dotenv -e .env.local node ./scripts/graphql-download-schema.js", "graphql:update": "yarn graphql:codegen & yarn graphql:download-schema" }, "dependencies": { "@apollo/client": "^3.7.3", "@fontsource/montserrat": "^4.5.13", "@tanstack/react-query": "^4.20.9", "@trpc/client": "^10.7.0", "@trpc/next": "^10.7.0", "@trpc/react-query": "^10.7.0", "@trpc/server": "^10.7.0", "axios": "^1.2.2", "dayjs": "^1.11.7", "less": "^4.1.3", "less-loader": "^11.1.0", "mobx": "^6.7.0", "mobx-react-lite": "^3.4.0", "next": "^13.1.1", "next-composed-plugins": "^1.0.1", "next-with-less": "^2.0.5", "normalize.css": "^8.0.1", "radash": "^10.4.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sharp": "^0.31.3", "styled-components": "^5.3.6", "superjson": "^1.12.1", "tools": "*", "ui": "*", "zod": "^3.20.2" }, "devDependencies": { "@graphql-codegen/cli": "^2.16.3", "@graphql-codegen/typescript": "^2.8.7", "@graphql-codegen/typescript-operations": "^2.5.12", "@types/node": "^18.11.18", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "@types/styled-components": "^5.1.26", "dotenv-cli": "^6.0.0", "eslint": "^8.31.0", "eslint-config-custom": "*", "gql-sdl": "^1.0.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "msw": "^0.49.2", "tsconfig": "*", "typescript": "^4.9.4" }, "msw": { "workerDirectory": "public" } }