{ "name": "@repo/ui", "private": true, "exports": { "./tailwind.config": "./tailwind.config.ts", "./utils": "./src/utils/index.ts", "./lotties": "./src/lotties/index.tsx", "./pro-table": "./src/pro-table/index.tsx", "./pro-list": "./src/pro-list/index.tsx", "./editor": "./src/editor/index.tsx", "./*": "./src/*.tsx" }, "scripts": { "generate:component": "turbo gen react-component", "lint": "eslint . --max-warnings 0" }, "dependencies": { "@monaco-editor/react": "^4.6.0", "@radix-ui/react-icons": "^1.3.2", "@shadcn/ui": "workspace:*", "@tanstack/react-table": "^8.20.5", "@types/react-syntax-highlighter": "^15.5.13", "ahooks": "^3.8.1", "katex": "^0.16.11", "lottie-react": "^2.4.0", "lucide-react": "^0.461.0", "mathjs": "^14.0.0", "react": "^18.3.1", "react-markdown": "^9.0.1", "react-syntax-highlighter": "^15.6.1", "rehype-katex": "^7.0.1", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", "remark-toc": "^9.0.0" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@turbo/gen": "^2.3.2", "@types/node": "^22.10.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.20", "next": "^15.0.3", "postcss": "^8.4.49", "react": "^18.3.1", "tailwindcss": "^3.4.15", "typescript": "^5.7.2" } }