{ "name": "web-tanstack", "private": true, "type": "module", "scripts": { "dev": "vite dev --port 3000", "build": "vite build", "serve": "vite preview", "test": "vitest run", "lint": "eslint", "format": "bunx oxfmt .", "check": "bunx oxfmt . && eslint --fix" }, "dependencies": { "@elysiajs/eden": "^1.4.4", "@modelcontextprotocol/sdk": "^1.17.0", "@radix-ui/react-slider": "^1.3.6", "@radix-ui/react-slot": "^1.2.4", "@tailwindcss/vite": "^4.0.6", "@tanstack/react-devtools": "^0.7.0", "@tanstack/react-query": "^5.66.5", "@tanstack/react-query-devtools": "^5.84.2", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-router-ssr-query": "^1.131.7", "@tanstack/react-start": "^1.132.0", "@tanstack/router-plugin": "^1.132.0", "@unpic/react": "^1.0.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "effect": "^3.19.0", "elysia": "^1.4.15", "lucide-react": "^0.544.0", "react": "^19.2.0", "react-dom": "^19.2.0", "tailwind-merge": "^3.0.2", "tailwindcss": "^4.0.6", "tw-animate-css": "^1.3.6", "vite-tsconfig-paths": "^5.1.4", "zod": "4.1.11", "zustand": "^5.0.8" }, "devDependencies": { "@tanstack/eslint-config": "^0.3.0", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/node": "^22.10.2", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^5.0.4", "babel-plugin-react-compiler": "^1.0.0", "jsdom": "^27.0.0", "typescript": "^5.7.2", "vite": "^7.1.7", "vitest": "^3.0.5", "web-vitals": "^5.1.0" } }