2025 / apps /web /package.json
daqc's picture
Initial commit
ad19202
{
"dependencies": {
"@bprogress/next": "^3.2.12",
"@bsmnt/scrollytelling": "^0.3.0",
"@fumadocs/content-collections": "^1.2.4",
"@gsap/react": "^2.1.2",
"@next/third-parties": "16.0.3",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@repo/config": "workspace:*",
"@repo/i18n": "workspace:*",
"@repo/utils": "workspace:*",
"@repo/wrapped": "workspace:*",
"@sindresorhus/slugify": "^3.0.0",
"@vercel/analytics": "^1.6.1",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"deepmerge": "^4.3.1",
"es-toolkit": "^1.41.0",
"fumadocs-core": "^16.0.11",
"fumadocs-ui": "^16.0.11",
"gsap": "^3.12.5",
"html-to-image": "^1.11.11",
"input-otp": "^1.4.2",
"js-cookie": "^3.0.5",
"lucide-react": "^0.553.0",
"next": "16.0.7",
"next-intl": "4.5.3",
"next-themes": "^0.4.6",
"nuqs": "^2.7.3",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.68.0",
"react-merge-refs": "^3.0.2",
"react-use-measure": "^2.1.7",
"server-only": "^0.0.1",
"slugify": "^1.6.6",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"three": "^0.182.0",
"three-stdlib": "^2.36.1",
"ufo": "^1.6.1",
"usehooks-ts": "^3.1.1",
"uuid": "^13.0.0",
"zod": "^4.1.12",
"zustand": "^5.0.9"
},
"devDependencies": {
"@biomejs/biome": "2.3.5",
"@content-collections/core": "^0.12.0",
"@content-collections/mdx": "^0.2.2",
"@content-collections/next": "^0.2.9",
"@mdx-js/mdx": "^3.1.1",
"@playwright/test": "^1.57.0",
"@repo/tailwind-config": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@shikijs/rehype": "^3.15.0",
"@tailwindcss/postcss": "^4.1.17",
"@types/canvas-confetti": "^1.9.0",
"@types/js-cookie": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "24.10.1",
"@types/react": "19.2.5",
"@types/react-dom": "19.2.3",
"@types/three": "^0.182.0",
"@types/uuid": "^11.0.0",
"autoprefixer": "10.4.22",
"dotenv": "^17.2.3",
"mdx": "^0.3.1",
"mdx-bundler": "^10.1.1",
"postcss": "8.5.6",
"sass": "^1.95.1",
"tailwindcss": "4.1.17",
"typescript": "5.9.3"
},
"name": "@repo/web",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"e2e": "pnpm exec playwright test --ui",
"e2e:ci": "pnpm exec playwright install && pnpm exec playwright test",
"shadcn-ui": "pnpm dlx shadcn@latest",
"start": "next start",
"type-check": "tsc --noEmit"
},
"version": "0.0.0"
}