1 | {
|
2 | "name": "@lobehub/icons",
|
3 | "version": "1.62.0",
|
4 | "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
|
5 | "keywords": [
|
6 | "lobehub",
|
7 | "llm icons",
|
8 | "llm brand logo",
|
9 | "react components",
|
10 | "svg icons"
|
11 | ],
|
12 | "homepage": "https://github.com/lobehub/lobe-icons",
|
13 | "bugs": {
|
14 | "url": "https://github.com/lobehub/lobe-icons/issues/new"
|
15 | },
|
16 | "repository": {
|
17 | "type": "git",
|
18 | "url": "https://github.com/lobehub/lobe-icons.git"
|
19 | },
|
20 | "license": "MIT",
|
21 | "author": "LobeHub <i@lobehub.com>",
|
22 | "sideEffects": false,
|
23 | "main": "es/index.js",
|
24 | "module": "es/index.js",
|
25 | "types": "es/index.d.ts",
|
26 | "files": [
|
27 | "es"
|
28 | ],
|
29 | "dependencies": {
|
30 | "@lobehub/ui": "^1.162.0",
|
31 | "antd-style": "^3.7.1",
|
32 | "lucide-react": "^0.469.0",
|
33 | "polished": "^4.3.1",
|
34 | "react-layout-kit": "^1.9.1"
|
35 | },
|
36 | "peerDependencies": {
|
37 | "antd": "^5.23.0",
|
38 | "react": "^18.0.0 || ^19.0.0",
|
39 | "react-dom": "^18.0.0 || ^19.0.0"
|
40 | }
|
41 | }
|