{ "name": "@workspace/ui", "version": "0.0.0", "type": "module", "private": true, "scripts": { "lint": "eslint . --max-warnings 0" }, "dependencies": { "@radix-ui/react-slot": "^1.1.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "lucide-react": "0.456.0", "next-themes": "^0.4.3", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7", "zod": "^3.23.8" }, "devDependencies": { "@turbo/gen": "^2.2.3", "@types/node": "^22.9.0", "@types/react": "18.3.0", "@types/react-dom": "18.3.1", "@workspace/eslint-config": "workspace:*", "@workspace/typescript-config": "workspace:*", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "react": "^18.3.1", "tailwindcss": "^3.4.14", "typescript": "^5.6.3" }, "exports": { "./globals.css": "./src/styles/globals.css", "./postcss.config": "./postcss.config.mjs", "./tailwind.config": "./tailwind.config.ts", "./lib/*": "./src/lib/*.ts", "./components/*": "./src/components/*.tsx", "./hooks/*": "./src/hooks/*.ts" } }