@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
108 lines (107 loc) • 2.76 kB
JSON
{
"name": "@lobehub/ui",
"version": "1.168.17",
"description": "Lobe UI is an open-source UI component library for building AIGC web apps",
"keywords": [
"lobehub",
"components",
"chatbot components",
"react components",
"react ui"
],
"homepage": "https://github.com/lobehub/lobe-ui",
"bugs": {
"url": "https://github.com/lobehub/lobe-ui/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/lobehub/lobe-ui.git"
},
"license": "MIT",
"author": "LobeHub <i@lobehub.com>",
"sideEffects": [
"**/*.css"
],
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"es",
"awesome.d.ts",
"awesome.js",
"brand.d.ts",
"brand.js",
"chat.d.ts",
"chat.js",
"mdx.d.ts",
"mdx.js",
"mobile.d.ts",
"mobile.js",
"storybook.d.ts",
"storybook.js",
"color.d.ts",
"color.js",
"icons.d.ts",
"icons.js"
],
"dependencies": {
"@ant-design/cssinjs": "^1.23.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@floating-ui/react": "^0.27.5",
"@giscus/react": "^3.1.0",
"@lobehub/fluent-emoji": "^1.2.0",
"@lobehub/icons": "^1.93.0",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@radix-ui/react-slot": "^1.1.2",
"@shikijs/transformers": "^3.2.1",
"@splinetool/runtime": "0.9.526",
"ahooks": "^3.8.4",
"antd-style": "^3.7.1",
"chroma-js": "^3.1.2",
"class-variance-authority": "^0.7.1",
"dayjs": "^1.11.13",
"emoji-mart": "^5.6.0",
"fast-deep-equal": "^3.1.3",
"immer": "^10.1.1",
"leva": "^0.9.36",
"lodash-es": "^4.17.21",
"lucide-react": "^0.475.0",
"mermaid": "^11.5.0",
"numeral": "^2.0.6",
"polished": "^4.3.1",
"query-string": "^9.1.1",
"rc-footer": "^0.6.8",
"re-resizable": "^6.11.2",
"react-avatar-editor": "^13.0.2",
"react-error-boundary": "^5.0.0",
"react-hotkeys-hook": "^4.6.1",
"react-layout-kit": "^1.9.1",
"react-markdown": "^9.1.0",
"react-merge-refs": "^2.1.1",
"react-rnd": "^10.5.2",
"react-zoom-pan-pinch": "^3.7.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shiki": "^3.2.1",
"swr": "^2.3.3",
"ts-md5": "^1.3.1",
"unified": "^11.0.5",
"url-join": "^5.0.0",
"use-merge-value": "^1.2.0",
"uuid": "^11.1.0"
},
"peerDependencies": {
"antd": "^5.23.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
}
}