Urara-Blog/node_modules/.pnpm-store/v3/files/74/a092ccd5e4ba5a3e956ebd284b87f9bc007013fa8df58395776ecee4e0ecebefed96e47a51ab4a06643ee8d5c64655e8fa93423c0db542979d4bad04af4d70
2022-08-14 01:14:53 +08:00

61 lines
No EOL
1.4 KiB
Text

{
"name": "@unocss/preset-icons",
"version": "0.45.6",
"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": "^1.0.33",
"@unocss/core": "0.45.6",
"ohmyfetch": "^0.4.18"
},
"devDependencies": {
"@iconify/types": "^1.1.0"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}