{ "name": "@nice/ui", "version": "0.0.0", "private": true, "type": "module", "exports": { "./globals.css": "./src/styles/globals.css", "./postcss.config": "./postcss.config.mjs", "./lib/*": "./src/lib/*.ts", "./components/*": "./src/components/*.tsx", "./components/charts/*": "./src/components/charts/*.tsx", "./hooks/*": "./src/hooks/*.ts" }, "scripts": { "lint": "eslint . --max-warnings 0" }, "peerDependencies": { "d3": "^7.9.0", "@hookform/resolvers": "^5.0.1", "@radix-ui/react-avatar": "^1.1.10", "@radix-ui/react-checkbox": "^1.3.2", "@radix-ui/react-collapsible": "^1.1.11", "@radix-ui/react-dialog": "^1.1.14", "@radix-ui/react-dropdown-menu": "^2.1.15", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-popover": "^1.1.14", "@radix-ui/react-progress": "^1.1.7", "@radix-ui/react-scroll-area": "^1.2.9", "@radix-ui/react-select": "^2.2.5", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-switch": "^1.2.5", "@radix-ui/react-tabs": "^1.1.12", "@radix-ui/react-toggle": "^1.1.9", "@radix-ui/react-toggle-group": "^1.1.10", "@radix-ui/react-tooltip": "^1.2.7", "clsx": "^2.1.1", "cmdk": "^1.1.1", "dayjs": "^1.11.13", "embla-carousel-autoplay": "^8.6.0", "embla-carousel-react": "^8.6.0", "next-themes": "^0.4.6", "react": "^19.1.0", "react-day-picker": "^9.7.0", "react-dom": "^19.1.0", "react-hook-form": "^7.57.0", "sonner": "^2.0.5", "tailwind-merge": "^3.3.0", "vaul": "^1.1.2", "zod": "^3.19.1" }, "devDependencies": { "@nice/eslint-config": "workspace:*", "@nice/typescript-config": "workspace:*", "@tailwindcss/postcss": "^4", "@turbo/gen": "^2.5.3", "@types/node": "^20", "@types/react": "^19.1.4", "@types/react-dom": "^19.1.5", "class-variance-authority": "^0.7.1", "lucide-react": "0.511.0", "tailwindcss": "^4", "tw-animate-css": "^1.3.0", "typescript": "^5" } }