* convert /documents/privacy to .mdx * fix: update h2 styling in MDX components - Changed h2 font weight from bold to semibold for improved visual hierarchy in rendered content. * fix build * feat: implement public offer document and layout - Added a new layout component for the public offer document. - Created the public offer page in MDX format, detailing terms and conditions for service usage. - Removed the old offer page in TSX format. - Updated links for offer and support to a new shared component for better maintainability. - Integrated Tailwind CSS typography plugin for improved text styling. * fix: correct formatting in privacy policy terms section - Adjusted the formatting of terms and definitions in the privacy policy to ensure consistent presentation and clarity. - Removed unnecessary hyphenation in the definition of "Разработчик" and "Политика" for improved readability.
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"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:"
|
|
}
|
|
}
|