@unocss/preset-icons
Version:
Pure CSS Icons for UnoCSS
59 lines • 1.3 kB
JSON
{
"name": "@unocss/preset-icons",
"type": "module",
"version": "66.7.0",
"description": "Pure CSS Icons for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://unocss.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/unocss/unocss.git",
"directory": "packages-presets/preset-icons"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"unocss-preset",
"icons",
"css-icons",
"iconify"
],
"sideEffects": false,
"exports": {
".": {
"browser": "./dist/browser.mjs",
"default": "./dist/index.mjs"
},
"./browser": "./dist/browser.mjs",
"./core": "./dist/core.mjs",
"./package.json": "./package.json"
},
"types": "dist/index.d.mts",
"typesVersions": {
"*": {
"*": [
"./dist/*.d.mts",
"./*"
]
}
},
"files": [
"dist"
],
"dependencies": {
"@iconify/utils": "^3.1.3",
"ofetch": "^1.5.1",
"@unocss/core": "66.7.0"
},
"devDependencies": {
"@iconify/types": "^2.0.0"
},
"scripts": {
"build": "tsdown --config-loader unrun",
"dev": "tsdown --config-loader unrun --watch"
}
}