Files
2026-03-01 12:08:15 +05:30

60 lines
1.5 KiB
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port=3001",
"build": "next build",
"postinstall": "fumadocs-mdx",
"start": "next start"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@orama/orama": "^3.1.18",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-label": "2.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@tabler/icons-react": "^3.37.1",
"@takumi-rs/image-response": "^0.62.8",
"@tanstack/react-query": "^5.90.21",
"autoprefixer": "^10.4.27",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"date-fns": "4.1.0",
"embla-carousel-react": "8.6.0",
"fumadocs-core": "16.4.3",
"fumadocs-mdx": "14.2.4",
"fumadocs-ui": "16.4.3",
"input-otp": "1.4.2",
"lucide-react": "^0.562.0",
"motion": "^12.34.3",
"next": "16.1.1",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.2",
"react-resizable-panels": "^4.6.5",
"recharts": "3.6.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@tanstack/react-query-devtools": "^5.91.3",
"@types/mdx": "^2.0.13",
"@types/node": "^25.3.2",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.2.1",
"tw-animate-css": "1.4.0",
"typescript": "^5.9.3"
}
}