{ "name": "@motiadev/ui", "description": "Shared React UI components library for the Motia ecosystem", "version": "0.8.2-beta.139", "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./styles.css": "./dist/ui.css", "./globals.css": "./dist/globals.css" }, "files": [ "dist", "README.md" ], "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0" }, "dependencies": { "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-dropdown-menu": "^2.1.15", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-select": "^2.2.4", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tabs": "^1.1.12", "@radix-ui/react-tooltip": "^1.2.6", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.525.0", "react-resizable-panels": "^3.0.3", "react-use-resizable": "^0.2.0", "tailwind-merge": "^3.3.1", "zustand": "^5.0.8" }, "devDependencies": { "@storybook/addon-a11y": "^9.0.17", "@storybook/addon-docs": "^9.0.17", "@storybook/addon-themes": "^9.0.17", "@storybook/react": "^9.0.17", "@storybook/react-vite": "^9.0.17", "@storybook/test-runner": "^0.23.0", "@tailwindcss/vite": "^4.1.11", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.6.0", "concurrently": "^9.2.0", "husky": "^9.1.7", "storybook": "^9.0.17", "tailwindcss": "^4.1.11", "typescript": "^5.8.3", "vite": "^7.0.4", "vite-plugin-dts": "^4.5.4", "wait-on": "^8.0.3" }, "scripts": { "build": "vite build && tsc --emitDeclarationOnly --declaration --outDir dist", "dev": "vite build --watch", "lint": "eslint --config ../../eslint.config.js", "storybook": "storybook dev -p 6006", "storybook:build": "storybook build", "storybook:test": "test-storybook", "storybook:test:watch": "test-storybook --watch", "ci:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm storybook --port 6006 --no-open\" \"wait-on tcp:6006 && pnpm storybook:test\"" } }