/
githubmirror
/
Front-End-Checklist
Обзор
Документация
Войти
/
githubmirror
/
Front-End-Checklist
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/web/package.json
112 строк
4 KB
David Dias
chore: new v2 version
30 май 2026, 00:54
30 май 2026, 00:54
7c05904
Код
Авторство
О чём код?
{ "name": "web", "version": "1.0.0", "private": true, "type": "module", "scripts": { "build": "pnpm --filter @repo/auth build && content-collections build && next build", "build:content": "content-collections build", "dev": "concurrently \"content-collections watch\" \"portless run next dev\"", "e2e": "playwright test", "e2e:debug": "playwright test --debug", "e2e:headed": "playwright test --headed", "e2e:install": "playwright install --with-deps", "e2e:report": "playwright show-report", "e2e:ui": "playwright test --ui", "enrich-mentions": "tsx scripts/enrich-mentions.ts", "lint": "biome check .", "start": "next start", "test": "jest --watchman=false --passWithNoTests", "test:ci": "jest --watchman=false --ci --maxWorkers=1 --passWithNoTests", "test:coverage": "jest --watchman=false --coverage --passWithNoTests", "test:coverage:check": "jest --watchman=false --coverage --coverageReporters=text-summary --passWithNoTests", "test:related": "jest --watchman=false --findRelatedTests --passWithNoTests", "typecheck": "tsc --noEmit" }, "dependencies": { "@content-collections/core": "^0.15.1", "@content-collections/mdx": "^0.2.2", "@content-collections/next": "^0.2.11", "@icons-pack/react-simple-icons": "catalog:", "@next/third-parties": "^16.2.6", "@openpanel/nextjs": "^1.5.1", "@prisma/client": "catalog:", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-checkbox": "catalog:", "@radix-ui/react-dialog": "catalog:", "@radix-ui/react-dropdown-menu": "catalog:", "@radix-ui/react-progress": "catalog:", "@radix-ui/react-radio-group": "^1.3.8", "@radix-ui/react-select": "catalog:", "@radix-ui/react-slot": "catalog:", "@radix-ui/react-switch": "catalog:", "@radix-ui/react-tabs": "catalog:", "@radix-ui/react-tooltip": "catalog:", "@repo/auth": "workspace:*", "@repo/config": "workspace:*", "@repo/data-layer": "workspace:*", "@repo/design-system": "workspace:*", "@repo/emails": "workspace:*", "@repo/i18n": "workspace:*", "@repo/mcp": "workspace:*", "@repo/rule-feedback": "workspace:*", "@repo/schemas": "workspace:*", "@repo/search": "workspace:*", "@repo/seo": "workspace:*", "@repo/state": "workspace:*", "@repo/storage": "workspace:*", "@repo/types": "workspace:*", "@repo/utils": "workspace:*", "@repo/virtualization": "workspace:*", "@sentry/nextjs": "^10.55.0", "@tanstack/react-form": "^1.33.0", "@tanstack/react-query": "catalog:", "@tanstack/react-query-devtools": "^5.100.14", "@thedaviddias/analytics": "workspace:*", "@upstash/ratelimit": "^2.0.8", "@upstash/redis": "^1.38.0", "better-auth": "^1.6.11", "botid": "^1.5.11", "class-variance-authority": "catalog:", "cmdk": "^1.1.1", "focus-trap-react": "^12.0.2", "framer-motion": "catalog:", "fuse.js": "^7.3.0", "lru-cache": "^11.5.1", "next": "catalog:", "next-safe-action": "^8.5.3", "next-themes": "^0.4.6", "nuqs": "^2.8.9", "open-graph-scraper": "^6.11.0", "react": "catalog:", "react-dom": "catalog:", "rehype-autolink-headings": "^7.1.0", "rehype-pretty-code": "^0.14.3", "rehype-slug": "^6.0.0", "remark-gfm": "^4.0.1", "shiki": "^4.1.0", "tailwind-merge": "catalog:", "zod": "catalog:" }, "devDependencies": { "@axe-core/react": "^4.11.3", "@content-collections/cli": "^0.1.9", "@playwright/test": "^1.60.0", "@repo/config-typescript": "workspace:^", "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/upgrade": "^4.3.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "catalog:", "@testing-library/user-event": "^14.6.1", "@types/jest": "catalog:", "@types/node": "catalog:", "@types/react": "catalog:", "@types/react-dom": "catalog:", "concurrently": "^10.0.0", "eslint-plugin-jsx-a11y": "^6.10.2", "jest": "catalog:", "jest-environment-jsdom": "^30.4.1", "tailwindcss": "^4.3.0", "typescript": "catalog:" } }