dumi-theme-lobehub
Version:
dumi-theme-lobehub is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui
54 lines (53 loc) • 1.45 kB
JSON
{
"name": "dumi-theme-lobehub",
"version": "5.0.0",
"description": "dumi-theme-lobehub is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui",
"keywords": [
"lobehub",
"dumi",
"dumi theme"
],
"homepage": "https://github.com/lobehub/dumi-theme-lobehub",
"bugs": {
"url": "https://github.com/lobehub/dumi-theme-lobehub/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/lobehub/dumi-theme-lobehub.git"
},
"license": "MIT",
"author": "LobeHub <i@lobehub.com>",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@floating-ui/react": "^0.27.16",
"ahooks": "^3.9.6",
"animated-scroll-to": "^2.3.2",
"antd-style": "^4.1.0",
"chalk": "^5.6.2",
"es-toolkit": "^1.32.0",
"fast-deep-equal": "^3.1.3",
"lucide-react": "^0.562.0",
"polished": "^4.3.1",
"rc-footer": "^0.6.8",
"react-layout-kit": "^2.0.1",
"swr": "^2.3.8",
"url-join": "^5.0.0",
"use-merge-value": "^1.2.0",
"zustand": "^5.0.9",
"zustand-utils": "^1.3.2"
},
"peerDependencies": {
"@lobehub/ui": "^4.3.3",
"antd": "^6.1.1",
"dumi": "^2.4.17",
"motion": "^12.23.26",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}