{ "name": "@yetanother/ui", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { "lint": "eslint src/", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "clean": "rm -rf .turbo node_modules" }, "dependencies": { "react": "^19.1.0", "clsx": "^2.1.0", "tailwind-merge": "^3.2.0", "@yetanother/utils": "workspace:*", "@radix-ui/react-slot": "^1.2.0", "@radix-ui/react-dialog": "^1.1.0", "@radix-ui/react-dropdown-menu": "^2.1.0", "@radix-ui/react-tooltip": "^1.2.0", "@radix-ui/react-popover": "^1.1.0", "@radix-ui/react-tabs": "^1.1.0", "@radix-ui/react-toast": "^1.2.0", "@radix-ui/react-label": "^2.1.0", "lucide-react": "^0.510.0", "@tanstack/react-query": "^5.75.0" }, "devDependencies": { "@yetanother/tsconfig": "workspace:*", "@yetanother/eslint-config": "workspace:*", "@types/react": "^19.1.0", "typescript": "^5.8.0", "eslint": "^9.25.0", "tailwindcss": "^4.1.0", "vitest": "^3.1.0", "@testing-library/react": "^16.3.0", "@testing-library/jest-dom": "^6.6.0", "jsdom": "^26.0.0" } }