{ "name": "@repo/rdx-ui", "version": "0.0.0", "type": "module", "private": true, "scripts": { "ui:lint": "biome lint --fix" }, "exports": { "./components": "./src/components/index.tsx", "./components/*": "./src/components/*.tsx", "./hooks/*": ["./src/hooks/*.tsx", "./src/hooks/*.ts"] }, "dependencies": { "@repo/shadcn-ui": "workspace:*", "esbuild-raw-plugin": "^0.2.0", "i18next": "^25.0.2", "lucide-react": "^0.503.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-router-dom": "^6.26.0" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@repo/typescript-config": "workspace:*", "@tailwindcss/postcss": "^4.1.5", "@turbo/gen": "^2.5.2", "@types/node": "^22.15.12", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.3", "@vitejs/plugin-react": "^4.4.1", "esbuild-plugin-react18": "^0.2.6", "esbuild-plugin-react18-css": "^0.0.4", "tailwindcss": "^4.1.5", "tsup": "^8.4.0", "typescript": "^5.8.3", "vite-tsconfig-paths": "^5.1.4", "typescript-plugin-css-modules": "^5.1.0" } }