UNPKG

raft-ui

Version:

React UI components for Raft.

81 lines 1.97 kB
{ "name": "raft-ui", "version": "0.5.2", "description": "React UI components for Raft.", "keywords": [ "agent-skills", "tanstack-intent" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/botiverse/rui.git", "directory": "packages/ui" }, "files": [ "CHANGELOG.md", "dist", "skills" ], "type": "module", "exports": { ".": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "./cn": { "types": "./dist/cn.d.mts", "default": "./dist/cn.mjs" }, "./wip": { "types": "./dist/wip.d.mts", "default": "./dist/wip.mjs" }, "./fonts.css": "./dist/fonts.css", "./styles.css": "./dist/styles.css", "./package.json": "./package.json" }, "publishConfig": { "access": "public" }, "dependencies": { "@base-ui/react": "^1.7.0", "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@tanstack/react-hotkeys": "^0.10.0", "cnfast": "^0.1.0", "foxact": "^0.3.8", "lucide-react": "^1.27.0", "react-resizable-panels": "^4.12.2", "tailwind-merge": "^3.6.0", "tailwind-variants": "^3.3.0" }, "devDependencies": { "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/node": "^26.1.2", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@typescript/native-preview": "7.0.0-dev.20260707.2", "@vitejs/plugin-react": "^6.0.4", "jsdom": "^30.0.1", "react": "^19.2.8", "react-dom": "^19.2.8", "tailwindcss": "^4.3.3", "typescript": "^7.0.2", "vite": "npm:@voidzero-dev/vite-plus-core@0.2.6", "vite-plus": "0.2.6", "vitest": "4.1.10" }, "peerDependencies": { "react": "^19", "react-dom": "^19" }, "scripts": { "build": "vp pack", "check": "vp check", "dev": "vp pack --watch", "test": "vp test" } }