34 lines
914 B
JSON
34 lines
914 B
JSON
{
|
|
"name": "@vben/icons",
|
|
"version": "5.4.4",
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
"directory": "packages/icons"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@vben-core/icons": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/icons-ant-design": "^1.2.7",
|
|
"@iconify/icons-fa-brands": "^1.2.4",
|
|
"@iconify/icons-flat-color-icons": "^1.2.5",
|
|
"@iconify/icons-la": "^1.2.3",
|
|
"@iconify/icons-logos": "^1.2.36",
|
|
"@iconify/icons-ri": "^1.2.10",
|
|
"@iconify/icons-simple-icons": "^1.2.74",
|
|
"@iconify/icons-uiw": "^1.2.6",
|
|
"@iconify/icons-vscode-icons": "^1.2.29"
|
|
}
|
|
}
|