-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.53 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.53 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
{
"name": "@vrx-arco/icons-monorepo",
"version": "0.3.1",
"private": true,
"type": "module",
"packageManager": "pnpm@9.9.0",
"description": "使 Arco Design 的图标,作为纯 svg 组件/iconify 独立使用",
"author": {
"name": "whitekite",
"email": "1075790909@qq.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vrx-arco/icons.git"
},
"homepage": "https://vrx-arco.github.io/icons/",
"scripts": {
"build": "automd && tsx build/build.ts && turbo run build",
"release": "vbumpp -r && pnpm build",
"update:deps": "taze major -w -i -a -r -f",
"clean:deps": "vfdel node_modules packages/*/node_modules playground/*/node_modules docs/node_modules",
"force:clean:deps": "vfdel pnpm-lock.yaml && pnpm clean:deps",
"force:install": "pnpm force:clean:deps && pnpm install",
"docs:build": "pnpm --filter ./docs/ docs:build"
},
"devDependencies": {
"@iconify/tools": "^4.0.6",
"@types/node": "^22.5.2",
"@vill-v/bumpp-github": "^2.2.2",
"@vill-v/eslint-config": "^2.0.0",
"@vill-v/prettier-config": "^1.0.0",
"@vill-v/tsconfig": "^1.0.1",
"@vrx/cp": "^0.2.3",
"automd": "^0.3.8",
"consola": "^3.2.3",
"eslint": "^9.9.1",
"execa": "^9.3.1",
"giget": "^1.2.3",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"scule": "^1.3.0",
"svgo": "^3.3.2",
"taze": "^0.16.7",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"turbo": "^2.1.1",
"typescript": "^5.5.4",
"void-fs": "0.0.1-beta.16",
"vue": "^3.5.0"
}
}