UNPKG

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
{ "name": "dumi-theme-lobehub", "version": "2.0.1", "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.5", "@giscus/react": "^3.1.0", "@lobehub/ui": "^2.0.0", "ahooks": "^3.8.4", "animated-scroll-to": "^2.3.2", "antd-style": "^3.7.1", "chalk": "^4.1.2", "fast-deep-equal": "^3.1.3", "lodash-es": "^4.17.21", "lucide-react": "^0.469.0", "polished": "^4.3.1", "rc-footer": "^0.6.8", "react-layout-kit": "^1.9.1", "swr": "^2.3.3", "url-join": "^5.0.0", "use-merge-value": "^1.2.0", "zustand": "^5.0.3", "zustand-utils": "^1.3.2" }, "peerDependencies": { "antd": "^5.23.0", "dumi": "^2.4.17", "react": "^19.0.0", "react-dom": "^19.0.0" } }