UNPKG

1.58 kBJSONView Raw
1{
2 "name": "dumi-theme-lobehub",
3 "version": "1.10.9",
4 "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",
5 "keywords": [
6 "lobehub",
7 "dumi",
8 "dumi theme"
9 ],
10 "homepage": "https://github.com/lobehub/dumi-theme-lobehub",
11 "bugs": {
12 "url": "https://github.com/lobehub/dumi-theme-lobehub/issues/new"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/lobehub/dumi-theme-lobehub.git"
17 },
18 "license": "MIT",
19 "author": "LobeHub <i@lobehub.com>",
20 "sideEffects": false,
21 "main": "dist/index.js",
22 "module": "dist/index.js",
23 "types": "dist/index.d.ts",
24 "files": [
25 "dist"
26 ],
27 "dependencies": {
28 "@floating-ui/react": "^0.26.28",
29 "ahooks": "^3.8.1",
30 "animated-scroll-to": "^2.3.0",
31 "chalk": "^4.1.2",
32 "fast-deep-equal": "^3.1.3",
33 "history": "^5.3.0",
34 "lodash-es": "^4.17.21",
35 "polished": "^4.3.1",
36 "rc-footer": "^0.6.8",
37 "react-layout-kit": "^1.9.0",
38 "swr": "^2.2.5",
39 "url-join": "^5.0.0",
40 "use-merge-value": "^1.2.0",
41 "zustand": "^4.5.5",
42 "zustand-utils": "^1.3.2"
43 },
44 "peerDependencies": {
45 "@giscus/react": ">=3",
46 "@lobehub/ui": ">=1",
47 "antd": ">=5",
48 "antd-style": ">=3",
49 "dumi": ">=2.4",
50 "lucide-react": ">=0.292",
51 "react": ">=18",
52 "react-dom": ">=18",
53 "react-layout-kit": ">=1"
54 },
55 "publishConfig": {
56 "access": "public",
57 "registry": "https://registry.npmjs.org"
58 }
59}
\No newline at end of file