{ "name": "@workspace/ui", "version": "0.0.0", "type": "module", "private": true, "scripts": { "lint": "biome lint", "check": "biome check", "openapi": "openapi2ts" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@hookform/resolvers": "^5.2.2", "@iconify/react": "^6.0.2", "@monaco-editor/react": "^4.7.0", "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-aspect-ratio": "^1.1.8", "@radix-ui/react-avatar": "^1.1.11", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-context-menu": "^2.2.16", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-direction": "^1.1.1", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-hover-card": "^1.1.15", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-menubar": "^1.1.16", "@radix-ui/react-navigation-menu": "^1.2.14", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-progress": "^1.1.8", "@radix-ui/react-radio-group": "^1.3.8", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slider": "^1.3.6", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-toggle": "^1.1.10", "@radix-ui/react-toggle-group": "^1.1.11", "@radix-ui/react-tooltip": "^1.2.8", "@tanstack/react-query": "^5.90.10", "@tanstack/react-router": "^1.139.0", "axios": "^1.13.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", "embla-carousel-react": "^8.6.0", "i18next": "^25.6.3", "i18next-browser-languagedetector": "^8.2.0", "i18next-http-backend": "^3.0.2", "input-otp": "^1.4.2", "lucide-react": "^0.554.0", "mathjs": "^15.1.0", "monaco-editor": "^0.55.1", "monaco-themes": "^0.4.7", "motion": "^12.23.24", "next-themes": "^0.4.6", "react": "^19.2.0", "react-day-picker": "^9.11.1", "react-dom": "^19.2.0", "react-hook-form": "^7.66.1", "react-i18next": "^16.3.5", "react-markdown": "^10.1.0", "react-resizable-panels": "^3.0.6", "react-syntax-highlighter": "^16.1.0", "react-top-loading-bar": "^3.0.2", "recharts": "2.15.4", "rehype-katex": "^7.0.1", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", "remark-toc": "^9.0.0", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "tw-animate-css": "^1.3.6", "vaul": "^1.1.2", "zod": "^4.1.12" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.11", "@tanstack/react-query-devtools": "^5.90.2", "@turbo/gen": "^2.5.5", "@types/node": "^20.19.9", "@types/react": "^19.1.9", "@types/react-dom": "^19.1.7", "@types/react-syntax-highlighter": "^15.5.13", "@umijs/openapi": "^1.14.1", "@workspace/typescript-config": "workspace:*", "tailwindcss": "^4.1.11", "typescript": "^5.9.2" }, "exports": { "./globals.css": "./src/styles/globals.css", "./postcss.config": "./postcss.config.mjs", "./lib/*": "./src/lib/*.ts", "./utils/*": "./src/utils/*.ts", "./components/*": "./src/components/*.tsx", "./composed/*": "./src/composed/*.tsx", "./hooks/*": "./src/hooks/*.ts", "./integrations/*": "./src/integrations/*.tsx", "./services/*": "./src/services/*.ts" } }