{ "name": "diplom", "private": true, "type": "module", "scripts": { "build": "react-router build", "dev": "react-router dev", "start": "react-router-serve ./build/server/index.js", "typecheck": "react-router typegen && tsc" }, "dependencies": { "@hookform/resolvers": "^5.0.1", "@radix-ui/react-aspect-ratio": "^1.1.6", "@radix-ui/react-avatar": "^1.1.9", "@radix-ui/react-context-menu": "^2.2.14", "@radix-ui/react-dialog": "^1.1.13", "@radix-ui/react-dropdown-menu": "^2.1.14", "@radix-ui/react-label": "^2.1.6", "@radix-ui/react-scroll-area": "^1.2.8", "@radix-ui/react-select": "^2.2.4", "@radix-ui/react-separator": "^1.1.6", "@radix-ui/react-slot": "^1.2.2", "@radix-ui/react-tabs": "^1.1.11", "@radix-ui/react-tooltip": "^1.2.6", "@react-router/node": "^7.6.0", "@react-router/serve": "^7.6.0", "@tanstack/react-query": "^5.76.1", "@yornaath/batshit": "^0.10.1", "axios": "^1.9.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "immer": "^10.1.1", "isbot": "^5.1.28", "lucide-react": "^0.510.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-hook-form": "^7.56.3", "react-router": "^7.6.0", "tailwind-merge": "^3.3.0", "zod": "^3.24.4", "zustand": "^5.0.4" }, "devDependencies": { "@eslint/js": "^9.27.0", "@react-router/dev": "^7.6.0", "@tailwindcss/vite": "^4.1.6", "@types/node": "^22.15.18", "@types/react": "^19.1.4", "@types/react-dom": "^19.1.5", "eslint": "^9.27.0", "eslint-plugin-prettier": "5.4.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.1.0", "prettier": "3.5.3", "tailwindcss": "^4.1.6", "tw-animate-css": "^1.2.9", "typescript": "^5.8.3", "typescript-eslint": "^8.32.1", "vite": "^6.3.5", "vite-tsconfig-paths": "^5.1.4" } }