2024-05-19 21:20:42 +08:00
|
|
|
{
|
|
|
|
"name": "@vben/icons",
|
2024-11-04 22:47:52 +08:00
|
|
|
"version": "5.4.4",
|
2024-05-19 21:20:42 +08:00
|
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
2024-06-16 23:56:20 +08:00
|
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
2024-05-19 21:20:42 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
|
|
"directory": "packages/icons"
|
|
|
|
},
|
2024-06-16 23:56:20 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"type": "module",
|
2024-05-19 21:20:42 +08:00
|
|
|
"exports": {
|
|
|
|
".": {
|
2024-07-08 22:30:19 +08:00
|
|
|
"types": "./src/index.ts",
|
2024-07-23 00:03:59 +08:00
|
|
|
"default": "./src/index.ts"
|
2024-07-08 22:30:19 +08:00
|
|
|
}
|
|
|
|
},
|
2024-05-19 21:20:42 +08:00
|
|
|
"dependencies": {
|
2024-07-14 22:51:10 +08:00
|
|
|
"@vben-core/icons": "workspace:*"
|
2024-11-06 16:21:31 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@iconify/icons-ant-design": "^1.2.7",
|
2024-11-06 16:37:52 +08:00
|
|
|
"@iconify/icons-fa-brands": "^1.2.4",
|
2024-11-06 16:21:31 +08:00
|
|
|
"@iconify/icons-flat-color-icons": "^1.2.5",
|
|
|
|
"@iconify/icons-la": "^1.2.3",
|
|
|
|
"@iconify/icons-logos": "^1.2.36",
|
2024-11-06 16:37:52 +08:00
|
|
|
"@iconify/icons-ri": "^1.2.10",
|
|
|
|
"@iconify/icons-simple-icons": "^1.2.74",
|
|
|
|
"@iconify/icons-uiw": "^1.2.6",
|
2024-11-06 16:21:31 +08:00
|
|
|
"@iconify/icons-vscode-icons": "^1.2.29"
|
2024-05-19 21:20:42 +08:00
|
|
|
}
|
|
|
|
}
|