You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

61 lines
1.4 KiB

{
"name": "@unocss/preset-icons",
"version": "0.46.5",
"description": "Pure CSS Icons for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/preset-icons#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/unocss/unocss.git",
"directory": "packages/preset-icons"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [
"unocss",
"unocss-preset",
"icons",
"css-icons",
"iconify"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./browser": {
"types": "./dist/browser.d.ts",
"require": "./dist/browser.cjs",
"import": "./dist/browser.mjs"
},
"./core": {
"types": "./dist/core.d.ts",
"require": "./dist/core.cjs",
"import": "./dist/core.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"*.css"
],
"dependencies": {
"@iconify/utils": "^2.0.1",
"@unocss/core": "0.46.5",
"ohmyfetch": "^0.4.20"
},
"devDependencies": {
"@iconify/types": "^2.0.0"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}