{ "name": "@ohif/ui-next", "version": "3.9.0-beta.52", "description": "Next version of OHIF Viewers UI, more customizable using shadcn/ui", "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "exports": { "./tailwind.config": "./tailwind.config.ts", "./lib/*": "./src/lib/*.ts", "./components/*": "./src/components/*.tsx", ".": "./src/index.ts" }, "dependencies": { "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-slot": "^1.0.2", "class-variance-authority": "^0.7.0", "clsx": "*", "cmdk": "^1.0.0", "date-fns": "^3.6.0", "framer-motion": "6.2.4", "lucide-react": "^0.379.0", "next-themes": "^0.3.0", "react": "^18.3.1", "react-day-picker": "^8.10.1", "sonner": "^1.4.41", "tailwind-merge": "^2.3.0", "tailwindcss": "3.2.4", "tailwindcss-animate": "^1.0.7" }, "keywords": [], "author": "OHIF", "license": "MIT" }