{ "name": "web", "private": true, "type": "module", "scripts": { "build": "react-router build --mode production && bun run copy-build.js", "dev": "react-router dev", "start": "serve ./build/client", "types:check": "react-router typegen && fumadocs-mdx && tsc --noEmit", "postinstall": "fumadocs-mdx", "lint": "oxlint", "lint:fix": "oxlint --fix --fix-suggestions --fix-dangerously .", "fmt": "oxfmt", "fmt:check": "oxfmt --check" }, "dependencies": { "@base-ui/react": "^1.5.0", "@hookform/resolvers": "^5.4.0", "@orama/orama": "^3.1.18", "@orama/stopwords": "^3.1.18", "@orama/tokenizers": "^3.1.18", "@react-router/node": "^7.15.1", "@tanstack/react-query": "^5.100.14", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.40.0", "fumadocs-core": "^16.9.1", "fumadocs-mdx": "15.0.8", "fumadocs-ui": "16.9.1", "i18next": "^26.2.0", "isbot": "^5.1.40", "lucide-react": "^1.16.0", "motion": "^12.40.0", "react": "^19.2.6", "react-copy-to-clipboard": "^5.1.1", "react-dom": "^19.2.6", "react-hook-form": "^7.76.1", "react-i18next": "^17.0.8", "react-medium-image-zoom": "^5.4.5", "react-syntax-highlighter": "^16.1.1", "sonner": "^2.0.7", "tailwind-merge": "^3.6.0", "tw-animate-css": "^1.4.0", "yup": "^1.7.1" }, "devDependencies": { "@react-router/dev": "^7.15.1", "@tailwindcss/vite": "^4.3.0", "@types/mdx": "^2.0.13", "@types/node": "^25.9.1", "@types/react": "^19.2.15", "@types/react-copy-to-clipboard": "^5.0.7", "@types/react-dom": "^19.2.3", "@types/react-syntax-highlighter": "^15.5.13", "baseline-browser-mapping": "^2.10.32", "oxfmt": "^0.51.0", "oxlint": "^1.66.0", "react-router-devtools": "^6.2.0", "rimraf": "^6.1.3", "serve": "^14.2.6", "tailwindcss": "^4.3.0", "typescript": "^6.0.3", "vite": "^8.0.14", "vite-plugin-devtools-json": "^1.0.0", "vite-tsconfig-paths": "^6.1.1" } }