|
87 | 87 | ] |
88 | 88 | }, |
89 | 89 | "dependencies": { |
| 90 | + "@ant-design/cssinjs": "^1.22.0", |
90 | 91 | "@babel/runtime": "^7.26.0", |
91 | 92 | "@dnd-kit/core": "^6.3.1", |
92 | 93 | "@dnd-kit/modifiers": "^8.0.0", |
|
96 | 97 | "@emoji-mart/react": "^1.1.1", |
97 | 98 | "@floating-ui/react": "^0.26.28", |
98 | 99 | "@giscus/react": "^3.1.0", |
| 100 | + "@lobehub/fluent-emoji": "^1.0.0", |
99 | 101 | "@mdx-js/mdx": "^2.3.0", |
100 | 102 | "@mdx-js/react": "^2.3.0", |
101 | 103 | "@radix-ui/react-slot": "^1.1.1", |
102 | 104 | "@shikijs/transformers": "^1.26.1", |
| 105 | + "@splinetool/runtime": "^0.9.0", |
| 106 | + "ahooks": "^3.8.0", |
| 107 | + "antd-style": "^3.7.0", |
| 108 | + "chroma-js": "^3.0.0", |
| 109 | + "class-variance-authority": "^0.7.0", |
| 110 | + "dayjs": "^1.11.0", |
103 | 111 | "emoji-mart": "^5.6.0", |
| 112 | + "fast-deep-equal": "^3.0.0", |
104 | 113 | "immer": "^10.1.1", |
105 | 114 | "leva": "^0.9.35", |
| 115 | + "lodash-es": "^4.0.0", |
| 116 | + "lucide-react": "^0.469.0", |
106 | 117 | "mermaid": "^11.4.1", |
107 | 118 | "numeral": "^2.0.6", |
| 119 | + "polished": "^4.0.0", |
| 120 | + "query-string": "^9.0.0", |
108 | 121 | "rc-footer": "^0.6.8", |
109 | 122 | "re-resizable": "^6.10.3", |
110 | 123 | "react-avatar-editor": "^13.0.2", |
111 | 124 | "react-error-boundary": "^4.1.2", |
| 125 | + "react-layout-kit": "^1.0.0", |
112 | 126 | "react-markdown": "^8.0.7", |
113 | 127 | "react-merge-refs": "^2.1.1", |
114 | 128 | "react-rnd": "^10.4.14", |
|
118 | 132 | "remark-gfm": "^3.0.1", |
119 | 133 | "remark-math": "^5.1.1", |
120 | 134 | "shiki": "^1.26.1", |
121 | | - "unified": "^10.1.2" |
| 135 | + "swr": "^2.3.0", |
| 136 | + "ts-md5": "^1.0.0", |
| 137 | + "unified": "^10.1.2", |
| 138 | + "url-join": "^5.0.0", |
| 139 | + "use-merge-value": "^1.2.0", |
| 140 | + "uuid": "^11.0.0" |
122 | 141 | }, |
123 | 142 | "devDependencies": { |
124 | 143 | "@ant-design/icons": "^5.5.2", |
| 144 | + "@babel/runtime": "^7.0.0", |
125 | 145 | "@commitlint/cli": "^19.6.1", |
126 | 146 | "@lobehub/lint": "^1.24.4", |
127 | 147 | "@testing-library/react": "^14.3.1", |
|
131 | 151 | "@types/numeral": "^2.0.5", |
132 | 152 | "@types/pangu": "^4.0.2", |
133 | 153 | "@types/query-string": "^6.3.0", |
134 | | - "@types/react": "^19.0.2", |
| 154 | + "@types/react": "^19.0.3", |
135 | 155 | "@types/react-avatar-editor": "^13.0.3", |
136 | 156 | "@types/react-dom": "^19.0.2", |
137 | 157 | "@types/unist": "^3.0.3", |
|
161 | 181 | "vitest": "~1.2.2" |
162 | 182 | }, |
163 | 183 | "peerDependencies": { |
164 | | - "@ant-design/cssinjs": "^1.22.0", |
165 | | - "@babel/runtime": "^7.0.0", |
166 | | - "@lobehub/fluent-emoji": "^1.0.0", |
167 | | - "@splinetool/runtime": "^0.9.0", |
168 | | - "ahooks": "^3.8.0", |
169 | | - "antd": "^5.22.0", |
170 | | - "antd-style": "^3.7.0", |
171 | | - "chroma-js": "^3.0.0", |
172 | | - "class-variance-authority": "^0.7.0", |
173 | | - "dayjs": "^1.11.0", |
174 | | - "fast-deep-equal": "^3.0.0", |
175 | | - "lodash-es": "^4.0.0", |
176 | | - "lucide-react": "^0.469.0", |
177 | | - "polished": "^4.0.0", |
178 | | - "query-string": "^9.0.0", |
| 184 | + "antd": "^5.23.0", |
179 | 185 | "react": "^18.0.0 || ^19.0.0", |
180 | | - "react-dom": "^18.0.0 || ^19.0.0", |
181 | | - "react-layout-kit": "^1.0.0", |
182 | | - "swr": "^2.3.0", |
183 | | - "ts-md5": "^1.0.0", |
184 | | - "url-join": "^5.0.0", |
185 | | - "use-merge-value": "^1.2.0", |
186 | | - "uuid": "^11.0.0" |
| 186 | + "react-dom": "^18.0.0 || ^19.0.0" |
187 | 187 | }, |
188 | 188 | "publishConfig": { |
189 | 189 | "access": "public", |
|
0 commit comments