{ "name": "web", "version": "0.0.0", "type": "module", "private": true, "scripts": { "dev": "dotenv -e ../../.env.local next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "check-types": "tsc --noEmit", "lint-staged": "lint-staged", "test:unit": "vitest", "test:e2e": "playwright test" }, "dependencies": { "@mdx-js/loader": "^3.1.1", "@mdx-js/react": "^3.1.1", "@next/mdx": "^15.5.5", "@playwright/test": "^1.49.1", "@repo/graphql": "workspace:*", "@repo/typescript-config": "workspace:*", "@repo/ui": "workspace:*", "@repo/utils": "workspace:", "@tanstack/react-query": "^5.64.1", "@telegram-apps/sdk-react": "^2.0.19", "@testing-library/react": "^16.1.0", "@types/mdx": "^2.0.13", "@types/node": "catalog:", "@types/react": "catalog:", "@types/react-dom": "catalog:", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "catalog:", "dayjs": "catalog:", "eruda": "^3.4.1", "graphql": "catalog:", "jsdom": "^25.0.1", "lucide-react": "catalog:", "next": "^15.5.0", "next-auth": "^4.24.11", "next-themes": "^0.4.4", "postcss": "catalog:", "radashi": "catalog:", "react": "catalog:", "react-dom": "catalog:", "tailwindcss": "catalog:", "typescript": "catalog:", "use-debounce": "^10.0.4", "vite-tsconfig-paths": "catalog:", "vitest": "catalog:", "zod": "catalog:", "zustand": "^5.0.3" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/lint-staged-config": "workspace:*", "dotenv-cli": "catalog:", "lint-staged": "catalog:" } }