-
-
Notifications
You must be signed in to change notification settings - Fork 154
Expand file tree
/
Copy pathpackage.json
More file actions
150 lines (150 loc) · 4.58 KB
/
package.json
File metadata and controls
150 lines (150 loc) · 4.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "@lobehub/icons",
"version": "5.0.1",
"description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
"keywords": [
"lobehub",
"llm icons",
"llm brand logo",
"react components",
"svg icons"
],
"homepage": "https://github.com/lobehub/lobe-icons",
"bugs": {
"url": "https://github.com/lobehub/lobe-icons/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/lobehub/lobe-icons.git"
},
"license": "MIT",
"author": "LobeHub <i@lobehub.com>",
"sideEffects": false,
"main": "es/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"files": [
"es"
],
"workspaces": [
"packages/*"
],
"scripts": {
"auto-converter-web-icons-to-rn": "bun scripts/rn-conversion/auto-converter.ts --lint",
"build": "npm run build:toc && father build",
"build:rn": "bun run --cwd packages/react-native build",
"build:static": "npx puppeteer browsers install chrome && bun scripts/svgWorkflow/index.tsx",
"build:toc": "bun scripts/tocWorkflow/index.ts",
"build:watch": "father dev",
"ci": "npm run lint && npm run type-check",
"clean": "rm -r es lib dist coverage .dumi/tmp .eslintcache node_modules/.cache",
"dev": "dumi dev",
"docs:build": "dumi build",
"docs:build-analyze": "ANALYZE=1 dumi build",
"docs:dev": "dumi dev",
"doctor": "father doctor",
"lint": "eslint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:circular": "dpdm src/**/*.{ts,tsx} --warning false --tree false --exit-code circular:1 -T true",
"lint:md": "remark . --quiet --frail --output",
"lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
"prepack": "clean-package",
"postpack": "clean-package restore",
"prepare": "husky && npm run setup",
"prepublishOnly": "npm run build",
"prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
"pull": "git pull",
"release": "semantic-release",
"release:static": "multi-semantic-release --sequential-prepare --debug",
"setup": "dumi setup",
"start": "npm run dev",
"sync:cnpm": "cnpm sync @lobehub/icons-static-svg @lobehub/icons-static-png @lobehub/icons-static-webp",
"sync:md": "npm run build:toc && tsx scripts/readmeWorkflow/index.ts",
"test": "vitest --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests",
"test:update": "vitest -u",
"type-check": "tsc --noEmit",
"vectorizer": "tsx scripts/vectorizer/index.ts"
},
"lint-staged": {
"*.md": [
"remark --quiet --output --",
"prettier --write --no-error-on-unmatched-pattern"
],
"*.json": [
"prettier --write --no-error-on-unmatched-pattern"
],
"*.{js,jsx}": [
"prettier --write",
"stylelint --fix",
"eslint --fix"
],
"*.{ts,tsx}": [
"prettier --parser=typescript --write",
"stylelint --fix",
"eslint --fix"
]
},
"dependencies": {
"antd-style": "^4.1.0",
"lucide-react": "^0.469.0",
"polished": "^4.3.1"
},
"devDependencies": {
"@babel/runtime": "^7.28.6",
"@commitlint/cli": "^19.8.1",
"@lobehub/lint": "^1.26.3",
"@lobehub/ui": "^5.0.0",
"@qiwi/multi-semantic-release": "^7.1.2",
"@testing-library/react": "^16.3.2",
"@types/pangu": "^4.0.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitest/coverage-v8": "^3.2.4",
"ajv": "^8.18.0",
"babel-plugin-antd-style": "^1.0.4",
"clean-package": "^2.2.0",
"commitlint": "^19.8.1",
"consola": "^3.4.2",
"cross-env": "^10.1.0",
"dotenv": "^17.3.1",
"dpdm": "^3.15.1",
"dumi": "^2.4.23",
"dumi-theme-lobehub": "^4.0.2",
"es-toolkit": "^1.44.0",
"eslint": "^8.57.1",
"father": "^4.6.13",
"glob": "^11.1.0",
"gray-matter": "^4.0.3",
"html-react-parser": "^5.2.17",
"husky": "^9.1.7",
"jsdom": "^27.4.0",
"lint-staged": "^16.2.7",
"markdown-table": "^3.0.4",
"p-map": "^7.0.4",
"postcss-styled-syntax": "^0.7.1",
"prettier": "^3.8.1",
"puppeteer": "^24.37.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"remark": "^15.0.1",
"remark-cli": "^12.0.1",
"satori": "^0.15.2",
"semantic-release": "^21.1.2",
"sharp": "^0.34.5",
"stylelint": "^15.11.0",
"svgo-browser": "^1.3.8",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"peerDependencies": {
"@lobehub/ui": "^5.0.0",
"antd": "^6.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}