UNPKG

@hopepaddy/dumi-theme

Version:

dumi-theme-hopepaddy 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

59 lines 1.61 kB
{ "name": "@hopepaddy/dumi-theme", "version": "1.0.0", "description": "dumi-theme-hopepaddy 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": [ "hopepaddy", "dumi", "dumi theme" ], "homepage": "https://github.com/HopePaddy/dumi-theme-hopepaddy", "bugs": { "url": "https://github.com/HopePaddy/dumi-theme-hopepaddy/issues/new" }, "repository": { "type": "git", "url": "https://github.com/HopePaddy/dumi-theme-hopepaddy.git" }, "license": "MIT", "author": "Jerry Fan <huanyueyaoqin1994@gmail.com>", "sideEffects": false, "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@floating-ui/react": "^0.26.28", "ahooks": "^3.8.1", "animated-scroll-to": "^2.3.0", "chalk": "^4.1.2", "fast-deep-equal": "^3.1.3", "history": "^5.3.0", "lodash-es": "^4.17.21", "polished": "^4.3.1", "rc-footer": "^0.6.8", "react-layout-kit": "^1.9.0", "swr": "^2.2.5", "url-join": "^5.0.0", "use-merge-value": "^1.2.0", "zustand": "^4.5.5", "zustand-utils": "^1.3.2" }, "peerDependencies": { "@giscus/react": ">=3", "@lobehub/ui": ">=1", "antd": ">=5", "antd-style": ">=3", "dumi": ">=2.4", "lucide-react": ">=0.292", "react": ">=18", "react-dom": ">=18", "react-layout-kit": ">=1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }