{ "name": "@codexdash/web", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "test": "bun test ./test" }, "dependencies": { "@codexdash/shared-types": "workspace:*", "@hookform/resolvers": "^5.2.2", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-progress": "^1.1.7", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tabs": "^1.1.13", "@tanstack/react-query": "^5.90.6", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.554.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-hook-form": "^7.66.0", "react-router-dom": "^7.9.6", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "zod": "^4.1.12" }, "devDependencies": { "@eslint/js": "^10.0.1", "@tailwindcss/vite": "^4.1.14", "@types/node": "^24.12.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "eslint": "^10.2.1", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0", "tailwindcss": "^4.1.14", "tw-animate-css": "^1.3.8", "typescript": "~6.0.2", "typescript-eslint": "^8.58.2", "vite": "^8.0.10" } }